Created
November 7, 2025 20:38
-
-
Save jdbcode/ff69651d5e162f13ffc25d16d6aab962 to your computer and use it in GitHub Desktop.
ee_to_xarray_test_update.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nbformat": 4, | |
| "nbformat_minor": 0, | |
| "metadata": { | |
| "colab": { | |
| "provenance": [], | |
| "authorship_tag": "ABX9TyPSp9dXrg52dthCjsHNuPKX", | |
| "include_colab_link": true | |
| }, | |
| "kernelspec": { | |
| "name": "python3", | |
| "display_name": "Python 3" | |
| }, | |
| "language_info": { | |
| "name": "python" | |
| } | |
| }, | |
| "cells": [ | |
| { | |
| "cell_type": "markdown", | |
| "metadata": { | |
| "id": "view-in-github", | |
| "colab_type": "text" | |
| }, | |
| "source": [ | |
| "<a href=\"https://colab.research.google.com/gist/jdbcode/ff69651d5e162f13ffc25d16d6aab962/ee_to_xarray_test_update.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "metadata": { | |
| "id": "25cb3524" | |
| }, | |
| "source": [ | |
| "pip install git+https://github.com/gee-community/geemap.git@copilot/fix-ee-to-xarray-initialization" | |
| ], | |
| "execution_count": null, | |
| "outputs": [] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "import ee\n", | |
| "import geemap\n", | |
| "\n", | |
| "ee.Authenticate()" | |
| ], | |
| "metadata": { | |
| "id": "5wD29ilozNfN" | |
| }, | |
| "execution_count": 2, | |
| "outputs": [] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "execution_count": 3, | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/", | |
| "height": 1000 | |
| }, | |
| "id": "xv-FSlXHylhS", | |
| "outputId": "6f905bdd-d0a8-4208-9cba-ff386720efa1" | |
| }, | |
| "outputs": [ | |
| { | |
| "output_type": "display_data", | |
| "data": { | |
| "text/plain": [ | |
| "<IPython.core.display.HTML object>" | |
| ], | |
| "text/html": [ | |
| "\n", | |
| " <style>\n", | |
| " .geemap-dark {\n", | |
| " --jp-widgets-color: white;\n", | |
| " --jp-widgets-label-color: white;\n", | |
| " --jp-ui-font-color1: white;\n", | |
| " --jp-layout-color2: #454545;\n", | |
| " background-color: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-dark .jupyter-button {\n", | |
| " --jp-layout-color3: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab {\n", | |
| " background-color: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab .jupyter-button {\n", | |
| " --jp-layout-color3: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| " </style>\n", | |
| " " | |
| ] | |
| }, | |
| "metadata": {} | |
| }, | |
| { | |
| "output_type": "stream", | |
| "name": "stdout", | |
| "text": [ | |
| "Collecting xee\n", | |
| "Downloading xee-0.0.22-py3-none-any.whl.metadata (6.4 kB)\n", | |
| "Requirement already satisfied: xarray[parallel] in /usr/local/lib/python3.12/dist-packages (from xee) (2025.10.1)\n", | |
| "Requirement already satisfied: earthengine-api>=0.1.374 in /usr/local/lib/python3.12/dist-packages (from xee) (1.6.15)\n", | |
| "Requirement already satisfied: pyproj in /usr/local/lib/python3.12/dist-packages (from xee) (3.7.2)\n", | |
| "Collecting affine (from xee)\n", | |
| "Downloading affine-2.4.0-py3-none-any.whl.metadata (4.0 kB)\n", | |
| "Requirement already satisfied: google-cloud-storage in /usr/local/lib/python3.12/dist-packages (from earthengine-api>=0.1.374->xee) (2.19.0)\n", | |
| "Requirement already satisfied: google-api-python-client>=1.12.1 in /usr/local/lib/python3.12/dist-packages (from earthengine-api>=0.1.374->xee) (2.186.0)\n", | |
| "Requirement already satisfied: google-auth>=1.4.1 in /usr/local/lib/python3.12/dist-packages (from earthengine-api>=0.1.374->xee) (2.38.0)\n", | |
| "Requirement already satisfied: google-auth-httplib2>=0.0.3 in /usr/local/lib/python3.12/dist-packages (from earthengine-api>=0.1.374->xee) (0.2.1)\n", | |
| "Requirement already satisfied: httplib2<1dev,>=0.9.2 in /usr/local/lib/python3.12/dist-packages (from earthengine-api>=0.1.374->xee) (0.31.0)\n", | |
| "Requirement already satisfied: requests in /usr/local/lib/python3.12/dist-packages (from earthengine-api>=0.1.374->xee) (2.32.4)\n", | |
| "Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from pyproj->xee) (2025.10.5)\n", | |
| "Requirement already satisfied: numpy>=1.26 in /usr/local/lib/python3.12/dist-packages (from xarray[parallel]->xee) (2.0.2)\n", | |
| "Requirement already satisfied: packaging>=24.1 in /usr/local/lib/python3.12/dist-packages (from xarray[parallel]->xee) (25.0)\n", | |
| "Requirement already satisfied: pandas>=2.2 in /usr/local/lib/python3.12/dist-packages (from xarray[parallel]->xee) (2.2.2)\n", | |
| "Requirement already satisfied: dask[complete] in /usr/local/lib/python3.12/dist-packages (from xarray[parallel]->xee) (2025.5.0)\n", | |
| "Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.5 in /usr/local/lib/python3.12/dist-packages (from google-api-python-client>=1.12.1->earthengine-api>=0.1.374->xee) (2.28.1)\n", | |
| "Requirement already satisfied: uritemplate<5,>=3.0.1 in /usr/local/lib/python3.12/dist-packages (from google-api-python-client>=1.12.1->earthengine-api>=0.1.374->xee) (4.2.0)\n", | |
| "Requirement already satisfied: cachetools<6.0,>=2.0.0 in /usr/local/lib/python3.12/dist-packages (from google-auth>=1.4.1->earthengine-api>=0.1.374->xee) (5.5.2)\n", | |
| "Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.12/dist-packages (from google-auth>=1.4.1->earthengine-api>=0.1.374->xee) (0.4.2)\n", | |
| "Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.12/dist-packages (from google-auth>=1.4.1->earthengine-api>=0.1.374->xee) (4.9.1)\n", | |
| "Requirement already satisfied: pyparsing<4,>=3.0.4 in /usr/local/lib/python3.12/dist-packages (from httplib2<1dev,>=0.9.2->earthengine-api>=0.1.374->xee) (3.2.5)\n", | |
| "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2->xarray[parallel]->xee) (2.9.0.post0)\n", | |
| "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2->xarray[parallel]->xee) (2025.2)\n", | |
| "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.12/dist-packages (from pandas>=2.2->xarray[parallel]->xee) (2025.2)\n", | |
| "Requirement already satisfied: click>=8.1 in /usr/local/lib/python3.12/dist-packages (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (8.3.0)\n", | |
| "Requirement already satisfied: cloudpickle>=3.0.0 in /usr/local/lib/python3.12/dist-packages (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (3.1.2)\n", | |
| "Requirement already satisfied: fsspec>=2021.09.0 in /usr/local/lib/python3.12/dist-packages (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (2025.3.0)\n", | |
| "Requirement already satisfied: partd>=1.4.0 in /usr/local/lib/python3.12/dist-packages (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (1.4.2)\n", | |
| "Requirement already satisfied: pyyaml>=5.3.1 in /usr/local/lib/python3.12/dist-packages (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (6.0.3)\n", | |
| "Requirement already satisfied: toolz>=0.10.0 in /usr/local/lib/python3.12/dist-packages (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (0.12.1)\n", | |
| "Requirement already satisfied: pyarrow>=14.0.1 in /usr/local/lib/python3.12/dist-packages (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (18.1.0)\n", | |
| "Collecting lz4>=4.3.2 (from dask[complete]; extra == \"parallel\"->xarray[parallel]->xee)\n", | |
| "Downloading lz4-4.4.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB)\n", | |
| "Requirement already satisfied: google-cloud-core<3.0dev,>=2.3.0 in /usr/local/lib/python3.12/dist-packages (from google-cloud-storage->earthengine-api>=0.1.374->xee) (2.5.0)\n", | |
| "Requirement already satisfied: google-resumable-media>=2.7.2 in /usr/local/lib/python3.12/dist-packages (from google-cloud-storage->earthengine-api>=0.1.374->xee) (2.7.2)\n", | |
| "Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in /usr/local/lib/python3.12/dist-packages (from google-cloud-storage->earthengine-api>=0.1.374->xee) (1.7.1)\n", | |
| "Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from requests->earthengine-api>=0.1.374->xee) (3.4.4)\n", | |
| "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.12/dist-packages (from requests->earthengine-api>=0.1.374->xee) (3.11)\n", | |
| "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.12/dist-packages (from requests->earthengine-api>=0.1.374->xee) (2.5.0)\n", | |
| "Requirement already satisfied: googleapis-common-protos<2.0.0,>=1.56.2 in /usr/local/lib/python3.12/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.5->google-api-python-client>=1.12.1->earthengine-api>=0.1.374->xee) (1.71.0)\n", | |
| "Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.19.5 in /usr/local/lib/python3.12/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.5->google-api-python-client>=1.12.1->earthengine-api>=0.1.374->xee) (5.29.5)\n", | |
| "Requirement already satisfied: proto-plus<2.0.0,>=1.22.3 in /usr/local/lib/python3.12/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.5->google-api-python-client>=1.12.1->earthengine-api>=0.1.374->xee) (1.26.1)\n", | |
| "Requirement already satisfied: locket in /usr/local/lib/python3.12/dist-packages (from partd>=1.4.0->dask[complete]; extra == \"parallel\"->xarray[parallel]->xee) (1.0.0)\n", | |
| "Requirement already satisfied: pyasn1<0.7.0,>=0.6.1 in /usr/local/lib/python3.12/dist-packages (from pyasn1-modules>=0.2.1->google-auth>=1.4.1->earthengine-api>=0.1.374->xee) (0.6.1)\n", | |
| "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.12/dist-packages (from python-dateutil>=2.8.2->pandas>=2.2->xarray[parallel]->xee) (1.17.0)\n", | |
| "Requirement already satisfied: distributed==2025.5.0 in /usr/local/lib/python3.12/dist-packages (from dask[complete]->xarray[parallel]->xee) (2025.5.0)\n", | |
| "Requirement already satisfied: bokeh>=3.1.0 in /usr/local/lib/python3.12/dist-packages (from dask[complete]->xarray[parallel]->xee) (3.7.3)\n", | |
| "Requirement already satisfied: jinja2>=2.10.3 in /usr/local/lib/python3.12/dist-packages (from dask[complete]->xarray[parallel]->xee) (3.1.6)\n", | |
| "Requirement already satisfied: msgpack>=1.0.2 in /usr/local/lib/python3.12/dist-packages (from distributed==2025.5.0->dask[complete]->xarray[parallel]->xee) (1.1.2)\n", | |
| "Requirement already satisfied: psutil>=5.8.0 in /usr/local/lib/python3.12/dist-packages (from distributed==2025.5.0->dask[complete]->xarray[parallel]->xee) (5.9.5)\n", | |
| "Requirement already satisfied: sortedcontainers>=2.0.5 in /usr/local/lib/python3.12/dist-packages (from distributed==2025.5.0->dask[complete]->xarray[parallel]->xee) (2.4.0)\n", | |
| "Requirement already satisfied: tblib>=1.6.0 in /usr/local/lib/python3.12/dist-packages (from distributed==2025.5.0->dask[complete]->xarray[parallel]->xee) (3.2.1)\n", | |
| "Requirement already satisfied: tornado>=6.2.0 in /usr/local/lib/python3.12/dist-packages (from distributed==2025.5.0->dask[complete]->xarray[parallel]->xee) (6.5.1)\n", | |
| "Requirement already satisfied: zict>=3.0.0 in /usr/local/lib/python3.12/dist-packages (from distributed==2025.5.0->dask[complete]->xarray[parallel]->xee) (3.0.0)\n", | |
| "Requirement already satisfied: contourpy>=1.2 in /usr/local/lib/python3.12/dist-packages (from bokeh>=3.1.0->dask[complete]->xarray[parallel]->xee) (1.3.3)\n", | |
| "Requirement already satisfied: narwhals>=1.13 in /usr/local/lib/python3.12/dist-packages (from bokeh>=3.1.0->dask[complete]->xarray[parallel]->xee) (2.10.2)\n", | |
| "Requirement already satisfied: pillow>=7.1.0 in /usr/local/lib/python3.12/dist-packages (from bokeh>=3.1.0->dask[complete]->xarray[parallel]->xee) (11.3.0)\n", | |
| "Requirement already satisfied: xyzservices>=2021.09.1 in /usr/local/lib/python3.12/dist-packages (from bokeh>=3.1.0->dask[complete]->xarray[parallel]->xee) (2025.10.0)\n", | |
| "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.12/dist-packages (from jinja2>=2.10.3->dask[complete]->xarray[parallel]->xee) (3.0.3)\n", | |
| "Downloading xee-0.0.22-py3-none-any.whl (31 kB)\n", | |
| "Downloading affine-2.4.0-py3-none-any.whl (15 kB)\n", | |
| "Downloading lz4-4.4.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB)\n", | |
| "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 20.6 MB/s eta 0:00:00\n", | |
| "Installing collected packages: lz4, affine, xee\n", | |
| "Successfully installed affine-2.4.0 lz4-4.4.5 xee-0.0.22\n" | |
| ] | |
| }, | |
| { | |
| "output_type": "error", | |
| "ename": "ValueError", | |
| "evalue": "Earth Engine is not initialized and no project was provided. Please either:\n 1. Initialize Earth Engine before calling this function:\n ee.Initialize(project='YOUR-PROJECT-ID')\n 2. Provide a project parameter:\n geemap.ee_to_xarray(..., project='YOUR-PROJECT-ID')\n 3. Set ee_initialize=False if already initialized elsewhere", | |
| "traceback": [ | |
| "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", | |
| "\u001b[0;31mValueError\u001b[0m Traceback (most recent call last)", | |
| "\u001b[0;32m/tmp/ipython-input-372723041.py\u001b[0m in \u001b[0;36m<cell line: 0>\u001b[0;34m()\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m#@title Run without initializing first - fails as expected with helpful error message\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 2\u001b[0;31m \u001b[0mds\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgeemap\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mee_to_xarray\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"ECMWF/ERA5_LAND/HOURLY\"\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mn_images\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;36m100\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3\u001b[0m \u001b[0mds\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/geemap/common.py\u001b[0m in \u001b[0;36mee_to_xarray\u001b[0;34m(dataset, drop_variables, io_chunks, n_images, mask_and_scale, decode_times, decode_timedelta, use_cftime, concat_characters, decode_coords, crs, scale, projection, geometry, primary_dim_name, primary_dim_property, ee_mask_value, ee_initialize, project, opt_url, **kwargs)\u001b[0m\n\u001b[1;32m 3315\u001b[0m \u001b[0;31m# Not initialized - need a project to initialize\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3316\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mproject\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 3317\u001b[0;31m raise ValueError(\n\u001b[0m\u001b[1;32m 3318\u001b[0m \u001b[0;34m\"Earth Engine is not initialized and no project was provided. \"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3319\u001b[0m \u001b[0;34m\"Please either:\\n\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;31mValueError\u001b[0m: Earth Engine is not initialized and no project was provided. Please either:\n 1. Initialize Earth Engine before calling this function:\n ee.Initialize(project='YOUR-PROJECT-ID')\n 2. Provide a project parameter:\n geemap.ee_to_xarray(..., project='YOUR-PROJECT-ID')\n 3. Set ee_initialize=False if already initialized elsewhere" | |
| ] | |
| } | |
| ], | |
| "source": [ | |
| "#@title Run without initializing first - fails as expected with helpful error message\n", | |
| "ds = geemap.ee_to_xarray(\"ECMWF/ERA5_LAND/HOURLY\", n_images=100)\n", | |
| "ds" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "#@title Set initialize false - fails as expected, error message is from EE\n", | |
| "ds = geemap.ee_to_xarray(\"ECMWF/ERA5_LAND/HOURLY\", n_images=100, ee_initialize=False)\n", | |
| "ds" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/", | |
| "height": 328 | |
| }, | |
| "id": "7P0BHgiQl4P6", | |
| "outputId": "7494468b-a012-4cc9-b54c-2b01fdeedfe9" | |
| }, | |
| "execution_count": 4, | |
| "outputs": [ | |
| { | |
| "output_type": "display_data", | |
| "data": { | |
| "text/plain": [ | |
| "<IPython.core.display.HTML object>" | |
| ], | |
| "text/html": [ | |
| "\n", | |
| " <style>\n", | |
| " .geemap-dark {\n", | |
| " --jp-widgets-color: white;\n", | |
| " --jp-widgets-label-color: white;\n", | |
| " --jp-ui-font-color1: white;\n", | |
| " --jp-layout-color2: #454545;\n", | |
| " background-color: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-dark .jupyter-button {\n", | |
| " --jp-layout-color3: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab {\n", | |
| " background-color: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab .jupyter-button {\n", | |
| " --jp-layout-color3: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| " </style>\n", | |
| " " | |
| ] | |
| }, | |
| "metadata": {} | |
| }, | |
| { | |
| "output_type": "error", | |
| "ename": "EEException", | |
| "evalue": "Earth Engine client library not initialized. See http://goo.gle/ee-auth.", | |
| "traceback": [ | |
| "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", | |
| "\u001b[0;31mEEException\u001b[0m Traceback (most recent call last)", | |
| "\u001b[0;32m/tmp/ipython-input-664724908.py\u001b[0m in \u001b[0;36m<cell line: 0>\u001b[0;34m()\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m#@title Set initialize false\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 2\u001b[0;31m \u001b[0mds\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgeemap\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mee_to_xarray\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"ECMWF/ERA5_LAND/HOURLY\"\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mn_images\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;36m100\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mee_initialize\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;32mFalse\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3\u001b[0m \u001b[0mds\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/geemap/common.py\u001b[0m in \u001b[0;36mee_to_xarray\u001b[0;34m(dataset, drop_variables, io_chunks, n_images, mask_and_scale, decode_times, decode_timedelta, use_cftime, concat_characters, decode_coords, crs, scale, projection, geometry, primary_dim_name, primary_dim_property, ee_mask_value, ee_initialize, project, opt_url, **kwargs)\u001b[0m\n\u001b[1;32m 3348\u001b[0m \u001b[0mds\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mxr\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mopen_mfdataset\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdataset\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3349\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 3350\u001b[0;31m \u001b[0mds\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mxr\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mopen_dataset\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdataset\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3351\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3352\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mds\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/xarray/backends/api.py\u001b[0m in \u001b[0;36mopen_dataset\u001b[0;34m(filename_or_obj, engine, chunks, cache, decode_cf, mask_and_scale, decode_times, decode_timedelta, use_cftime, concat_characters, decode_coords, drop_variables, create_default_indexes, inline_array, chunked_array_type, from_array_kwargs, backend_kwargs, **kwargs)\u001b[0m\n\u001b[1;32m 594\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 595\u001b[0m \u001b[0moverwrite_encoded_chunks\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mkwargs\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpop\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"overwrite_encoded_chunks\"\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 596\u001b[0;31m backend_ds = backend.open_dataset(\n\u001b[0m\u001b[1;32m 597\u001b[0m \u001b[0mfilename_or_obj\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 598\u001b[0m \u001b[0mdrop_variables\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mdrop_variables\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/xee/ext.py\u001b[0m in \u001b[0;36mopen_dataset\u001b[0;34m(self, filename_or_obj, drop_variables, io_chunks, n_images, mask_and_scale, decode_times, decode_timedelta, use_cftime, concat_characters, decode_coords, crs, scale, projection, geometry, primary_dim_name, primary_dim_property, ee_mask_value, request_byte_limit, ee_init_if_necessary, ee_init_kwargs, executor_kwargs, getitem_kwargs, fast_time_slicing)\u001b[0m\n\u001b[1;32m 1140\u001b[0m \u001b[0mcollection\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mee\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mImageCollection\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mfilename_or_obj\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1141\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1142\u001b[0;31m \u001b[0mcollection\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mee\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mImageCollection\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_parse\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mfilename_or_obj\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1143\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1144\u001b[0m store = EarthEngineStore.open(\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/computedobject.py\u001b[0m in \u001b[0;36m__call__\u001b[0;34m(cls, *args, **kwargs)\u001b[0m\n\u001b[1;32m 26\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0margs\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 27\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 28\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mtype\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m__call__\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcls\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0margs\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 29\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 30\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/deprecation.py\u001b[0m in \u001b[0;36mWrapper\u001b[0;34m(*args, **kwargs)\u001b[0m\n\u001b[1;32m 124\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0masset\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 125\u001b[0m \u001b[0m_IssueAssetDeprecationWarning\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0masset\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 126\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mfunc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m*\u001b[0m\u001b[0margs\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 127\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 128\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mWrapper\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/imagecollection.py\u001b[0m in \u001b[0;36m__init__\u001b[0;34m(self, args)\u001b[0m\n\u001b[1;32m 44\u001b[0m \u001b[0mEEException\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mpassed\u001b[0m \u001b[0msomething\u001b[0m \u001b[0mother\u001b[0m \u001b[0mthan\u001b[0m \u001b[0mthe\u001b[0m \u001b[0mabove\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 45\u001b[0m \"\"\"\n\u001b[0;32m---> 46\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0minitialize\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 47\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 48\u001b[0m \u001b[0;31m# Wrap single images in an array.\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/imagecollection.py\u001b[0m in \u001b[0;36minitialize\u001b[0;34m(cls)\u001b[0m\n\u001b[1;32m 78\u001b[0m \u001b[0;34m\"\"\"Imports API functions to this class.\"\"\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 79\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_initialized\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 80\u001b[0;31m \u001b[0msuper\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0minitialize\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 81\u001b[0m \u001b[0mapifunction\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mApiFunction\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mimportApi\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcls\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mname\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mname\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 82\u001b[0m \u001b[0mapifunction\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mApiFunction\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mimportApi\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcls\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m'reduce'\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mname\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/collection.py\u001b[0m in \u001b[0;36minitialize\u001b[0;34m(cls)\u001b[0m\n\u001b[1;32m 54\u001b[0m \u001b[0;34m\"\"\"Imports API functions to this class.\"\"\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 55\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_initialized\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 56\u001b[0;31m \u001b[0mapifunction\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mApiFunction\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mimportApi\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcls\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mname\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mname\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 57\u001b[0m apifunction.ApiFunction.importApi(\n\u001b[1;32m 58\u001b[0m cls, 'AggregateFeatureCollection', cls.name(), 'aggregate_')\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/_utils.py\u001b[0m in \u001b[0;36mwrapper\u001b[0;34m(*args, **kwargs)\u001b[0m\n\u001b[1;32m 36\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mnew_key\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mkwargs\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 37\u001b[0m \u001b[0mkwargs\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0mnew_key\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mold_key_val\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 38\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mfunc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m*\u001b[0m\u001b[0margs\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 39\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 40\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mwrapper\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/apifunction.py\u001b[0m in \u001b[0;36mimportApi\u001b[0;34m(cls, target, prefix, type_name, prepend)\u001b[0m\n\u001b[1;32m 197\u001b[0m \u001b[0mfunctions\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 198\u001b[0m \"\"\"\n\u001b[0;32m--> 199\u001b[0;31m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0minitialize\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 200\u001b[0m \u001b[0mprepend\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mprepend\u001b[0m \u001b[0;32mor\u001b[0m \u001b[0;34m''\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 201\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0mname\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mapi_func\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_api\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mitems\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/apifunction.py\u001b[0m in \u001b[0;36minitialize\u001b[0;34m(cls)\u001b[0m\n\u001b[1;32m 161\u001b[0m \u001b[0;34m\"\"\"Initializes the list of signatures from the Earth Engine front-end.\"\"\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 162\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_api\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 163\u001b[0;31m \u001b[0msignatures\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mdata\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mgetAlgorithms\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 164\u001b[0m \u001b[0mapi\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m{\u001b[0m\u001b[0;34m}\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 165\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0mname\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0msig\u001b[0m \u001b[0;32min\u001b[0m \u001b[0msignatures\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mitems\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/data.py\u001b[0m in \u001b[0;36mgetAlgorithms\u001b[0;34m()\u001b[0m\n\u001b[1;32m 1419\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1420\u001b[0m call = (\n\u001b[0;32m-> 1421\u001b[0;31m \u001b[0m_get_cloud_projects\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1422\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0malgorithms\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1423\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mlist\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mparent\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0m_get_projects_path\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mprettyPrint\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;32mFalse\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/ee/data.py\u001b[0m in \u001b[0;36m_get_cloud_projects\u001b[0;34m()\u001b[0m\n\u001b[1;32m 287\u001b[0m \u001b[0mstate\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0m_get_state\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 288\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mstate\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcloud_api_resource\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 289\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mee_exception\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mEEException\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0m_NOT_INITIALIZED_MESSAGE\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 290\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mstate\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcloud_api_resource\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mprojects\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 291\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;31mEEException\u001b[0m: Earth Engine client library not initialized. See http://goo.gle/ee-auth." | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "#@title Set project parameter while not initialized - works as expected\n", | |
| "ds = geemap.ee_to_xarray(\"ECMWF/ERA5_LAND/HOURLY\", n_images=100, project='ee-braaten')\n", | |
| "ds" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/", | |
| "height": 278 | |
| }, | |
| "id": "6p7N7sLemIh8", | |
| "outputId": "376c6878-29d9-4f71-e5b0-f3faaf7c3461" | |
| }, | |
| "execution_count": 5, | |
| "outputs": [ | |
| { | |
| "output_type": "display_data", | |
| "data": { | |
| "text/plain": [ | |
| "<IPython.core.display.HTML object>" | |
| ], | |
| "text/html": [ | |
| "\n", | |
| " <style>\n", | |
| " .geemap-dark {\n", | |
| " --jp-widgets-color: white;\n", | |
| " --jp-widgets-label-color: white;\n", | |
| " --jp-ui-font-color1: white;\n", | |
| " --jp-layout-color2: #454545;\n", | |
| " background-color: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-dark .jupyter-button {\n", | |
| " --jp-layout-color3: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab {\n", | |
| " background-color: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab .jupyter-button {\n", | |
| " --jp-layout-color3: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| " </style>\n", | |
| " " | |
| ] | |
| }, | |
| "metadata": {} | |
| }, | |
| { | |
| "output_type": "execute_result", | |
| "data": { | |
| "text/plain": [ | |
| "<xarray.Dataset> Size: 2GB\n", | |
| "Dimensions: (time: 100,\n", | |
| " lon: 360,\n", | |
| " lat: 180)\n", | |
| "Coordinates:\n", | |
| " * time (time) datetime64[ns] 800B ...\n", | |
| " * lon (lon) float64 3kB ...\n", | |
| " * lat (lat) float64 1kB ...\n", | |
| "Data variables: (12/69)\n", | |
| " dewpoint_temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " skin_temperature (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_1 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_2 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_3 (time, lon, lat) float32 26MB ...\n", | |
| " ... ...\n", | |
| " runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " snow_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " sub_surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_precipitation_hourly (time, lon, lat) float32 26MB ...\n", | |
| "Attributes: (12/33)\n", | |
| " date_range: [347155200000, 1640649600000]\n", | |
| " description: <p>ERA5-Land is a reanalysis dataset providing ...\n", | |
| " keywords: ['cds', 'climate', 'copernicus', 'ecmwf', 'era5...\n", | |
| " period: 0\n", | |
| " product_tags: ['temperature', 'lakes', 'snow', 'soil_water', ...\n", | |
| " provider: Climate Data Store\n", | |
| " ... ...\n", | |
| " visualization_3_bands: u_component_of_wind_10m\n", | |
| " visualization_3_max: 30.0\n", | |
| " visualization_3_min: 0.0\n", | |
| " visualization_3_name: u-component of wind at 10m\n", | |
| " visualization_3_palette: #FFFFFF,#FFFF71,#DEFF00,#9EFF00,#77B038,#007E55...\n", | |
| " crs: EPSG:4326" | |
| ], | |
| "text/html": [ | |
| "<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n", | |
| "<defs>\n", | |
| "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n", | |
| "<path d=\"M16 0c-8.837 0-16 2.239-16 5v4c0 2.761 7.163 5 16 5s16-2.239 16-5v-4c0-2.761-7.163-5-16-5z\"></path>\n", | |
| "<path d=\"M16 17c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n", | |
| "<path d=\"M16 26c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n", | |
| "</symbol>\n", | |
| "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n", | |
| "<path d=\"M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.122 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z\"></path>\n", | |
| "<path d=\"M23 26h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n", | |
| "<path d=\"M23 22h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n", | |
| "<path d=\"M23 18h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n", | |
| "</symbol>\n", | |
| "</defs>\n", | |
| "</svg>\n", | |
| "<style>/* CSS stylesheet for displaying xarray objects in notebooks */\n", | |
| "\n", | |
| ":root {\n", | |
| " --xr-font-color0: var(\n", | |
| " --jp-content-font-color0,\n", | |
| " var(--pst-color-text-base rgba(0, 0, 0, 1))\n", | |
| " );\n", | |
| " --xr-font-color2: var(\n", | |
| " --jp-content-font-color2,\n", | |
| " var(--pst-color-text-base, rgba(0, 0, 0, 0.54))\n", | |
| " );\n", | |
| " --xr-font-color3: var(\n", | |
| " --jp-content-font-color3,\n", | |
| " var(--pst-color-text-base, rgba(0, 0, 0, 0.38))\n", | |
| " );\n", | |
| " --xr-border-color: var(\n", | |
| " --jp-border-color2,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 10))\n", | |
| " );\n", | |
| " --xr-disabled-color: var(\n", | |
| " --jp-layout-color3,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 40))\n", | |
| " );\n", | |
| " --xr-background-color: var(\n", | |
| " --jp-layout-color0,\n", | |
| " var(--pst-color-on-background, white)\n", | |
| " );\n", | |
| " --xr-background-color-row-even: var(\n", | |
| " --jp-layout-color1,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 5))\n", | |
| " );\n", | |
| " --xr-background-color-row-odd: var(\n", | |
| " --jp-layout-color2,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 15))\n", | |
| " );\n", | |
| "}\n", | |
| "\n", | |
| "html[theme=\"dark\"],\n", | |
| "html[data-theme=\"dark\"],\n", | |
| "body[data-theme=\"dark\"],\n", | |
| "body.vscode-dark {\n", | |
| " --xr-font-color0: var(\n", | |
| " --jp-content-font-color0,\n", | |
| " var(--pst-color-text-base, rgba(255, 255, 255, 1))\n", | |
| " );\n", | |
| " --xr-font-color2: var(\n", | |
| " --jp-content-font-color2,\n", | |
| " var(--pst-color-text-base, rgba(255, 255, 255, 0.54))\n", | |
| " );\n", | |
| " --xr-font-color3: var(\n", | |
| " --jp-content-font-color3,\n", | |
| " var(--pst-color-text-base, rgba(255, 255, 255, 0.38))\n", | |
| " );\n", | |
| " --xr-border-color: var(\n", | |
| " --jp-border-color2,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 10))\n", | |
| " );\n", | |
| " --xr-disabled-color: var(\n", | |
| " --jp-layout-color3,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 40))\n", | |
| " );\n", | |
| " --xr-background-color: var(\n", | |
| " --jp-layout-color0,\n", | |
| " var(--pst-color-on-background, #111111)\n", | |
| " );\n", | |
| " --xr-background-color-row-even: var(\n", | |
| " --jp-layout-color1,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 5))\n", | |
| " );\n", | |
| " --xr-background-color-row-odd: var(\n", | |
| " --jp-layout-color2,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 15))\n", | |
| " );\n", | |
| "}\n", | |
| "\n", | |
| ".xr-wrap {\n", | |
| " display: block !important;\n", | |
| " min-width: 300px;\n", | |
| " max-width: 700px;\n", | |
| " line-height: 1.6;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-text-repr-fallback {\n", | |
| " /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n", | |
| " display: none;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-header {\n", | |
| " padding-top: 6px;\n", | |
| " padding-bottom: 6px;\n", | |
| " margin-bottom: 4px;\n", | |
| " border-bottom: solid 1px var(--xr-border-color);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-header > div,\n", | |
| ".xr-header > ul {\n", | |
| " display: inline;\n", | |
| " margin-top: 0;\n", | |
| " margin-bottom: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-obj-type,\n", | |
| ".xr-obj-name,\n", | |
| ".xr-group-name {\n", | |
| " margin-left: 2px;\n", | |
| " margin-right: 10px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-name::before {\n", | |
| " content: \"📁\";\n", | |
| " padding-right: 0.3em;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-name,\n", | |
| ".xr-obj-type {\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-sections {\n", | |
| " padding-left: 0 !important;\n", | |
| " display: grid;\n", | |
| " grid-template-columns: 150px auto auto 1fr 0 20px 0 20px;\n", | |
| " margin-block-start: 0;\n", | |
| " margin-block-end: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item {\n", | |
| " display: contents;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input {\n", | |
| " display: inline-block;\n", | |
| " opacity: 0;\n", | |
| " height: 0;\n", | |
| " margin: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input + label {\n", | |
| " color: var(--xr-disabled-color);\n", | |
| " border: 2px solid transparent !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input:enabled + label {\n", | |
| " cursor: pointer;\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input:focus + label {\n", | |
| " border: 2px solid var(--xr-font-color0) !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input:enabled + label:hover {\n", | |
| " color: var(--xr-font-color0);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary {\n", | |
| " grid-column: 1;\n", | |
| " color: var(--xr-font-color2);\n", | |
| " font-weight: 500;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary > span {\n", | |
| " display: inline-block;\n", | |
| " padding-left: 0.5em;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:disabled + label {\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in + label:before {\n", | |
| " display: inline-block;\n", | |
| " content: \"►\";\n", | |
| " font-size: 11px;\n", | |
| " width: 15px;\n", | |
| " text-align: center;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:disabled + label:before {\n", | |
| " color: var(--xr-disabled-color);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:checked + label:before {\n", | |
| " content: \"▼\";\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:checked + label > span {\n", | |
| " display: none;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary,\n", | |
| ".xr-section-inline-details {\n", | |
| " padding-top: 4px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-inline-details {\n", | |
| " grid-column: 2 / -1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-details {\n", | |
| " display: none;\n", | |
| " grid-column: 1 / -1;\n", | |
| " margin-top: 4px;\n", | |
| " margin-bottom: 5px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:checked ~ .xr-section-details {\n", | |
| " display: contents;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box {\n", | |
| " display: inline-grid;\n", | |
| " grid-template-columns: 0px 20px auto;\n", | |
| " width: 100%;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box-vline {\n", | |
| " grid-column-start: 1;\n", | |
| " border-right: 0.2em solid;\n", | |
| " border-color: var(--xr-border-color);\n", | |
| " width: 0px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box-hline {\n", | |
| " grid-column-start: 2;\n", | |
| " grid-row-start: 1;\n", | |
| " height: 1em;\n", | |
| " width: 20px;\n", | |
| " border-bottom: 0.2em solid;\n", | |
| " border-color: var(--xr-border-color);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box-contents {\n", | |
| " grid-column-start: 3;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-wrap {\n", | |
| " grid-column: 1 / -1;\n", | |
| " display: grid;\n", | |
| " grid-template-columns: 20px auto;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-wrap > label {\n", | |
| " grid-column: 1;\n", | |
| " vertical-align: top;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-preview {\n", | |
| " color: var(--xr-font-color3);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-preview,\n", | |
| ".xr-array-data {\n", | |
| " padding: 0 5px !important;\n", | |
| " grid-column: 2;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-data,\n", | |
| ".xr-array-in:checked ~ .xr-array-preview {\n", | |
| " display: none;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-in:checked ~ .xr-array-data,\n", | |
| ".xr-array-preview {\n", | |
| " display: inline-block;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list {\n", | |
| " display: inline-block !important;\n", | |
| " list-style: none;\n", | |
| " padding: 0 !important;\n", | |
| " margin: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list li {\n", | |
| " display: inline-block;\n", | |
| " padding: 0;\n", | |
| " margin: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list:before {\n", | |
| " content: \"(\";\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list:after {\n", | |
| " content: \")\";\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list li:not(:last-child):after {\n", | |
| " content: \",\";\n", | |
| " padding-right: 5px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-has-index {\n", | |
| " font-weight: bold;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-list,\n", | |
| ".xr-var-item {\n", | |
| " display: contents;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-item > div,\n", | |
| ".xr-var-item label,\n", | |
| ".xr-var-item > .xr-var-name span {\n", | |
| " background-color: var(--xr-background-color-row-even);\n", | |
| " border-color: var(--xr-background-color-row-odd);\n", | |
| " margin-bottom: 0;\n", | |
| " padding-top: 2px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-item > .xr-var-name:hover span {\n", | |
| " padding-right: 5px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-list > li:nth-child(odd) > div,\n", | |
| ".xr-var-list > li:nth-child(odd) > label,\n", | |
| ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n", | |
| " background-color: var(--xr-background-color-row-odd);\n", | |
| " border-color: var(--xr-background-color-row-even);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name {\n", | |
| " grid-column: 1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-dims {\n", | |
| " grid-column: 2;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-dtype {\n", | |
| " grid-column: 3;\n", | |
| " text-align: right;\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-preview {\n", | |
| " grid-column: 4;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-index-preview {\n", | |
| " grid-column: 2 / 5;\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name,\n", | |
| ".xr-var-dims,\n", | |
| ".xr-var-dtype,\n", | |
| ".xr-preview,\n", | |
| ".xr-attrs dt {\n", | |
| " white-space: nowrap;\n", | |
| " overflow: hidden;\n", | |
| " text-overflow: ellipsis;\n", | |
| " padding-right: 10px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name:hover,\n", | |
| ".xr-var-dims:hover,\n", | |
| ".xr-var-dtype:hover,\n", | |
| ".xr-attrs dt:hover {\n", | |
| " overflow: visible;\n", | |
| " width: auto;\n", | |
| " z-index: 1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs,\n", | |
| ".xr-var-data,\n", | |
| ".xr-index-data {\n", | |
| " display: none;\n", | |
| " border-top: 2px dotted var(--xr-background-color);\n", | |
| " padding-bottom: 20px !important;\n", | |
| " padding-top: 10px !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs-in + label,\n", | |
| ".xr-var-data-in + label,\n", | |
| ".xr-index-data-in + label {\n", | |
| " padding: 0 1px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n", | |
| ".xr-var-data-in:checked ~ .xr-var-data,\n", | |
| ".xr-index-data-in:checked ~ .xr-index-data {\n", | |
| " display: block;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-data > table {\n", | |
| " float: right;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-data > pre,\n", | |
| ".xr-index-data > pre,\n", | |
| ".xr-var-data > table > tbody > tr {\n", | |
| " background-color: transparent !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name span,\n", | |
| ".xr-var-data,\n", | |
| ".xr-index-name div,\n", | |
| ".xr-index-data,\n", | |
| ".xr-attrs {\n", | |
| " padding-left: 25px !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs,\n", | |
| ".xr-var-attrs,\n", | |
| ".xr-var-data,\n", | |
| ".xr-index-data {\n", | |
| " grid-column: 1 / -1;\n", | |
| "}\n", | |
| "\n", | |
| "dl.xr-attrs {\n", | |
| " padding: 0;\n", | |
| " margin: 0;\n", | |
| " display: grid;\n", | |
| " grid-template-columns: 125px auto;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dt,\n", | |
| ".xr-attrs dd {\n", | |
| " padding: 0;\n", | |
| " margin: 0;\n", | |
| " float: left;\n", | |
| " padding-right: 10px;\n", | |
| " width: auto;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dt {\n", | |
| " font-weight: normal;\n", | |
| " grid-column: 1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dt:hover span {\n", | |
| " display: inline-block;\n", | |
| " background: var(--xr-background-color);\n", | |
| " padding-right: 10px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dd {\n", | |
| " grid-column: 2;\n", | |
| " white-space: pre-wrap;\n", | |
| " word-break: break-all;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-icon-database,\n", | |
| ".xr-icon-file-text2,\n", | |
| ".xr-no-icon {\n", | |
| " display: inline-block;\n", | |
| " vertical-align: middle;\n", | |
| " width: 1em;\n", | |
| " height: 1.5em !important;\n", | |
| " stroke-width: 0;\n", | |
| " stroke: currentColor;\n", | |
| " fill: currentColor;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs-in:checked + label > .xr-icon-file-text2,\n", | |
| ".xr-var-data-in:checked + label > .xr-icon-database,\n", | |
| ".xr-index-data-in:checked + label > .xr-icon-database {\n", | |
| " color: var(--xr-font-color0);\n", | |
| " filter: drop-shadow(1px 1px 5px var(--xr-font-color2));\n", | |
| " stroke-width: 0.8px;\n", | |
| "}\n", | |
| "</style><pre class='xr-text-repr-fallback'><xarray.Dataset> Size: 2GB\n", | |
| "Dimensions: (time: 100,\n", | |
| " lon: 360,\n", | |
| " lat: 180)\n", | |
| "Coordinates:\n", | |
| " * time (time) datetime64[ns] 800B ...\n", | |
| " * lon (lon) float64 3kB ...\n", | |
| " * lat (lat) float64 1kB ...\n", | |
| "Data variables: (12/69)\n", | |
| " dewpoint_temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " skin_temperature (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_1 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_2 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_3 (time, lon, lat) float32 26MB ...\n", | |
| " ... ...\n", | |
| " runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " snow_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " sub_surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_precipitation_hourly (time, lon, lat) float32 26MB ...\n", | |
| "Attributes: (12/33)\n", | |
| " date_range: [347155200000, 1640649600000]\n", | |
| " description: <p>ERA5-Land is a reanalysis dataset providing ...\n", | |
| " keywords: ['cds', 'climate', 'copernicus', 'ecmwf', 'era5...\n", | |
| " period: 0\n", | |
| " product_tags: ['temperature', 'lakes', 'snow', 'soil_water', ...\n", | |
| " provider: Climate Data Store\n", | |
| " ... ...\n", | |
| " visualization_3_bands: u_component_of_wind_10m\n", | |
| " visualization_3_max: 30.0\n", | |
| " visualization_3_min: 0.0\n", | |
| " visualization_3_name: u-component of wind at 10m\n", | |
| " visualization_3_palette: #FFFFFF,#FFFF71,#DEFF00,#9EFF00,#77B038,#007E55...\n", | |
| " crs: EPSG:4326</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-43f638cb-7853-48b4-b6b4-e83b1396d7d9' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-43f638cb-7853-48b4-b6b4-e83b1396d7d9' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>time</span>: 100</li><li><span class='xr-has-index'>lon</span>: 360</li><li><span class='xr-has-index'>lat</span>: 180</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-26958790-bba3-4a7b-8469-1c9f5a837554' class='xr-section-summary-in' type='checkbox' checked><label for='section-26958790-bba3-4a7b-8469-1c9f5a837554' class='xr-section-summary' >Coordinates: <span>(3)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>time</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>1950-01-01T01:00:00 ... 1950-01-...</div><input id='attrs-36ee0ac1-50e2-409e-9e20-12325253ef07' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-36ee0ac1-50e2-409e-9e20-12325253ef07' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1732ff8e-e24d-4363-99ba-67f0d316229e' class='xr-var-data-in' type='checkbox'><label for='data-1732ff8e-e24d-4363-99ba-67f0d316229e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array(['1950-01-01T01:00:00.000000000', '1950-01-01T02:00:00.000000000',\n", | |
| " '1950-01-01T03:00:00.000000000', '1950-01-01T04:00:00.000000000',\n", | |
| " '1950-01-01T05:00:00.000000000', '1950-01-01T06:00:00.000000000',\n", | |
| " '1950-01-01T07:00:00.000000000', '1950-01-01T08:00:00.000000000',\n", | |
| " '1950-01-01T09:00:00.000000000', '1950-01-01T10:00:00.000000000',\n", | |
| " '1950-01-01T11:00:00.000000000', '1950-01-01T12:00:00.000000000',\n", | |
| " '1950-01-01T13:00:00.000000000', '1950-01-01T14:00:00.000000000',\n", | |
| " '1950-01-01T15:00:00.000000000', '1950-01-01T16:00:00.000000000',\n", | |
| " '1950-01-01T17:00:00.000000000', '1950-01-01T18:00:00.000000000',\n", | |
| " '1950-01-01T19:00:00.000000000', '1950-01-01T20:00:00.000000000',\n", | |
| " '1950-01-01T21:00:00.000000000', '1950-01-01T22:00:00.000000000',\n", | |
| " '1950-01-01T23:00:00.000000000', '1950-01-02T00:00:00.000000000',\n", | |
| " '1950-01-02T01:00:00.000000000', '1950-01-02T02:00:00.000000000',\n", | |
| " '1950-01-02T03:00:00.000000000', '1950-01-02T04:00:00.000000000',\n", | |
| " '1950-01-02T05:00:00.000000000', '1950-01-02T06:00:00.000000000',\n", | |
| " '1950-01-02T07:00:00.000000000', '1950-01-02T08:00:00.000000000',\n", | |
| " '1950-01-02T09:00:00.000000000', '1950-01-02T10:00:00.000000000',\n", | |
| " '1950-01-02T11:00:00.000000000', '1950-01-02T12:00:00.000000000',\n", | |
| " '1950-01-02T13:00:00.000000000', '1950-01-02T14:00:00.000000000',\n", | |
| " '1950-01-02T15:00:00.000000000', '1950-01-02T16:00:00.000000000',\n", | |
| " '1950-01-02T17:00:00.000000000', '1950-01-02T18:00:00.000000000',\n", | |
| " '1950-01-02T19:00:00.000000000', '1950-01-02T20:00:00.000000000',\n", | |
| " '1950-01-02T21:00:00.000000000', '1950-01-02T22:00:00.000000000',\n", | |
| " '1950-01-02T23:00:00.000000000', '1950-01-03T00:00:00.000000000',\n", | |
| " '1950-01-03T01:00:00.000000000', '1950-01-03T02:00:00.000000000',\n", | |
| " '1950-01-03T03:00:00.000000000', '1950-01-03T04:00:00.000000000',\n", | |
| " '1950-01-03T05:00:00.000000000', '1950-01-03T06:00:00.000000000',\n", | |
| " '1950-01-03T07:00:00.000000000', '1950-01-03T08:00:00.000000000',\n", | |
| " '1950-01-03T09:00:00.000000000', '1950-01-03T10:00:00.000000000',\n", | |
| " '1950-01-03T11:00:00.000000000', '1950-01-03T12:00:00.000000000',\n", | |
| " '1950-01-03T13:00:00.000000000', '1950-01-03T14:00:00.000000000',\n", | |
| " '1950-01-03T15:00:00.000000000', '1950-01-03T16:00:00.000000000',\n", | |
| " '1950-01-03T17:00:00.000000000', '1950-01-03T18:00:00.000000000',\n", | |
| " '1950-01-03T19:00:00.000000000', '1950-01-03T20:00:00.000000000',\n", | |
| " '1950-01-03T21:00:00.000000000', '1950-01-03T22:00:00.000000000',\n", | |
| " '1950-01-03T23:00:00.000000000', '1950-01-04T00:00:00.000000000',\n", | |
| " '1950-01-04T01:00:00.000000000', '1950-01-04T02:00:00.000000000',\n", | |
| " '1950-01-04T03:00:00.000000000', '1950-01-04T04:00:00.000000000',\n", | |
| " '1950-01-04T05:00:00.000000000', '1950-01-04T06:00:00.000000000',\n", | |
| " '1950-01-04T07:00:00.000000000', '1950-01-04T08:00:00.000000000',\n", | |
| " '1950-01-04T09:00:00.000000000', '1950-01-04T10:00:00.000000000',\n", | |
| " '1950-01-04T11:00:00.000000000', '1950-01-04T12:00:00.000000000',\n", | |
| " '1950-01-04T13:00:00.000000000', '1950-01-04T14:00:00.000000000',\n", | |
| " '1950-01-04T15:00:00.000000000', '1950-01-04T16:00:00.000000000',\n", | |
| " '1950-01-04T17:00:00.000000000', '1950-01-04T18:00:00.000000000',\n", | |
| " '1950-01-04T19:00:00.000000000', '1950-01-04T20:00:00.000000000',\n", | |
| " '1950-01-04T21:00:00.000000000', '1950-01-04T22:00:00.000000000',\n", | |
| " '1950-01-04T23:00:00.000000000', '1950-01-05T00:00:00.000000000',\n", | |
| " '1950-01-05T01:00:00.000000000', '1950-01-05T02:00:00.000000000',\n", | |
| " '1950-01-05T03:00:00.000000000', '1950-01-05T04:00:00.000000000'],\n", | |
| " dtype='datetime64[ns]')</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>lon</span></div><div class='xr-var-dims'>(lon)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-179.5 -178.5 ... 178.5 179.5</div><input id='attrs-e92c4a17-a2b6-485f-8227-6f72ade9e2be' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-e92c4a17-a2b6-485f-8227-6f72ade9e2be' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-64de526a-e2a4-43e4-aa8d-f11497ecd567' class='xr-var-data-in' type='checkbox'><label for='data-64de526a-e2a4-43e4-aa8d-f11497ecd567' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([-179.5, -178.5, -177.5, ..., 177.5, 178.5, 179.5])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>lat</span></div><div class='xr-var-dims'>(lat)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-89.5 -88.5 -87.5 ... 88.5 89.5</div><input id='attrs-45c0dca7-ddb1-47dc-9ed0-8e8c347fbf99' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-45c0dca7-ddb1-47dc-9ed0-8e8c347fbf99' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0ab81773-7d42-406f-ac55-662221dce95a' class='xr-var-data-in' type='checkbox'><label for='data-0ab81773-7d42-406f-ac55-662221dce95a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([-89.5, -88.5, -87.5, -86.5, -85.5, -84.5, -83.5, -82.5, -81.5, -80.5,\n", | |
| " -79.5, -78.5, -77.5, -76.5, -75.5, -74.5, -73.5, -72.5, -71.5, -70.5,\n", | |
| " -69.5, -68.5, -67.5, -66.5, -65.5, -64.5, -63.5, -62.5, -61.5, -60.5,\n", | |
| " -59.5, -58.5, -57.5, -56.5, -55.5, -54.5, -53.5, -52.5, -51.5, -50.5,\n", | |
| " -49.5, -48.5, -47.5, -46.5, -45.5, -44.5, -43.5, -42.5, -41.5, -40.5,\n", | |
| " -39.5, -38.5, -37.5, -36.5, -35.5, -34.5, -33.5, -32.5, -31.5, -30.5,\n", | |
| " -29.5, -28.5, -27.5, -26.5, -25.5, -24.5, -23.5, -22.5, -21.5, -20.5,\n", | |
| " -19.5, -18.5, -17.5, -16.5, -15.5, -14.5, -13.5, -12.5, -11.5, -10.5,\n", | |
| " -9.5, -8.5, -7.5, -6.5, -5.5, -4.5, -3.5, -2.5, -1.5, -0.5,\n", | |
| " 0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5,\n", | |
| " 10.5, 11.5, 12.5, 13.5, 14.5, 15.5, 16.5, 17.5, 18.5, 19.5,\n", | |
| " 20.5, 21.5, 22.5, 23.5, 24.5, 25.5, 26.5, 27.5, 28.5, 29.5,\n", | |
| " 30.5, 31.5, 32.5, 33.5, 34.5, 35.5, 36.5, 37.5, 38.5, 39.5,\n", | |
| " 40.5, 41.5, 42.5, 43.5, 44.5, 45.5, 46.5, 47.5, 48.5, 49.5,\n", | |
| " 50.5, 51.5, 52.5, 53.5, 54.5, 55.5, 56.5, 57.5, 58.5, 59.5,\n", | |
| " 60.5, 61.5, 62.5, 63.5, 64.5, 65.5, 66.5, 67.5, 68.5, 69.5,\n", | |
| " 70.5, 71.5, 72.5, 73.5, 74.5, 75.5, 76.5, 77.5, 78.5, 79.5,\n", | |
| " 80.5, 81.5, 82.5, 83.5, 84.5, 85.5, 86.5, 87.5, 88.5, 89.5])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-04447293-090d-4452-b365-1f2a58339963' class='xr-section-summary-in' type='checkbox' ><label for='section-04447293-090d-4452-b365-1f2a58339963' class='xr-section-summary' >Data variables: <span>(69)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>dewpoint_temperature_2m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-51445514-987e-48ce-8eb2-419182e44d4a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-51445514-987e-48ce-8eb2-419182e44d4a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6d9073f2-7f43-4228-ac8c-aa7894d80b7e' class='xr-var-data-in' type='checkbox'><label for='data-6d9073f2-7f43-4228-ac8c-aa7894d80b7e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>dewpoint_temperature_2m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>temperature_2m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-431660aa-c1a3-44d2-b1ad-8b4dcfc3779c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-431660aa-c1a3-44d2-b1ad-8b4dcfc3779c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3cbb1d89-67a3-44e2-8f93-b8eb5f607b4f' class='xr-var-data-in' type='checkbox'><label for='data-3cbb1d89-67a3-44e2-8f93-b8eb5f607b4f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>temperature_2m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>skin_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-460b1aa1-a1d9-4d72-b92c-639261b9d96a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-460b1aa1-a1d9-4d72-b92c-639261b9d96a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d05bc0f9-bb60-4536-9b39-478c69c58015' class='xr-var-data-in' type='checkbox'><label for='data-d05bc0f9-bb60-4536-9b39-478c69c58015' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>skin_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_1</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6d4f752f-b5d7-4ae3-80bb-64613e54e679' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6d4f752f-b5d7-4ae3-80bb-64613e54e679' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-24292e49-52a5-4a58-922c-085b983cc0c1' class='xr-var-data-in' type='checkbox'><label for='data-24292e49-52a5-4a58-922c-085b983cc0c1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_1</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_2</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cbe7376f-41cc-4db0-b6ea-5c156b54ba3e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cbe7376f-41cc-4db0-b6ea-5c156b54ba3e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e66f045a-be90-4a62-aeed-ed6531de1af5' class='xr-var-data-in' type='checkbox'><label for='data-e66f045a-be90-4a62-aeed-ed6531de1af5' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_2</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_3</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5de44b42-2f26-435c-af39-52bcc1e813c5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5de44b42-2f26-435c-af39-52bcc1e813c5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5469682c-0b17-47de-b615-b8db0c5ccc53' class='xr-var-data-in' type='checkbox'><label for='data-5469682c-0b17-47de-b615-b8db0c5ccc53' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_3</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_4</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a3ba34a1-3223-4bad-a275-97c867e325b1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a3ba34a1-3223-4bad-a275-97c867e325b1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b6d27919-36fc-4087-b7e1-565c40acb7d1' class='xr-var-data-in' type='checkbox'><label for='data-b6d27919-36fc-4087-b7e1-565c40acb7d1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_4</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_bottom_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2aeee2ca-310b-4a39-a3e6-5ffe54d9e096' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2aeee2ca-310b-4a39-a3e6-5ffe54d9e096' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-05c6c388-c9bd-487f-9801-1362d46a8bff' class='xr-var-data-in' type='checkbox'><label for='data-05c6c388-c9bd-487f-9801-1362d46a8bff' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_bottom_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_ice_depth</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f133a7a8-ed3c-4153-a3ae-724d51c1a1d6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f133a7a8-ed3c-4153-a3ae-724d51c1a1d6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-56742996-0740-4f93-b7de-d9a83b7e4e16' class='xr-var-data-in' type='checkbox'><label for='data-56742996-0740-4f93-b7de-d9a83b7e4e16' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_ice_depth</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_ice_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0e7ae3ab-53c2-455b-b2e8-604964095fdc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0e7ae3ab-53c2-455b-b2e8-604964095fdc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7cb66d7a-755b-46d9-b8b1-a07a79bfc93a' class='xr-var-data-in' type='checkbox'><label for='data-7cb66d7a-755b-46d9-b8b1-a07a79bfc93a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_ice_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_mix_layer_depth</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b592f181-c784-4ea6-890e-ab83b0f82e6e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b592f181-c784-4ea6-890e-ab83b0f82e6e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a0d480ce-ac33-4ae6-a3a2-917fa03bfd10' class='xr-var-data-in' type='checkbox'><label for='data-a0d480ce-ac33-4ae6-a3a2-917fa03bfd10' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_mix_layer_depth</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_mix_layer_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b358da20-b403-4181-9477-60c5adfec968' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b358da20-b403-4181-9477-60c5adfec968' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cdc564c3-5205-456a-868a-45dd38d02af0' class='xr-var-data-in' type='checkbox'><label for='data-cdc564c3-5205-456a-868a-45dd38d02af0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_mix_layer_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_shape_factor</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2771361f-d963-4e72-8dca-2264b9e0524e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2771361f-d963-4e72-8dca-2264b9e0524e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-79483366-092c-4cd9-8727-3984537cd8af' class='xr-var-data-in' type='checkbox'><label for='data-79483366-092c-4cd9-8727-3984537cd8af' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_shape_factor</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_total_layer_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4f4a5b69-80d6-44ce-9b01-6dbec1e1394e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4f4a5b69-80d6-44ce-9b01-6dbec1e1394e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-73b0505c-ec0b-4a31-b017-3c31c1a957fc' class='xr-var-data-in' type='checkbox'><label for='data-73b0505c-ec0b-4a31-b017-3c31c1a957fc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_total_layer_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_albedo</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-537ffc07-b211-4f90-a9e4-9e9a24e910ab' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-537ffc07-b211-4f90-a9e4-9e9a24e910ab' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4f28f1b4-34e9-4985-979c-99dcf466fff8' class='xr-var-data-in' type='checkbox'><label for='data-4f28f1b4-34e9-4985-979c-99dcf466fff8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_albedo</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_cover</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4a9da328-bc8e-4552-ac51-7ca2e4e75b04' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4a9da328-bc8e-4552-ac51-7ca2e4e75b04' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c0ec352f-7dc3-4179-9216-3ce868d3b242' class='xr-var-data-in' type='checkbox'><label for='data-c0ec352f-7dc3-4179-9216-3ce868d3b242' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_cover</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_density</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5001d4b1-2149-4198-8fd5-a59049483a8c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5001d4b1-2149-4198-8fd5-a59049483a8c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f8097e70-9bee-476b-84c9-63be65703974' class='xr-var-data-in' type='checkbox'><label for='data-f8097e70-9bee-476b-84c9-63be65703974' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_density</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_depth</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9f128855-0271-48be-8db8-8d4cbaf2ef6e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9f128855-0271-48be-8db8-8d4cbaf2ef6e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4086f3ae-f66a-4cb8-8f8a-26c143acfc12' class='xr-var-data-in' type='checkbox'><label for='data-4086f3ae-f66a-4cb8-8f8a-26c143acfc12' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_depth</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_depth_water_equivalent</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1164e6cf-aeb5-4c3c-ba8c-6e9d3c0f65ab' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1164e6cf-aeb5-4c3c-ba8c-6e9d3c0f65ab' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-8b627eb9-2302-4c67-a6ac-4fdbeb4742c0' class='xr-var-data-in' type='checkbox'><label for='data-8b627eb9-2302-4c67-a6ac-4fdbeb4742c0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_depth_water_equivalent</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowfall</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d0529d7f-271c-45f6-a867-a38ec006181b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d0529d7f-271c-45f6-a867-a38ec006181b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-26d42950-3fe0-4e27-83e7-7fc99d43d7b8' class='xr-var-data-in' type='checkbox'><label for='data-26d42950-3fe0-4e27-83e7-7fc99d43d7b8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowfall</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowmelt</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d9d95c9d-ea19-420c-a194-d2e1491ef8ff' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d9d95c9d-ea19-420c-a194-d2e1491ef8ff' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-146aaf74-efd7-4b0d-967b-c75fca8c21bd' class='xr-var-data-in' type='checkbox'><label for='data-146aaf74-efd7-4b0d-967b-c75fca8c21bd' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowmelt</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>temperature_of_snow_layer</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1fe4f765-38f2-4a3c-bd95-92c06abe8f38' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1fe4f765-38f2-4a3c-bd95-92c06abe8f38' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fffae37b-a0a6-4b97-9b25-013b440ccf69' class='xr-var-data-in' type='checkbox'><label for='data-fffae37b-a0a6-4b97-9b25-013b440ccf69' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>temperature_of_snow_layer</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>skin_reservoir_content</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6aac2565-4b18-403b-9878-04600fc963f9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6aac2565-4b18-403b-9878-04600fc963f9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f08d7147-188d-490c-b7d3-00fc3ae8ce5d' class='xr-var-data-in' type='checkbox'><label for='data-f08d7147-188d-490c-b7d3-00fc3ae8ce5d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>skin_reservoir_content</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_1</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-01ec4c60-4ad0-4681-b574-9ee3becb8286' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-01ec4c60-4ad0-4681-b574-9ee3becb8286' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4b647582-c4d5-4008-a4d1-01dcf1e7c003' class='xr-var-data-in' type='checkbox'><label for='data-4b647582-c4d5-4008-a4d1-01dcf1e7c003' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_1</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_2</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f0342307-6ed7-4a9b-b32e-b8c3b73d32b7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f0342307-6ed7-4a9b-b32e-b8c3b73d32b7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b84c8a7f-d97c-4f7d-827a-3bcb0ede7ece' class='xr-var-data-in' type='checkbox'><label for='data-b84c8a7f-d97c-4f7d-827a-3bcb0ede7ece' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_2</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_3</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-fd8989e4-3464-4a77-a6e2-29bbd67d4864' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fd8989e4-3464-4a77-a6e2-29bbd67d4864' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-626a3f95-b4b0-4536-98fb-9d34628aab45' class='xr-var-data-in' type='checkbox'><label for='data-626a3f95-b4b0-4536-98fb-9d34628aab45' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_3</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_4</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ffe9a1e8-7429-480c-8115-d84a9cad3148' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ffe9a1e8-7429-480c-8115-d84a9cad3148' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-64f0c23a-1516-40ee-a2af-78284eb745db' class='xr-var-data-in' type='checkbox'><label for='data-64f0c23a-1516-40ee-a2af-78284eb745db' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_4</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>forecast_albedo</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8c87c880-58cc-4057-88e9-eadec85df62d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8c87c880-58cc-4057-88e9-eadec85df62d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f0d6f883-e298-4d12-b427-d6cc0243a538' class='xr-var-data-in' type='checkbox'><label for='data-f0d6f883-e298-4d12-b427-d6cc0243a538' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>forecast_albedo</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_latent_heat_flux</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b787b12f-a540-469f-b105-d195bc54451d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b787b12f-a540-469f-b105-d195bc54451d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-63e5026f-e801-4654-8854-951f01cb0fcf' class='xr-var-data-in' type='checkbox'><label for='data-63e5026f-e801-4654-8854-951f01cb0fcf' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_latent_heat_flux</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_solar_radiation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-003fce4f-2b43-4457-8a7f-747b534d7ed9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-003fce4f-2b43-4457-8a7f-747b534d7ed9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-46b5fdaf-1274-4a69-b953-e61ead1f1235' class='xr-var-data-in' type='checkbox'><label for='data-46b5fdaf-1274-4a69-b953-e61ead1f1235' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_solar_radiation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_thermal_radiation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1d3bfece-7e0d-4989-bdc8-d69218572a30' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1d3bfece-7e0d-4989-bdc8-d69218572a30' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ea5d0304-0d4c-46a1-9dc4-c02518740721' class='xr-var-data-in' type='checkbox'><label for='data-ea5d0304-0d4c-46a1-9dc4-c02518740721' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_thermal_radiation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_sensible_heat_flux</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-75225c03-488b-479b-9c04-da5d519b4d6a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-75225c03-488b-479b-9c04-da5d519b4d6a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1af571c8-28c1-4c71-b671-4d6e5f33dfb7' class='xr-var-data-in' type='checkbox'><label for='data-1af571c8-28c1-4c71-b671-4d6e5f33dfb7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_sensible_heat_flux</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_solar_radiation_downwards</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f2e85d03-7bf3-417d-8502-d73c7070c91d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f2e85d03-7bf3-417d-8502-d73c7070c91d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c5565d5c-a9f3-420e-8948-b2a0b6844623' class='xr-var-data-in' type='checkbox'><label for='data-c5565d5c-a9f3-420e-8948-b2a0b6844623' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_solar_radiation_downwards</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_thermal_radiation_downwards</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3ca02737-a5d5-46d0-8d01-47f492b722f6' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3ca02737-a5d5-46d0-8d01-47f492b722f6' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-be620cdd-e104-4a24-91f0-54d1636f939d' class='xr-var-data-in' type='checkbox'><label for='data-be620cdd-e104-4a24-91f0-54d1636f939d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_thermal_radiation_downwards</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_bare_soil</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-933ba933-acdd-4366-86c7-1b5ecc6549a2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-933ba933-acdd-4366-86c7-1b5ecc6549a2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-475106c7-b051-49f7-9b63-24d198599e5b' class='xr-var-data-in' type='checkbox'><label for='data-475106c7-b051-49f7-9b63-24d198599e5b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_bare_soil</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_open_water_surfaces_excluding_oceans</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-410ad53a-018b-4cc3-ad19-0e4c14b7a5e2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-410ad53a-018b-4cc3-ad19-0e4c14b7a5e2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d5663b90-819b-4877-bb2e-6ea105607d43' class='xr-var-data-in' type='checkbox'><label for='data-d5663b90-819b-4877-bb2e-6ea105607d43' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_open_water_surfaces_excluding_oceans</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_the_top_of_canopy</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c0573fd4-ad3e-4eff-8517-6da4db9c9a28' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c0573fd4-ad3e-4eff-8517-6da4db9c9a28' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d514dc60-a090-4ef9-b6aa-35f4bc2eed1d' class='xr-var-data-in' type='checkbox'><label for='data-d514dc60-a090-4ef9-b6aa-35f4bc2eed1d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_the_top_of_canopy</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_vegetation_transpiration</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2a76f4e5-7fe3-4636-9953-bf799f41c067' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2a76f4e5-7fe3-4636-9953-bf799f41c067' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9318ad07-486f-4d6e-aa89-4d595fcccdcd' class='xr-var-data-in' type='checkbox'><label for='data-9318ad07-486f-4d6e-aa89-4d595fcccdcd' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_vegetation_transpiration</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>potential_evaporation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d5a7ad72-3189-435d-b789-bb975e5f9e4c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d5a7ad72-3189-435d-b789-bb975e5f9e4c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c84a63a8-738b-415c-bf3b-ec7c99f796fb' class='xr-var-data-in' type='checkbox'><label for='data-c84a63a8-738b-415c-bf3b-ec7c99f796fb' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>potential_evaporation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>runoff</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a6bb3c3d-4607-48d5-87c6-10995c5657cc' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a6bb3c3d-4607-48d5-87c6-10995c5657cc' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7c826205-98d6-48d9-8f31-d8e3ea5ebe55' class='xr-var-data-in' type='checkbox'><label for='data-7c826205-98d6-48d9-8f31-d8e3ea5ebe55' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>runoff</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_evaporation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b356f9c1-4ccd-42af-84f0-358085261d74' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b356f9c1-4ccd-42af-84f0-358085261d74' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6ea393f6-ef21-4819-b089-28cfe6eae453' class='xr-var-data-in' type='checkbox'><label for='data-6ea393f6-ef21-4819-b089-28cfe6eae453' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_evaporation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sub_surface_runoff</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a6495d65-ea72-49ac-b568-5f89605c1ea7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a6495d65-ea72-49ac-b568-5f89605c1ea7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cb326445-fdfa-4f79-8220-231a4ef2ee84' class='xr-var-data-in' type='checkbox'><label for='data-cb326445-fdfa-4f79-8220-231a4ef2ee84' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>sub_surface_runoff</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_runoff</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f2c7275b-bcc7-4491-aa11-5102b5b064fd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f2c7275b-bcc7-4491-aa11-5102b5b064fd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-5c0f3b9b-627b-430e-8861-9e4d24146c5d' class='xr-var-data-in' type='checkbox'><label for='data-5c0f3b9b-627b-430e-8861-9e4d24146c5d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_runoff</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_evaporation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e842bbde-48d4-42fb-8a7a-487dad44a463' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e842bbde-48d4-42fb-8a7a-487dad44a463' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2bf22fa0-7ebb-46ba-8b6a-12c049a7d25f' class='xr-var-data-in' type='checkbox'><label for='data-2bf22fa0-7ebb-46ba-8b6a-12c049a7d25f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_evaporation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>u_component_of_wind_10m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6ee9728f-0348-4cc6-8d71-4d4442975884' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6ee9728f-0348-4cc6-8d71-4d4442975884' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e414f271-8be6-460a-8db1-ab22efdc71ed' class='xr-var-data-in' type='checkbox'><label for='data-e414f271-8be6-460a-8db1-ab22efdc71ed' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>u_component_of_wind_10m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>v_component_of_wind_10m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c4c85b9b-d891-4a3b-839e-efa2b8a0bb35' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c4c85b9b-d891-4a3b-839e-efa2b8a0bb35' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b1077012-7c1a-4d7e-881a-3438ca6df79f' class='xr-var-data-in' type='checkbox'><label for='data-b1077012-7c1a-4d7e-881a-3438ca6df79f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>v_component_of_wind_10m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_pressure</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ec9322e1-a8eb-4047-831e-7c1a5ab3fb56' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ec9322e1-a8eb-4047-831e-7c1a5ab3fb56' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b38e9735-a793-4447-9706-250bf8735f96' class='xr-var-data-in' type='checkbox'><label for='data-b38e9735-a793-4447-9706-250bf8735f96' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_pressure</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_precipitation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-054f2c7d-fe64-4606-af31-b9bed8ae9d60' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-054f2c7d-fe64-4606-af31-b9bed8ae9d60' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-15af8c9b-0822-4296-b1ed-df27be18bf3e' class='xr-var-data-in' type='checkbox'><label for='data-15af8c9b-0822-4296-b1ed-df27be18bf3e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_precipitation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>leaf_area_index_high_vegetation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b9f9fe10-21f5-4456-9fe6-913840805a69' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b9f9fe10-21f5-4456-9fe6-913840805a69' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-70b49869-b7c6-496e-b147-7414d7297656' class='xr-var-data-in' type='checkbox'><label for='data-70b49869-b7c6-496e-b147-7414d7297656' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>leaf_area_index_high_vegetation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>leaf_area_index_low_vegetation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bbecda1b-f2e6-431c-b9a8-316d89589d72' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bbecda1b-f2e6-431c-b9a8-316d89589d72' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0e197c72-99a7-4da9-94a7-f29a4c410b9b' class='xr-var-data-in' type='checkbox'><label for='data-0e197c72-99a7-4da9-94a7-f29a4c410b9b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>leaf_area_index_low_vegetation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowfall_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5f323009-8e44-4245-a39d-fa0bca08ada7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5f323009-8e44-4245-a39d-fa0bca08ada7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1df0ac6f-fa9f-4d10-9e6a-0653e1318561' class='xr-var-data-in' type='checkbox'><label for='data-1df0ac6f-fa9f-4d10-9e6a-0653e1318561' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowfall_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowmelt_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4dc4921c-4501-44db-be61-1bf8bcba6974' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4dc4921c-4501-44db-be61-1bf8bcba6974' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2c0905cb-f5a0-402a-8bd4-09872b5020a2' class='xr-var-data-in' type='checkbox'><label for='data-2c0905cb-f5a0-402a-8bd4-09872b5020a2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowmelt_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_latent_heat_flux_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-776c1e6c-2d48-4c04-8b17-1547acbcb8c1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-776c1e6c-2d48-4c04-8b17-1547acbcb8c1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-89e4a1e7-a353-43c1-9821-cbc0cf6595f3' class='xr-var-data-in' type='checkbox'><label for='data-89e4a1e7-a353-43c1-9821-cbc0cf6595f3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_latent_heat_flux_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_solar_radiation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0d31e876-df08-4776-ad96-fb42d0e50169' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0d31e876-df08-4776-ad96-fb42d0e50169' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1b3ad871-152f-4609-8002-36e546ed3fda' class='xr-var-data-in' type='checkbox'><label for='data-1b3ad871-152f-4609-8002-36e546ed3fda' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_solar_radiation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_thermal_radiation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-dcf97222-520a-4811-abf0-4a30ab84c1eb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-dcf97222-520a-4811-abf0-4a30ab84c1eb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f8d618b1-e0ac-45c8-8e87-9dc1a0f190a9' class='xr-var-data-in' type='checkbox'><label for='data-f8d618b1-e0ac-45c8-8e87-9dc1a0f190a9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_thermal_radiation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_sensible_heat_flux_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-61527bf0-60ed-4663-800e-572e0b076b21' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-61527bf0-60ed-4663-800e-572e0b076b21' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9a049844-0fef-4946-a7bb-d0e0ed43c1c4' class='xr-var-data-in' type='checkbox'><label for='data-9a049844-0fef-4946-a7bb-d0e0ed43c1c4' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_sensible_heat_flux_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_solar_radiation_downwards_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5dd4c9fd-70fc-4e58-8059-1292c8dce27d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5dd4c9fd-70fc-4e58-8059-1292c8dce27d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b217c397-9e41-4e27-98e4-129774b12707' class='xr-var-data-in' type='checkbox'><label for='data-b217c397-9e41-4e27-98e4-129774b12707' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_solar_radiation_downwards_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_thermal_radiation_downwards_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5ad6f6fb-48d3-4b63-83f7-678c7dae9e03' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5ad6f6fb-48d3-4b63-83f7-678c7dae9e03' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-791e2f0e-7349-4a2f-a74b-c3263ba3ae69' class='xr-var-data-in' type='checkbox'><label for='data-791e2f0e-7349-4a2f-a74b-c3263ba3ae69' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_thermal_radiation_downwards_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_bare_soil_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-323f9106-8b0a-4390-aeaf-48f9e01b1ff5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-323f9106-8b0a-4390-aeaf-48f9e01b1ff5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2126c6cf-03ff-4986-ad00-071f7bdef758' class='xr-var-data-in' type='checkbox'><label for='data-2126c6cf-03ff-4986-ad00-071f7bdef758' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_bare_soil_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_open_water_surfaces_excluding_oceans_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b2e179cc-d65e-4707-a04f-be92228573ce' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b2e179cc-d65e-4707-a04f-be92228573ce' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-60261141-6c9c-4990-b330-bcd63eaa9708' class='xr-var-data-in' type='checkbox'><label for='data-60261141-6c9c-4990-b330-bcd63eaa9708' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_open_water_surfaces_excluding_oceans_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_the_top_of_canopy_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-65473349-071e-4d4d-a01a-58a254476e42' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-65473349-071e-4d4d-a01a-58a254476e42' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bb802b74-27d1-49f5-b780-a58c2ce59f1f' class='xr-var-data-in' type='checkbox'><label for='data-bb802b74-27d1-49f5-b780-a58c2ce59f1f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_the_top_of_canopy_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_vegetation_transpiration_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d1108bfb-6afd-43f9-a398-37f5a66ce210' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d1108bfb-6afd-43f9-a398-37f5a66ce210' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c27e7186-985e-4805-a533-e4ef20ab3372' class='xr-var-data-in' type='checkbox'><label for='data-c27e7186-985e-4805-a533-e4ef20ab3372' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_vegetation_transpiration_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>potential_evaporation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cd332400-6aae-4438-a801-a137a8b9fd87' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cd332400-6aae-4438-a801-a137a8b9fd87' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d07bc0e7-ebc6-4488-905d-c658cc931705' class='xr-var-data-in' type='checkbox'><label for='data-d07bc0e7-ebc6-4488-905d-c658cc931705' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>potential_evaporation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>runoff_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-9e1e733c-c5ba-4121-9ac3-732f6f0551d2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-9e1e733c-c5ba-4121-9ac3-732f6f0551d2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c861db40-7cff-43ab-8917-1038d8fc8c34' class='xr-var-data-in' type='checkbox'><label for='data-c861db40-7cff-43ab-8917-1038d8fc8c34' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>runoff_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_evaporation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-84e16d27-1398-414a-9ca4-44f252c9c54a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-84e16d27-1398-414a-9ca4-44f252c9c54a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4ea35427-8bb1-4526-b05c-512828fdb2a2' class='xr-var-data-in' type='checkbox'><label for='data-4ea35427-8bb1-4526-b05c-512828fdb2a2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_evaporation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sub_surface_runoff_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a4344873-ae81-4f85-8337-b379c85702d7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a4344873-ae81-4f85-8337-b379c85702d7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-464eaa48-47dd-4077-9ef0-a5c5006b8af7' class='xr-var-data-in' type='checkbox'><label for='data-464eaa48-47dd-4077-9ef0-a5c5006b8af7' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>sub_surface_runoff_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_runoff_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-93ae0ce8-ca3a-42ff-9f54-699c06cfa9cf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-93ae0ce8-ca3a-42ff-9f54-699c06cfa9cf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2d97aa91-3832-4b41-8c1b-ef69fcdb1fd9' class='xr-var-data-in' type='checkbox'><label for='data-2d97aa91-3832-4b41-8c1b-ef69fcdb1fd9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_runoff_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_evaporation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d9eba163-32f6-4d6e-8db0-31285cd72b88' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d9eba163-32f6-4d6e-8db0-31285cd72b88' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4fa20976-b7cf-408a-b484-ee54587e84f9' class='xr-var-data-in' type='checkbox'><label for='data-4fa20976-b7cf-408a-b484-ee54587e84f9' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_evaporation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_precipitation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-bbfc7cab-22f3-4c04-a2ef-c1debf56995e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-bbfc7cab-22f3-4c04-a2ef-c1debf56995e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fe244c6f-f05f-483e-a328-213caa5c59f2' class='xr-var-data-in' type='checkbox'><label for='data-fe244c6f-f05f-483e-a328-213caa5c59f2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_precipitation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-67480ec2-8f8c-40e9-8545-24f8c6f366e5' class='xr-section-summary-in' type='checkbox' ><label for='section-67480ec2-8f8c-40e9-8545-24f8c6f366e5' class='xr-section-summary' >Attributes: <span>(33)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>date_range :</span></dt><dd>[347155200000, 1640649600000]</dd><dt><span>description :</span></dt><dd><p>ERA5-Land is a reanalysis dataset providing a consistent view of the evolution of land variables\n", | |
| "over several decades at an enhanced resolution compared to ERA5. ERA5-Land has been produced by\n", | |
| "replaying the land component of the ECMWF ERA5 climate reanalysis. Reanalysis combines model\n", | |
| "data with observations from across the world into a globally complete and consistent dataset\n", | |
| "using the laws of physics. Reanalysis produces data that goes several decades back in time,\n", | |
| "providing an accurate description of the climate of the past. This dataset includes all 50\n", | |
| "variables as available on CDS.</p><p>Please note that the convention for accumulations used in ERA5-Land differs with that for ERA5.\n", | |
| "The accumulations are treated the same as those in ERA-Interim or ERA-Interim/Land, i.e., they\n", | |
| "are accumulated from the beginning of the forecast to the end of the forecast step. This happens\n", | |
| "within every day and gets reset on midnight. The Earth Engine Data team added 19 additional bands,\n", | |
| "one for each of the accumulation bands, with the hourly values computed as the difference\n", | |
| "between two consecutive forecast steps.</p><p><b>Provider: <a href="https://cds.climate.copernicus.eu/cdsapp">Climate Data Store</a></b><br><p><b>Resolution</b><br>11132 meters\n", | |
| "</p><p><b>Cadence</b><br>\n", | |
| " 1 hour\n", | |
| "</p><p><b>Bands</b><table class="eecat"><tr><th scope="col">Name</th><th scope="col">Description</th></tr><tr><td>dewpoint_temperature_2m</td><td><p>Temperature to which the air, at 2 metres above the surface of the Earth, would have to be\n", | |
| "cooled for saturation to occur. It is a measure of the humidity of the air. Combined with\n", | |
| "temperature and pressure, it can be used to calculate the relative humidity. 2m dew point\n", | |
| "temperature is calculated by interpolating between the lowest model level and the Earth&#39;s\n", | |
| "surface, taking account of the atmospheric conditions. Temperature measured in kelvin can be\n", | |
| "converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>temperature_2m</td><td><p>Temperature of air at 2m above the surface of land, sea or in-land waters. 2m temperature is\n", | |
| "calculated by interpolating between the lowest model level and the Earth&#39;s surface, taking\n", | |
| "account of the atmospheric conditions. Temperature measured in kelvin can be converted to\n", | |
| "degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>skin_temperature</td><td><p>Temperature of the surface of the Earth. The skin temperature is the theoretical temperature\n", | |
| "that is required to satisfy the surface energy balance. It represents the temperature of the\n", | |
| "uppermost surface layer, which has no heat capacity and so can respond instantaneously to\n", | |
| "changes in surface fluxes. Skin temperature is calculated differently over land and sea.\n", | |
| "Temperature measured in kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>soil_temperature_level_1</td><td><p>Temperature of the soil in layer 1 (0 - 7 cm) of the ECMWF Integrated Forecasting System. The\n", | |
| "surface is at 0 cm. Soil temperature is set at the middle of each layer, and heat transfer is\n", | |
| "calculated at the interfaces between them. It is assumed that there is no heat transfer out of\n", | |
| "the bottom of the lowest layer. Temperature measured in kelvin can be converted to degrees\n", | |
| "Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>soil_temperature_level_2</td><td><p>Temperature of the soil in layer 2 (7-28 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>soil_temperature_level_3</td><td><p>Temperature of the soil in layer 3 (28-100 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>soil_temperature_level_4</td><td><p>Temperature of the soil in layer 4 (100-289 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>lake_bottom_temperature</td><td><p>Temperature of water at the bottom of inland water bodies (lakes, reservoirs, rivers) and\n", | |
| "coastal waters. ECMWF implemented a lake model in May 2015 to represent the water temperature\n", | |
| "and lake ice of all the world’s major inland water bodies in the Integrated Forecasting System.\n", | |
| "The model keeps lake depth and surface area (or fractional cover) constant in time.</p></td></tr><tr><td>lake_ice_depth</td><td><p>The thickness of ice on inland water bodies (lakes, reservoirs and rivers) and coastal waters.\n", | |
| "The ECMWF Integrated Forecasting System (IFS) represents the formation and melting of ice on\n", | |
| "inland water bodies (lakes, reservoirs and rivers) and coastal water. A single ice layer is\n", | |
| "represented. This parameter is the thickness of that ice layer.</p></td></tr><tr><td>lake_ice_temperature</td><td><p>The temperature of the uppermost surface of ice on inland water bodies (lakes, reservoirs,\n", | |
| "rivers) and coastal waters. The ECMWF Integrated Forecasting System represents the formation\n", | |
| "and melting of ice on lakes. A single ice layer is represented. The temperature measured in\n", | |
| "kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>lake_mix_layer_depth</td><td><p>The thickness of the upper most layer of an inland water body (lake, reservoirs, and rivers) or\n", | |
| "coastal waters that is well mixed and has a near constant temperature with depth (uniform\n", | |
| "distribution of temperature). The ECMWF Integrated Forecasting System represents inland water\n", | |
| "bodies with two layers in the vertical, the mixed layer above and the thermocline below.\n", | |
| "Thermoclines upper boundary is located at the mixed layer bottom, and the lower boundary at the\n", | |
| "lake bottom. Mixing within the mixed layer can occur when the density of the surface (and\n", | |
| "near-surface) water is greater than that of the water below. Mixing can also occur through the\n", | |
| "action of wind on the surface of the lake.</p></td></tr><tr><td>lake_mix_layer_temperature</td><td><p>The temperature of the upper most layer of inland water bodies (lakes, reservoirs and rivers)\n", | |
| "or coastal waters) that is well mixed. The ECMWF Integrated Forecasting System represents\n", | |
| "inland water bodies with two layers in the vertical, the mixed layer above and the thermocline\n", | |
| "below. Thermoclines upper boundary is located at the mixed layer bottom, and the lower boundary\n", | |
| "at the lake bottom. Mixing within the mixed layer can occur when the density of the surface\n", | |
| "(and near-surface) water is greater than that of the water below. Mixing can also occur through\n", | |
| "the action of wind on the surface of the lake. Temperature measured in kelvin can be converted\n", | |
| "to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>lake_shape_factor</td><td><p>This parameter describes the way that temperature changes with depth in the thermocline layer\n", | |
| "of inland water bodies (lakes, reservoirs and rivers) and coastal waters. It is used to\n", | |
| "calculate the lake bottom temperature and other lake-related parameters. The ECMWF Integrated\n", | |
| "Forecasting System represents inland and coastal water bodies with two layers in the vertical,\n", | |
| "the mixed layer above and the thermocline below where temperature changes with depth.</p></td></tr><tr><td>lake_total_layer_temperature</td><td><p>The mean temperature of total water column in inland water bodies (lakes, reservoirs and\n", | |
| "rivers) and coastal waters. The ECMWF Integrated Forecasting System represents inland water\n", | |
| "bodies with two layers in the vertical, the mixed layer above and the thermocline below where\n", | |
| "temperature changes with depth. This parameter is the mean over the two layers. Temperature\n", | |
| "measured in kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>snow_albedo</td><td><p>It is defined as the fraction of solar (shortwave) radiation reflected by the snow, across the\n", | |
| "solar spectrum, for both direct and diffuse radiation. It is a measure of the reflectivity of\n", | |
| "the snow covered grid cells. Values vary between 0 and 1. Typically, snow and ice have high\n", | |
| "reflectivity with albedo values of 0.8 and above.</p></td></tr><tr><td>snow_cover</td><td><p>It represents the fraction (0-1) of the cell / grid-box occupied by snow (similar to the cloud\n", | |
| "cover fields of ERA5).</p></td></tr><tr><td>snow_density</td><td><p>Mass of snow per cubic metre in the snow layer. The ECMWF Integrated Forecast System (IFS)\n", | |
| "model represents snow as a single additional layer over the uppermost soil level. The snow may\n", | |
| "cover all or part of the grid box.</p></td></tr><tr><td>snow_depth</td><td><p>Instantaneous grib-box average of the snow thickness on the ground (excluding snow on canopy).</p></td></tr><tr><td>snow_depth_water_equivalent</td><td><p>Depth of snow from the snow-covered area of a grid box. Its units are metres of water\n", | |
| "equivalent, so it is the depth the water would have if the snow melted and was spread evenly\n", | |
| "over the whole grid box. The ECMWF Integrated Forecast System represents snow as a single\n", | |
| "additional layer over the uppermost soil level. The snow may cover all or part of the grid box.</p></td></tr><tr><td>snowfall</td><td><p>Accumulated total snow that has fallen to the Earth&#39;s surface. It consists of snow due to the\n", | |
| "large-scale atmospheric flow (horizontal scales greater than around a few hundred metres) and\n", | |
| "convection where smaller scale areas (around 5km to a few hundred kilometres) of warm air rise.\n", | |
| "If snow has melted during the period over which this variable was accumulated, then it will be\n", | |
| "higher than the snow depth. This variable is the total amount of water accumulated from the\n", | |
| "beginning of the forecast time to the end of the forecast step. The units given measure the\n", | |
| "depth the water would have if the snow melted and was spread evenly over the grid box. Care\n", | |
| "should be taken when comparing model variables with observations, because observations are\n", | |
| "often local to a particular point in space and time, rather than representing averages over a\n", | |
| "model grid box and model time step.</p></td></tr><tr><td>snowmelt</td><td><p>Melting of snow averaged over the grid box (to find melt over snow, divide by snow fraction).\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step.</p></td></tr><tr><td>temperature_of_snow_layer</td><td><p>This variable gives the temperature of the snow layer from the ground to the snow-air\n", | |
| "interface. The ECMWF Integrated Forecast System (IFS) model represents snow as a single\n", | |
| "additional layer over the uppermost soil level. The snow may cover all or part of the grid box.\n", | |
| "Temperature measured in kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>skin_reservoir_content</td><td><p>Amount of water in the vegetation canopy and/or in a thin layer on the soil. It represents the\n", | |
| "amount of rain intercepted by foliage, and water from dew. The maximum amount of &#39;skin\n", | |
| "reservoir content&#39; a grid box can hold depends on the type of vegetation, and may be zero.\n", | |
| "Water leaves the &#39;skin reservoir&#39; by evaporation.</p></td></tr><tr><td>volumetric_soil_water_layer_1</td><td><p>Volume of water in soil layer 1 (0 - 7 cm) of the ECMWF Integrated Forecasting System. The\n", | |
| "surface is at 0 cm. The volumetric soil water is associated with the soil texture (or\n", | |
| "classification), soil depth, and the underlying groundwater level.</p></td></tr><tr><td>volumetric_soil_water_layer_2</td><td><p>Volume of water in soil layer 2 (7 -28 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>volumetric_soil_water_layer_3</td><td><p>Volume of water in soil layer 3 (28-100 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>volumetric_soil_water_layer_4</td><td><p>Volume of water in soil layer 4 (100-289 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>forecast_albedo</td><td><p>Is a measure of the reflectivity of the Earth&#39;s surface. It is the fraction of solar\n", | |
| "(shortwave) radiation reflected by Earth&#39;s surface, across the solar spectrum, for both direct\n", | |
| "and diffuse radiation. Values are between 0 and 1. Typically, snow and ice have high\n", | |
| "reflectivity with albedo values of 0.8 and above, land has intermediate values between about\n", | |
| "0.1 and 0.4 and the ocean has low values of 0.1 or less. Radiation from the Sun (solar, or\n", | |
| "shortwave, radiation) is partly reflected back to space by clouds and particles in the\n", | |
| "atmosphere (aerosols) and some of it is absorbed. The rest is incident on the Earth&#39;s surface,\n", | |
| "where some of it is reflected. The portion that is reflected by the Earth&#39;s surface depends on\n", | |
| "the albedo. In the ECMWF Integrated Forecasting System (IFS), a climatological background\n", | |
| "albedo (observed values averaged over a period of several years) is used, modified by the model\n", | |
| "over water, ice and snow. Albedo is often shown as a percentage (%).</p></td></tr><tr><td>surface_latent_heat_flux</td><td><p>Exchange of latent heat with the surface through turbulent diffusion. This variables is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step. By model\n", | |
| "convention, downward fluxes are positive.</p></td></tr><tr><td>surface_net_solar_radiation</td><td><p>Amount of solar radiation (also known as shortwave radiation) reaching the surface of the\n", | |
| "Earth (both direct and diffuse) minus the amount reflected by the Earth&#39;s surface (which is\n", | |
| "governed by the albedo).Radiation from the Sun (solar, or shortwave, radiation) is partly\n", | |
| "reflected back to space by clouds and particles in the atmosphere (aerosols) and some of it is\n", | |
| "absorbed. The rest is incident on the Earth&#39;s surface, where some of it is reflected. The\n", | |
| "difference between downward and reflected solar radiation is the surface net solar radiation.\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step. The units are joules per square metre (J m-2). To convert to watts per square metre\n", | |
| "(W m-2), the accumulated values should be divided by the accumulation period expressed in\n", | |
| "seconds. The ECMWF convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>surface_net_thermal_radiation</td><td><p>Net thermal radiation at the surface. Accumulated field from the beginning of the forecast\n", | |
| "time to the end of the forecast step. By model convention downward fluxes are positive.</p></td></tr><tr><td>surface_sensible_heat_flux</td><td><p>Transfer of heat between the Earth&#39;s surface and the atmosphere through the effects of\n", | |
| "turbulent air motion (but excluding any heat transfer resulting from condensation or\n", | |
| "evaporation). The magnitude of the sensible heat flux is governed by the difference in\n", | |
| "temperature between the surface and the overlying atmosphere, wind speed and the surface\n", | |
| "roughness. For example, cold air overlying a warm surface would produce a sensible heat flux\n", | |
| "from the land (or ocean) into the atmosphere. This is a single level variable and it is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step. The units\n", | |
| "are joules per square metre (J m-2). To convert to watts per square metre (W m-2), the\n", | |
| "accumulated values should be divided by the accumulation period expressed in seconds. The ECMWF\n", | |
| "convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>surface_solar_radiation_downwards</td><td><p>Amount of solar radiation (also known as shortwave radiation) reaching the surface of the\n", | |
| "Earth. This variable comprises both direct and diffuse solar radiation. Radiation from the Sun\n", | |
| "(solar, or shortwave, radiation) is partly reflected back to space by clouds and particles in\n", | |
| "the atmosphere (aerosols) and some of it is absorbed. The rest is incident on the Earth&#39;s\n", | |
| "surface (represented by this variable). To a reasonably good approximation, this variable is\n", | |
| "the model equivalent of what would be measured by a pyranometer (an instrument used for\n", | |
| "measuring solar radiation) at the surface. However, care should be taken when comparing model\n", | |
| "variables with observations, because observations are often local to a particular point in\n", | |
| "space and time, rather than representing averages over a model grid box and model time step.\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step. The units are joules per square metre (J m-2). To convert to watts per square metre\n", | |
| "(W m-2), the accumulated values should be divided by the accumulation period expressed in\n", | |
| "seconds. The ECMWF convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>surface_thermal_radiation_downwards</td><td><p>Amount of thermal (also known as longwave or terrestrial) radiation emitted by the atmosphere\n", | |
| "and clouds that reaches the Earth&#39;s surface. The surface of the Earth emits thermal radiation,\n", | |
| "some of which is absorbed by the atmosphere and clouds. The atmosphere and clouds likewise emit\n", | |
| "thermal radiation in all directions, some of which reaches the surface (represented by this\n", | |
| "variable). This variable is accumulated from the beginning of the forecast time to the end of\n", | |
| "the forecast step. The units are joules per square metre (J m-2). To convert to watts per\n", | |
| "square metre (W m-2), the accumulated values should be divided by the accumulation period\n", | |
| "expressed in seconds. The ECMWF convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>evaporation_from_bare_soil</td><td><p>The amount of evaporation from bare soil at the top of the land surface. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step.</p></td></tr><tr><td>evaporation_from_open_water_surfaces_excluding_oceans</td><td><p>Amount of evaporation from surface water storage like lakes and inundated areas but excluding\n", | |
| "oceans. This variable is accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step.</p></td></tr><tr><td>evaporation_from_the_top_of_canopy</td><td><p>The amount of evaporation from the canopy interception reservoir at the top of the canopy.\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step.</p></td></tr><tr><td>evaporation_from_vegetation_transpiration</td><td><p>Amount of evaporation from vegetation transpiration. This has the same meaning as root\n", | |
| "extraction i.e. the amount of water extracted from the different soil layers. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step.</p></td></tr><tr><td>potential_evaporation</td><td><p>Potential evaporation (pev) in the current ECMWF model is computed, by making a second call to\n", | |
| "the surface energy balance routine with the vegetation variables set to &quot;crops/mixed farming&quot;\n", | |
| "and assuming no stress from soil moisture. In other words, evaporation is computed for\n", | |
| "agricultural land as if it is well watered and assuming that the atmosphere is not affected by\n", | |
| "this artificial surface condition. The latter may not always be realistic. Although pev is\n", | |
| "meant to provide an estimate of irrigation requirements, the method can give unrealistic\n", | |
| "results in arid conditions due to too strong evaporation forced by dry air. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step.</p></td></tr><tr><td>runoff</td><td><p>Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil.\n", | |
| "Otherwise, the water drains away, either over the surface (surface runoff), or under the ground\n", | |
| "(sub-surface runoff) and the sum of these two is simply called &#39;runoff&#39;. This variable is the\n", | |
| "total amount of water accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step. The units of runoff are depth in metres. This is the depth the water would have\n", | |
| "if it were spread evenly over the grid box. Care should be taken when comparing model variables\n", | |
| "with observations, because observations are often local to a particular point rather than\n", | |
| "averaged over a grid square area. Observations are also often taken in different units, such as\n", | |
| "mm/day, rather than the accumulated metres produced here. Runoff is a measure of the\n", | |
| "availability of water in the soil, and can, for example, be used as an indicator of drought or\n", | |
| "flood. More information about how runoff is calculated is given in the IFS Physical Processes\n", | |
| "documentation.</p></td></tr><tr><td>snow_evaporation</td><td><p>Evaporation from snow averaged over the grid box (to find flux over snow, divide by snow\n", | |
| "fraction). This variable is accumulated from the beginning of the forecast time to the end of\n", | |
| "the forecast step.</p></td></tr><tr><td>sub_surface_runoff</td><td><p>Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil.\n", | |
| "Otherwise, the water drains away, either over the surface (surface runoff), or under the ground\n", | |
| "(sub-surface runoff) and the sum of these two is simply called &#39;runoff&#39;. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step. The units\n", | |
| "of runoff are depth in metres. This is the depth the water would have if it were spread evenly\n", | |
| "over the grid box. Care should be taken when comparing model variables with observations,\n", | |
| "because observations are often local to a particular point rather than averaged over a grid\n", | |
| "square area. Observations are also often taken in different units, such as mm/day, rather than\n", | |
| "the accumulated metres produced here. Runoff is a measure of the availability of water in the\n", | |
| "soil, and can, for example, be used as an indicator of drought or flood. More information about\n", | |
| "how runoff is calculated is given in the IFS Physical Processes documentation.</p></td></tr><tr><td>surface_runoff</td><td><p>Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil.\n", | |
| "Otherwise, the water drains away, either over the surface (surface runoff), or under the ground\n", | |
| "(sub-surface runoff) and the sum of these two is simply called &#39;runoff&#39;. This variable is the\n", | |
| "total amount of water accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step. The units of runoff are depth in metres. This is the depth the water would have\n", | |
| "if it were spread evenly over the grid box. Care should be taken when comparing model variables\n", | |
| "with observations, because observations are often local to a particular point rather than\n", | |
| "averaged over a grid square area. Observations are also often taken in different units, such as\n", | |
| "mm/day, rather than the accumulated metres produced here. Runoff is a measure of the\n", | |
| "availability of water in the soil, and can, for example, be used as an indicator of drought or\n", | |
| "flood. More information about how runoff is calculated is given in the IFS Physical Processes\n", | |
| "documentation.</p></td></tr><tr><td>total_evaporation</td><td><p>Accumulated amount of water that has evaporated from the Earth&#39;s surface, including a\n", | |
| "simplified representation of transpiration (from vegetation), into vapour in the air above.\n", | |
| "This variable is accumulated from the beginning of the forecast to the end of the forecast\n", | |
| "step. The ECMWF Integrated Forecasting System convention is that downward fluxes are positive.\n", | |
| "Therefore, negative values indicate evaporation and positive values indicate condensation.</p></td></tr><tr><td>u_component_of_wind_10m</td><td><p>Eastward component of the 10m wind. It is the horizontal speed of air moving towards the east,\n", | |
| "at a height of ten metres above the surface of the Earth, in metres per second. Care should be\n", | |
| "taken when comparing this variable with observations, because wind observations vary on small\n", | |
| "space and time scales and are affected by the local terrain, vegetation and buildings that are\n", | |
| "represented only on average in the ECMWF Integrated Forecasting System. This variable can be\n", | |
| "combined with the V component of 10m wind to give the speed and direction of the horizontal 10m\n", | |
| "wind.</p></td></tr><tr><td>v_component_of_wind_10m</td><td><p>Northward component of the 10m wind. It is the horizontal speed of air moving towards the\n", | |
| "north, at a height of ten metres above the surface of the Earth, in metres per second. Care\n", | |
| "should be taken when comparing this variable with observations, because wind observations vary\n", | |
| "on small space and time scales and are affected by the local terrain, vegetation and buildings\n", | |
| "that are represented only on average in the ECMWF Integrated Forecasting System. This variable\n", | |
| "can be combined with the U component of 10m wind to give the speed and direction of the\n", | |
| "horizontal 10m wind.</p></td></tr><tr><td>surface_pressure</td><td><p>Pressure (force per unit area) of the atmosphere on the surface of land, sea and in-land\n", | |
| "water. It is a measure of the weight of all the air in a column vertically above the area of\n", | |
| "the Earth&#39;s surface represented at a fixed point. Surface pressure is often used in combination\n", | |
| "with temperature to calculate air density. The strong variation of pressure with altitude makes\n", | |
| "it difficult to see the low and high pressure systems over mountainous areas, so mean sea level\n", | |
| "pressure, rather than surface pressure, is normally used for this purpose. The units of this\n", | |
| "variable are Pascals (Pa). Surface pressure is often measured in hPa and sometimes is presented\n", | |
| "in the old units of millibars, mb (1 hPa = 1 mb = 100 Pa).</p></td></tr><tr><td>total_precipitation</td><td><p>Accumulated liquid and frozen water, including rain and snow, that falls to the Earth&#39;s\n", | |
| "surface. It is the sum of large-scale precipitation (that precipitation which is generated by\n", | |
| "large-scale weather patterns, such as troughs and cold fronts) and convective precipitation\n", | |
| "(generated by convection which occurs when air at lower levels in the atmosphere is warmer and\n", | |
| "less dense than the air above, so it rises). Precipitation variables do not include fog, dew or\n", | |
| "the precipitation that evaporates in the atmosphere before it lands at the surface of the\n", | |
| "Earth. This variable is accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step. The units of precipitation are depth in metres. It is the depth the water would\n", | |
| "have if it were spread evenly over the grid box. Care should be taken when comparing model\n", | |
| "variables with observations, because observations are often local to a particular point in\n", | |
| "space and time, rather than representing averages over a model grid box and model time step.</p></td></tr><tr><td>leaf_area_index_high_vegetation</td><td><p>One-half of the total green leaf area per unit horizontal ground surface area for high\n", | |
| "vegetation type.</p></td></tr><tr><td>leaf_area_index_low_vegetation</td><td><p>One-half of the total green leaf area per unit horizontal ground surface area for low\n", | |
| "vegetation type.</p></td></tr><tr><td>snowfall_hourly</td><td><p>Same as &#39;snowfall&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>snowmelt_hourly</td><td><p>Same as &#39;snowmelt&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_latent_heat_flux_hourly</td><td><p>Same as &#39;surface_latent_heat_flux&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_net_solar_radiation_hourly</td><td><p>Same as &#39;surface_net_solar_radiation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_net_thermal_radiation_hourly</td><td><p>Same as &#39;surface_net_thermal_radiation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_sensible_heat_flux_hourly</td><td><p>Same as &#39;surface_sensible_heat_flux&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_solar_radiation_downwards_hourly</td><td><p>Same as &#39;surface_solar_radiation_downwards&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>surface_thermal_radiation_downwards_hourly</td><td><p>Same as &#39;surface_thermal_radiation_downwards&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_bare_soil_hourly</td><td><p>Same as &#39;evaporation_from_bare_soil&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_open_water_surfaces_excluding_oceans_hourly</td><td><p>Same as &#39;evaporation_from_open_water_surfaces_excluding_oceans&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_the_top_of_canopy_hourly</td><td><p>Same as &#39;evaporation_from_the_top_of_canopy&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_vegetation_transpiration_hourly</td><td><p>Same as &#39;evaporation_from_vegetation_transpiration&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>potential_evaporation_hourly</td><td><p>Same as &#39;potential_evaporation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>runoff_hourly</td><td><p>Same as &#39;runoff&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>snow_evaporation_hourly</td><td><p>Same as &#39;snow_evaporation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>sub_surface_runoff_hourly</td><td><p>Same as &#39;sub_surface_runoff&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_runoff_hourly</td><td><p>Same as &#39;surface_runoff&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>total_evaporation_hourly</td><td><p>Same as &#39;total_evaporation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>total_precipitation_hourly</td><td><p>Same as &#39;total_precipitation&#39; except not accumulated and only for the given forecast step.</p></td></tr></table><p><b>Image Properties</b><table class="eecat"><tr><th scope="col">Name</th><th scope="col">Type</th><th scope="col">Description</th></tr><tr><td>hour</td><td>INT</td><td><p>Hour of the day</p></td></tr></table><p><sup>ERA5-Land data is available from 1981 to three months from real-time. More information\n", | |
| "can be found at the <a href="https://cds.climate.copernicus.eu">Copernicus Climate Data Store</a>.</sup><p><b>Terms of Use</b><br><p>Please acknowledge the use of ERA5-Land as stated in the\n", | |
| "<a href="https://apps.ecmwf.int/datasets/licences/copernicus/">Copernicus C3S/CAMS License agreement</a>:</p><ul><li><p>5.1.2 Where the Licensee communicates or distributes Copernicus Products to the public, the\n", | |
| "Licensee shall inform the recipients of the source by using the following or any similar notice:\n", | |
| "&#39;Generated using Copernicus Climate Change Service Information [Year]&#39;.</p></li><li><p>5.1.3 Where the Licensee makes or contributes to a publication or distribution containing\n", | |
| "adapted or modified Copernicus Products, the Licensee shall provide the following or any similar\n", | |
| "notice: &#39;Contains modified Copernicus Climate Change Service Information [Year]&#39;;</p></li></ul><p>Any such publication or distribution covered by clauses 5.1.1 and 5.1.2 shall state that neither\n", | |
| "the European Commission nor ECMWF is responsible for any use that may be made of the Copernicus\n", | |
| "Information or Data it contains.</p><p><b>Suggested citation(s)</b><ul><li><p>Mu&ntilde;oz Sabater, J., (2019): ERA5-Land hourly data from 1981 to present. Copernicus Climate\n", | |
| "Change Service (C3S) Climate Data Store (CDS). (&lt;date of access&gt;),\n", | |
| "<a href="https://doi.org/10.24381/cds.e2161bac">doi:10.24381/cds.e2161bac</a></p></li></ul><style>\n", | |
| " table.eecat {\n", | |
| " border: 1px solid black;\n", | |
| " border-collapse: collapse;\n", | |
| " font-size: 13px;\n", | |
| " }\n", | |
| " table.eecat td, tr, th {\n", | |
| " text-align: left; vertical-align: top;\n", | |
| " border: 1px solid gray; padding: 3px;\n", | |
| " }\n", | |
| " td.nobreak { white-space: nowrap; }\n", | |
| "</style></dd><dt><span>keywords :</span></dt><dd>['cds', 'climate', 'copernicus', 'ecmwf', 'era5-land', 'evaporation', 'heat', 'lakes', 'precipitation', 'pressure', 'radiation', 'reanalysis', 'runoff', 'snow', 'soil_water', 'temperature', 'vegetation', 'wind']</dd><dt><span>period :</span></dt><dd>0</dd><dt><span>product_tags :</span></dt><dd>['temperature', 'lakes', 'snow', 'soil_water', 'radiation', 'heat', 'evaporation', 'runoff', 'wind', 'pressure', 'precipitation', 'vegetation', 'climate']</dd><dt><span>provider :</span></dt><dd>Climate Data Store</dd><dt><span>provider_url :</span></dt><dd>https://cds.climate.copernicus.eu/cdsapp</dd><dt><span>sample :</span></dt><dd>https://mw1.google.com/ges/dd/images/ERA5_LAND_sample.png</dd><dt><span>source_tags :</span></dt><dd>['ecmwf', 'cds', 'copernicus', 'era5-land', 'reanalysis']</dd><dt><span>tags :</span></dt><dd>['cds', 'climate', 'copernicus', 'ecmwf', 'era5-land', 'evaporation', 'heat', 'lakes', 'precipitation', 'pressure', 'radiation', 'reanalysis', 'runoff', 'snow', 'soil_water', 'temperature', 'vegetation', 'wind']</dd><dt><span>title :</span></dt><dd>ERA5-Land Hourly - ECMWF Climate Reanalysis</dd><dt><span>type_name :</span></dt><dd>ImageCollection</dd><dt><span>visualization_0_bands :</span></dt><dd>temperature_2m</dd><dt><span>visualization_0_max :</span></dt><dd>320.0</dd><dt><span>visualization_0_min :</span></dt><dd>250.0</dd><dt><span>visualization_0_name :</span></dt><dd>Air temperature [K] at 2m height</dd><dt><span>visualization_0_palette :</span></dt><dd>#000080,#0000D9,#4000FF,#8000FF,#0080FF,#00FFFF,#00FF80,#80FF00,#DAFF00,#FFFF00,#FFF500,#FFDA00,#FFB000,#FFA400,#FF4F00,#FF2500,#FF0A00,#FF00FF</dd><dt><span>visualization_1_bands :</span></dt><dd>total_precipitation</dd><dt><span>visualization_1_max :</span></dt><dd>0.1</dd><dt><span>visualization_1_min :</span></dt><dd>0.0</dd><dt><span>visualization_1_name :</span></dt><dd>Total precipitation in m</dd><dt><span>visualization_1_palette :</span></dt><dd>#FFFFFF,#00FFFF,#0080FF,#DA00FF,#FFA400,#FF0000</dd><dt><span>visualization_2_bands :</span></dt><dd>surface_pressure</dd><dt><span>visualization_2_max :</span></dt><dd>1150.0</dd><dt><span>visualization_2_min :</span></dt><dd>500.0</dd><dt><span>visualization_2_name :</span></dt><dd>Surface pressure</dd><dt><span>visualization_2_palette :</span></dt><dd>#01FFFF,#058BFF,#0600FF,#DF00FF,#FF00FF,#FF8C00,#FF8C00</dd><dt><span>visualization_3_bands :</span></dt><dd>u_component_of_wind_10m</dd><dt><span>visualization_3_max :</span></dt><dd>30.0</dd><dt><span>visualization_3_min :</span></dt><dd>0.0</dd><dt><span>visualization_3_name :</span></dt><dd>u-component of wind at 10m</dd><dt><span>visualization_3_palette :</span></dt><dd>#FFFFFF,#FFFF71,#DEFF00,#9EFF00,#77B038,#007E55,#005F51,#004B51,#013A7B,#023AAD</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd></dl></div></li></ul></div></div>" | |
| ] | |
| }, | |
| "metadata": {}, | |
| "execution_count": 5 | |
| } | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "#@title Set project as none, but still initialized\n", | |
| "ee.data._get_state().cloud_api_user_project = None\n", | |
| "ee.data._get_state().cloud_api_user_project" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/", | |
| "height": 17 | |
| }, | |
| "id": "k7P4OXhDmpU2", | |
| "outputId": "7dad1329-7fcf-4759-f9bf-ea55ddd29b4a" | |
| }, | |
| "execution_count": 9, | |
| "outputs": [ | |
| { | |
| "output_type": "display_data", | |
| "data": { | |
| "text/plain": [ | |
| "<IPython.core.display.HTML object>" | |
| ], | |
| "text/html": [ | |
| "\n", | |
| " <style>\n", | |
| " .geemap-dark {\n", | |
| " --jp-widgets-color: white;\n", | |
| " --jp-widgets-label-color: white;\n", | |
| " --jp-ui-font-color1: white;\n", | |
| " --jp-layout-color2: #454545;\n", | |
| " background-color: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-dark .jupyter-button {\n", | |
| " --jp-layout-color3: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab {\n", | |
| " background-color: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab .jupyter-button {\n", | |
| " --jp-layout-color3: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| " </style>\n", | |
| " " | |
| ] | |
| }, | |
| "metadata": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "#@title Try while being initialized with no project - fails as expected, helpful error message\n", | |
| "ds = geemap.ee_to_xarray(\"ECMWF/ERA5_LAND/HOURLY\", n_images=100)\n", | |
| "ds" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/", | |
| "height": 358 | |
| }, | |
| "id": "7vGws4iUrPhg", | |
| "outputId": "c938fc8b-821a-4206-e078-d836ba6fede8" | |
| }, | |
| "execution_count": 10, | |
| "outputs": [ | |
| { | |
| "output_type": "display_data", | |
| "data": { | |
| "text/plain": [ | |
| "<IPython.core.display.HTML object>" | |
| ], | |
| "text/html": [ | |
| "\n", | |
| " <style>\n", | |
| " .geemap-dark {\n", | |
| " --jp-widgets-color: white;\n", | |
| " --jp-widgets-label-color: white;\n", | |
| " --jp-ui-font-color1: white;\n", | |
| " --jp-layout-color2: #454545;\n", | |
| " background-color: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-dark .jupyter-button {\n", | |
| " --jp-layout-color3: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab {\n", | |
| " background-color: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab .jupyter-button {\n", | |
| " --jp-layout-color3: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| " </style>\n", | |
| " " | |
| ] | |
| }, | |
| "metadata": {} | |
| }, | |
| { | |
| "output_type": "error", | |
| "ename": "ValueError", | |
| "evalue": "Earth Engine is already initialized, but no project could be determined from the current authentication context. Please provide a project parameter or reinitialize Earth Engine with a project:\n ee.Initialize(project='YOUR-PROJECT-ID')", | |
| "traceback": [ | |
| "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", | |
| "\u001b[0;31mValueError\u001b[0m Traceback (most recent call last)", | |
| "\u001b[0;32m/tmp/ipython-input-2684361253.py\u001b[0m in \u001b[0;36m<cell line: 0>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mds\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mgeemap\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mee_to_xarray\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"ECMWF/ERA5_LAND/HOURLY\"\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mn_images\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;36m100\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2\u001b[0m \u001b[0mds\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/geemap/common.py\u001b[0m in \u001b[0;36mee_to_xarray\u001b[0;34m(dataset, drop_variables, io_chunks, n_images, mask_and_scale, decode_times, decode_timedelta, use_cftime, concat_characters, decode_coords, crs, scale, projection, geometry, primary_dim_name, primary_dim_property, ee_mask_value, ee_initialize, project, opt_url, **kwargs)\u001b[0m\n\u001b[1;32m 3307\u001b[0m \u001b[0mee\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mInitialize\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mproject\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mproject\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mopt_url\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mopt_url\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3308\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 3309\u001b[0;31m raise ValueError(\n\u001b[0m\u001b[1;32m 3310\u001b[0m \u001b[0;34m\"Earth Engine is already initialized, but no project could be determined from the current authentication context. \"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3311\u001b[0m \u001b[0;34m\"Please provide a project parameter or reinitialize Earth Engine with a project:\\n\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", | |
| "\u001b[0;31mValueError\u001b[0m: Earth Engine is already initialized, but no project could be determined from the current authentication context. Please provide a project parameter or reinitialize Earth Engine with a project:\n ee.Initialize(project='YOUR-PROJECT-ID')" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "#@title Try while being initialized with passed project - works as expected, reinitialized with the given project\n", | |
| "ds = geemap.ee_to_xarray(\"ECMWF/ERA5_LAND/HOURLY\", n_images=100, project='ee-braaten')\n", | |
| "ds" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/", | |
| "height": 278 | |
| }, | |
| "id": "zJUEZuVKrb3P", | |
| "outputId": "978ae55a-7cd5-40e7-f383-bb18dffdf06d" | |
| }, | |
| "execution_count": 11, | |
| "outputs": [ | |
| { | |
| "output_type": "display_data", | |
| "data": { | |
| "text/plain": [ | |
| "<IPython.core.display.HTML object>" | |
| ], | |
| "text/html": [ | |
| "\n", | |
| " <style>\n", | |
| " .geemap-dark {\n", | |
| " --jp-widgets-color: white;\n", | |
| " --jp-widgets-label-color: white;\n", | |
| " --jp-ui-font-color1: white;\n", | |
| " --jp-layout-color2: #454545;\n", | |
| " background-color: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-dark .jupyter-button {\n", | |
| " --jp-layout-color3: #383838;\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab {\n", | |
| " background-color: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| "\n", | |
| " .geemap-colab .jupyter-button {\n", | |
| " --jp-layout-color3: var(--colab-primary-surface-color, white);\n", | |
| " }\n", | |
| " </style>\n", | |
| " " | |
| ] | |
| }, | |
| "metadata": {} | |
| }, | |
| { | |
| "output_type": "execute_result", | |
| "data": { | |
| "text/plain": [ | |
| "<xarray.Dataset> Size: 2GB\n", | |
| "Dimensions: (time: 100,\n", | |
| " lon: 360,\n", | |
| " lat: 180)\n", | |
| "Coordinates:\n", | |
| " * time (time) datetime64[ns] 800B ...\n", | |
| " * lon (lon) float64 3kB ...\n", | |
| " * lat (lat) float64 1kB ...\n", | |
| "Data variables: (12/69)\n", | |
| " dewpoint_temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " skin_temperature (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_1 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_2 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_3 (time, lon, lat) float32 26MB ...\n", | |
| " ... ...\n", | |
| " runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " snow_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " sub_surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_precipitation_hourly (time, lon, lat) float32 26MB ...\n", | |
| "Attributes: (12/33)\n", | |
| " date_range: [347155200000, 1640649600000]\n", | |
| " description: <p>ERA5-Land is a reanalysis dataset providing ...\n", | |
| " keywords: ['cds', 'climate', 'copernicus', 'ecmwf', 'era5...\n", | |
| " period: 0\n", | |
| " product_tags: ['temperature', 'lakes', 'snow', 'soil_water', ...\n", | |
| " provider: Climate Data Store\n", | |
| " ... ...\n", | |
| " visualization_3_bands: u_component_of_wind_10m\n", | |
| " visualization_3_max: 30.0\n", | |
| " visualization_3_min: 0.0\n", | |
| " visualization_3_name: u-component of wind at 10m\n", | |
| " visualization_3_palette: #FFFFFF,#FFFF71,#DEFF00,#9EFF00,#77B038,#007E55...\n", | |
| " crs: EPSG:4326" | |
| ], | |
| "text/html": [ | |
| "<div><svg style=\"position: absolute; width: 0; height: 0; overflow: hidden\">\n", | |
| "<defs>\n", | |
| "<symbol id=\"icon-database\" viewBox=\"0 0 32 32\">\n", | |
| "<path d=\"M16 0c-8.837 0-16 2.239-16 5v4c0 2.761 7.163 5 16 5s16-2.239 16-5v-4c0-2.761-7.163-5-16-5z\"></path>\n", | |
| "<path d=\"M16 17c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n", | |
| "<path d=\"M16 26c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z\"></path>\n", | |
| "</symbol>\n", | |
| "<symbol id=\"icon-file-text2\" viewBox=\"0 0 32 32\">\n", | |
| "<path d=\"M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.122 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z\"></path>\n", | |
| "<path d=\"M23 26h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n", | |
| "<path d=\"M23 22h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n", | |
| "<path d=\"M23 18h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z\"></path>\n", | |
| "</symbol>\n", | |
| "</defs>\n", | |
| "</svg>\n", | |
| "<style>/* CSS stylesheet for displaying xarray objects in notebooks */\n", | |
| "\n", | |
| ":root {\n", | |
| " --xr-font-color0: var(\n", | |
| " --jp-content-font-color0,\n", | |
| " var(--pst-color-text-base rgba(0, 0, 0, 1))\n", | |
| " );\n", | |
| " --xr-font-color2: var(\n", | |
| " --jp-content-font-color2,\n", | |
| " var(--pst-color-text-base, rgba(0, 0, 0, 0.54))\n", | |
| " );\n", | |
| " --xr-font-color3: var(\n", | |
| " --jp-content-font-color3,\n", | |
| " var(--pst-color-text-base, rgba(0, 0, 0, 0.38))\n", | |
| " );\n", | |
| " --xr-border-color: var(\n", | |
| " --jp-border-color2,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 10))\n", | |
| " );\n", | |
| " --xr-disabled-color: var(\n", | |
| " --jp-layout-color3,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 40))\n", | |
| " );\n", | |
| " --xr-background-color: var(\n", | |
| " --jp-layout-color0,\n", | |
| " var(--pst-color-on-background, white)\n", | |
| " );\n", | |
| " --xr-background-color-row-even: var(\n", | |
| " --jp-layout-color1,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 5))\n", | |
| " );\n", | |
| " --xr-background-color-row-odd: var(\n", | |
| " --jp-layout-color2,\n", | |
| " hsl(from var(--pst-color-on-background, white) h s calc(l - 15))\n", | |
| " );\n", | |
| "}\n", | |
| "\n", | |
| "html[theme=\"dark\"],\n", | |
| "html[data-theme=\"dark\"],\n", | |
| "body[data-theme=\"dark\"],\n", | |
| "body.vscode-dark {\n", | |
| " --xr-font-color0: var(\n", | |
| " --jp-content-font-color0,\n", | |
| " var(--pst-color-text-base, rgba(255, 255, 255, 1))\n", | |
| " );\n", | |
| " --xr-font-color2: var(\n", | |
| " --jp-content-font-color2,\n", | |
| " var(--pst-color-text-base, rgba(255, 255, 255, 0.54))\n", | |
| " );\n", | |
| " --xr-font-color3: var(\n", | |
| " --jp-content-font-color3,\n", | |
| " var(--pst-color-text-base, rgba(255, 255, 255, 0.38))\n", | |
| " );\n", | |
| " --xr-border-color: var(\n", | |
| " --jp-border-color2,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 10))\n", | |
| " );\n", | |
| " --xr-disabled-color: var(\n", | |
| " --jp-layout-color3,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 40))\n", | |
| " );\n", | |
| " --xr-background-color: var(\n", | |
| " --jp-layout-color0,\n", | |
| " var(--pst-color-on-background, #111111)\n", | |
| " );\n", | |
| " --xr-background-color-row-even: var(\n", | |
| " --jp-layout-color1,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 5))\n", | |
| " );\n", | |
| " --xr-background-color-row-odd: var(\n", | |
| " --jp-layout-color2,\n", | |
| " hsl(from var(--pst-color-on-background, #111111) h s calc(l + 15))\n", | |
| " );\n", | |
| "}\n", | |
| "\n", | |
| ".xr-wrap {\n", | |
| " display: block !important;\n", | |
| " min-width: 300px;\n", | |
| " max-width: 700px;\n", | |
| " line-height: 1.6;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-text-repr-fallback {\n", | |
| " /* fallback to plain text repr when CSS is not injected (untrusted notebook) */\n", | |
| " display: none;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-header {\n", | |
| " padding-top: 6px;\n", | |
| " padding-bottom: 6px;\n", | |
| " margin-bottom: 4px;\n", | |
| " border-bottom: solid 1px var(--xr-border-color);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-header > div,\n", | |
| ".xr-header > ul {\n", | |
| " display: inline;\n", | |
| " margin-top: 0;\n", | |
| " margin-bottom: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-obj-type,\n", | |
| ".xr-obj-name,\n", | |
| ".xr-group-name {\n", | |
| " margin-left: 2px;\n", | |
| " margin-right: 10px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-name::before {\n", | |
| " content: \"📁\";\n", | |
| " padding-right: 0.3em;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-name,\n", | |
| ".xr-obj-type {\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-sections {\n", | |
| " padding-left: 0 !important;\n", | |
| " display: grid;\n", | |
| " grid-template-columns: 150px auto auto 1fr 0 20px 0 20px;\n", | |
| " margin-block-start: 0;\n", | |
| " margin-block-end: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item {\n", | |
| " display: contents;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input {\n", | |
| " display: inline-block;\n", | |
| " opacity: 0;\n", | |
| " height: 0;\n", | |
| " margin: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input + label {\n", | |
| " color: var(--xr-disabled-color);\n", | |
| " border: 2px solid transparent !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input:enabled + label {\n", | |
| " cursor: pointer;\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input:focus + label {\n", | |
| " border: 2px solid var(--xr-font-color0) !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-item input:enabled + label:hover {\n", | |
| " color: var(--xr-font-color0);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary {\n", | |
| " grid-column: 1;\n", | |
| " color: var(--xr-font-color2);\n", | |
| " font-weight: 500;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary > span {\n", | |
| " display: inline-block;\n", | |
| " padding-left: 0.5em;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:disabled + label {\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in + label:before {\n", | |
| " display: inline-block;\n", | |
| " content: \"►\";\n", | |
| " font-size: 11px;\n", | |
| " width: 15px;\n", | |
| " text-align: center;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:disabled + label:before {\n", | |
| " color: var(--xr-disabled-color);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:checked + label:before {\n", | |
| " content: \"▼\";\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:checked + label > span {\n", | |
| " display: none;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary,\n", | |
| ".xr-section-inline-details {\n", | |
| " padding-top: 4px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-inline-details {\n", | |
| " grid-column: 2 / -1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-details {\n", | |
| " display: none;\n", | |
| " grid-column: 1 / -1;\n", | |
| " margin-top: 4px;\n", | |
| " margin-bottom: 5px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-section-summary-in:checked ~ .xr-section-details {\n", | |
| " display: contents;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box {\n", | |
| " display: inline-grid;\n", | |
| " grid-template-columns: 0px 20px auto;\n", | |
| " width: 100%;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box-vline {\n", | |
| " grid-column-start: 1;\n", | |
| " border-right: 0.2em solid;\n", | |
| " border-color: var(--xr-border-color);\n", | |
| " width: 0px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box-hline {\n", | |
| " grid-column-start: 2;\n", | |
| " grid-row-start: 1;\n", | |
| " height: 1em;\n", | |
| " width: 20px;\n", | |
| " border-bottom: 0.2em solid;\n", | |
| " border-color: var(--xr-border-color);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-group-box-contents {\n", | |
| " grid-column-start: 3;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-wrap {\n", | |
| " grid-column: 1 / -1;\n", | |
| " display: grid;\n", | |
| " grid-template-columns: 20px auto;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-wrap > label {\n", | |
| " grid-column: 1;\n", | |
| " vertical-align: top;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-preview {\n", | |
| " color: var(--xr-font-color3);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-preview,\n", | |
| ".xr-array-data {\n", | |
| " padding: 0 5px !important;\n", | |
| " grid-column: 2;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-data,\n", | |
| ".xr-array-in:checked ~ .xr-array-preview {\n", | |
| " display: none;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-array-in:checked ~ .xr-array-data,\n", | |
| ".xr-array-preview {\n", | |
| " display: inline-block;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list {\n", | |
| " display: inline-block !important;\n", | |
| " list-style: none;\n", | |
| " padding: 0 !important;\n", | |
| " margin: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list li {\n", | |
| " display: inline-block;\n", | |
| " padding: 0;\n", | |
| " margin: 0;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list:before {\n", | |
| " content: \"(\";\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list:after {\n", | |
| " content: \")\";\n", | |
| "}\n", | |
| "\n", | |
| ".xr-dim-list li:not(:last-child):after {\n", | |
| " content: \",\";\n", | |
| " padding-right: 5px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-has-index {\n", | |
| " font-weight: bold;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-list,\n", | |
| ".xr-var-item {\n", | |
| " display: contents;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-item > div,\n", | |
| ".xr-var-item label,\n", | |
| ".xr-var-item > .xr-var-name span {\n", | |
| " background-color: var(--xr-background-color-row-even);\n", | |
| " border-color: var(--xr-background-color-row-odd);\n", | |
| " margin-bottom: 0;\n", | |
| " padding-top: 2px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-item > .xr-var-name:hover span {\n", | |
| " padding-right: 5px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-list > li:nth-child(odd) > div,\n", | |
| ".xr-var-list > li:nth-child(odd) > label,\n", | |
| ".xr-var-list > li:nth-child(odd) > .xr-var-name span {\n", | |
| " background-color: var(--xr-background-color-row-odd);\n", | |
| " border-color: var(--xr-background-color-row-even);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name {\n", | |
| " grid-column: 1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-dims {\n", | |
| " grid-column: 2;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-dtype {\n", | |
| " grid-column: 3;\n", | |
| " text-align: right;\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-preview {\n", | |
| " grid-column: 4;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-index-preview {\n", | |
| " grid-column: 2 / 5;\n", | |
| " color: var(--xr-font-color2);\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name,\n", | |
| ".xr-var-dims,\n", | |
| ".xr-var-dtype,\n", | |
| ".xr-preview,\n", | |
| ".xr-attrs dt {\n", | |
| " white-space: nowrap;\n", | |
| " overflow: hidden;\n", | |
| " text-overflow: ellipsis;\n", | |
| " padding-right: 10px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name:hover,\n", | |
| ".xr-var-dims:hover,\n", | |
| ".xr-var-dtype:hover,\n", | |
| ".xr-attrs dt:hover {\n", | |
| " overflow: visible;\n", | |
| " width: auto;\n", | |
| " z-index: 1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs,\n", | |
| ".xr-var-data,\n", | |
| ".xr-index-data {\n", | |
| " display: none;\n", | |
| " border-top: 2px dotted var(--xr-background-color);\n", | |
| " padding-bottom: 20px !important;\n", | |
| " padding-top: 10px !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs-in + label,\n", | |
| ".xr-var-data-in + label,\n", | |
| ".xr-index-data-in + label {\n", | |
| " padding: 0 1px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs-in:checked ~ .xr-var-attrs,\n", | |
| ".xr-var-data-in:checked ~ .xr-var-data,\n", | |
| ".xr-index-data-in:checked ~ .xr-index-data {\n", | |
| " display: block;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-data > table {\n", | |
| " float: right;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-data > pre,\n", | |
| ".xr-index-data > pre,\n", | |
| ".xr-var-data > table > tbody > tr {\n", | |
| " background-color: transparent !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-name span,\n", | |
| ".xr-var-data,\n", | |
| ".xr-index-name div,\n", | |
| ".xr-index-data,\n", | |
| ".xr-attrs {\n", | |
| " padding-left: 25px !important;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs,\n", | |
| ".xr-var-attrs,\n", | |
| ".xr-var-data,\n", | |
| ".xr-index-data {\n", | |
| " grid-column: 1 / -1;\n", | |
| "}\n", | |
| "\n", | |
| "dl.xr-attrs {\n", | |
| " padding: 0;\n", | |
| " margin: 0;\n", | |
| " display: grid;\n", | |
| " grid-template-columns: 125px auto;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dt,\n", | |
| ".xr-attrs dd {\n", | |
| " padding: 0;\n", | |
| " margin: 0;\n", | |
| " float: left;\n", | |
| " padding-right: 10px;\n", | |
| " width: auto;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dt {\n", | |
| " font-weight: normal;\n", | |
| " grid-column: 1;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dt:hover span {\n", | |
| " display: inline-block;\n", | |
| " background: var(--xr-background-color);\n", | |
| " padding-right: 10px;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-attrs dd {\n", | |
| " grid-column: 2;\n", | |
| " white-space: pre-wrap;\n", | |
| " word-break: break-all;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-icon-database,\n", | |
| ".xr-icon-file-text2,\n", | |
| ".xr-no-icon {\n", | |
| " display: inline-block;\n", | |
| " vertical-align: middle;\n", | |
| " width: 1em;\n", | |
| " height: 1.5em !important;\n", | |
| " stroke-width: 0;\n", | |
| " stroke: currentColor;\n", | |
| " fill: currentColor;\n", | |
| "}\n", | |
| "\n", | |
| ".xr-var-attrs-in:checked + label > .xr-icon-file-text2,\n", | |
| ".xr-var-data-in:checked + label > .xr-icon-database,\n", | |
| ".xr-index-data-in:checked + label > .xr-icon-database {\n", | |
| " color: var(--xr-font-color0);\n", | |
| " filter: drop-shadow(1px 1px 5px var(--xr-font-color2));\n", | |
| " stroke-width: 0.8px;\n", | |
| "}\n", | |
| "</style><pre class='xr-text-repr-fallback'><xarray.Dataset> Size: 2GB\n", | |
| "Dimensions: (time: 100,\n", | |
| " lon: 360,\n", | |
| " lat: 180)\n", | |
| "Coordinates:\n", | |
| " * time (time) datetime64[ns] 800B ...\n", | |
| " * lon (lon) float64 3kB ...\n", | |
| " * lat (lat) float64 1kB ...\n", | |
| "Data variables: (12/69)\n", | |
| " dewpoint_temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " temperature_2m (time, lon, lat) float32 26MB ...\n", | |
| " skin_temperature (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_1 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_2 (time, lon, lat) float32 26MB ...\n", | |
| " soil_temperature_level_3 (time, lon, lat) float32 26MB ...\n", | |
| " ... ...\n", | |
| " runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " snow_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " sub_surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " surface_runoff_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_evaporation_hourly (time, lon, lat) float32 26MB ...\n", | |
| " total_precipitation_hourly (time, lon, lat) float32 26MB ...\n", | |
| "Attributes: (12/33)\n", | |
| " date_range: [347155200000, 1640649600000]\n", | |
| " description: <p>ERA5-Land is a reanalysis dataset providing ...\n", | |
| " keywords: ['cds', 'climate', 'copernicus', 'ecmwf', 'era5...\n", | |
| " period: 0\n", | |
| " product_tags: ['temperature', 'lakes', 'snow', 'soil_water', ...\n", | |
| " provider: Climate Data Store\n", | |
| " ... ...\n", | |
| " visualization_3_bands: u_component_of_wind_10m\n", | |
| " visualization_3_max: 30.0\n", | |
| " visualization_3_min: 0.0\n", | |
| " visualization_3_name: u-component of wind at 10m\n", | |
| " visualization_3_palette: #FFFFFF,#FFFF71,#DEFF00,#9EFF00,#77B038,#007E55...\n", | |
| " crs: EPSG:4326</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-dbf70b03-b7b3-49ae-b127-b05fe538b679' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-dbf70b03-b7b3-49ae-b127-b05fe538b679' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>time</span>: 100</li><li><span class='xr-has-index'>lon</span>: 360</li><li><span class='xr-has-index'>lat</span>: 180</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-809652fd-4e33-47a9-86c8-b05ebc041c72' class='xr-section-summary-in' type='checkbox' checked><label for='section-809652fd-4e33-47a9-86c8-b05ebc041c72' class='xr-section-summary' >Coordinates: <span>(3)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>time</span></div><div class='xr-var-dims'>(time)</div><div class='xr-var-dtype'>datetime64[ns]</div><div class='xr-var-preview xr-preview'>1950-01-01T01:00:00 ... 1950-01-...</div><input id='attrs-6ea73f6f-a9c9-4ca3-9d3f-d8d2f3e0d313' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-6ea73f6f-a9c9-4ca3-9d3f-d8d2f3e0d313' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e5c266d3-bee7-48de-ab71-67114867735d' class='xr-var-data-in' type='checkbox'><label for='data-e5c266d3-bee7-48de-ab71-67114867735d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array(['1950-01-01T01:00:00.000000000', '1950-01-01T02:00:00.000000000',\n", | |
| " '1950-01-01T03:00:00.000000000', '1950-01-01T04:00:00.000000000',\n", | |
| " '1950-01-01T05:00:00.000000000', '1950-01-01T06:00:00.000000000',\n", | |
| " '1950-01-01T07:00:00.000000000', '1950-01-01T08:00:00.000000000',\n", | |
| " '1950-01-01T09:00:00.000000000', '1950-01-01T10:00:00.000000000',\n", | |
| " '1950-01-01T11:00:00.000000000', '1950-01-01T12:00:00.000000000',\n", | |
| " '1950-01-01T13:00:00.000000000', '1950-01-01T14:00:00.000000000',\n", | |
| " '1950-01-01T15:00:00.000000000', '1950-01-01T16:00:00.000000000',\n", | |
| " '1950-01-01T17:00:00.000000000', '1950-01-01T18:00:00.000000000',\n", | |
| " '1950-01-01T19:00:00.000000000', '1950-01-01T20:00:00.000000000',\n", | |
| " '1950-01-01T21:00:00.000000000', '1950-01-01T22:00:00.000000000',\n", | |
| " '1950-01-01T23:00:00.000000000', '1950-01-02T00:00:00.000000000',\n", | |
| " '1950-01-02T01:00:00.000000000', '1950-01-02T02:00:00.000000000',\n", | |
| " '1950-01-02T03:00:00.000000000', '1950-01-02T04:00:00.000000000',\n", | |
| " '1950-01-02T05:00:00.000000000', '1950-01-02T06:00:00.000000000',\n", | |
| " '1950-01-02T07:00:00.000000000', '1950-01-02T08:00:00.000000000',\n", | |
| " '1950-01-02T09:00:00.000000000', '1950-01-02T10:00:00.000000000',\n", | |
| " '1950-01-02T11:00:00.000000000', '1950-01-02T12:00:00.000000000',\n", | |
| " '1950-01-02T13:00:00.000000000', '1950-01-02T14:00:00.000000000',\n", | |
| " '1950-01-02T15:00:00.000000000', '1950-01-02T16:00:00.000000000',\n", | |
| " '1950-01-02T17:00:00.000000000', '1950-01-02T18:00:00.000000000',\n", | |
| " '1950-01-02T19:00:00.000000000', '1950-01-02T20:00:00.000000000',\n", | |
| " '1950-01-02T21:00:00.000000000', '1950-01-02T22:00:00.000000000',\n", | |
| " '1950-01-02T23:00:00.000000000', '1950-01-03T00:00:00.000000000',\n", | |
| " '1950-01-03T01:00:00.000000000', '1950-01-03T02:00:00.000000000',\n", | |
| " '1950-01-03T03:00:00.000000000', '1950-01-03T04:00:00.000000000',\n", | |
| " '1950-01-03T05:00:00.000000000', '1950-01-03T06:00:00.000000000',\n", | |
| " '1950-01-03T07:00:00.000000000', '1950-01-03T08:00:00.000000000',\n", | |
| " '1950-01-03T09:00:00.000000000', '1950-01-03T10:00:00.000000000',\n", | |
| " '1950-01-03T11:00:00.000000000', '1950-01-03T12:00:00.000000000',\n", | |
| " '1950-01-03T13:00:00.000000000', '1950-01-03T14:00:00.000000000',\n", | |
| " '1950-01-03T15:00:00.000000000', '1950-01-03T16:00:00.000000000',\n", | |
| " '1950-01-03T17:00:00.000000000', '1950-01-03T18:00:00.000000000',\n", | |
| " '1950-01-03T19:00:00.000000000', '1950-01-03T20:00:00.000000000',\n", | |
| " '1950-01-03T21:00:00.000000000', '1950-01-03T22:00:00.000000000',\n", | |
| " '1950-01-03T23:00:00.000000000', '1950-01-04T00:00:00.000000000',\n", | |
| " '1950-01-04T01:00:00.000000000', '1950-01-04T02:00:00.000000000',\n", | |
| " '1950-01-04T03:00:00.000000000', '1950-01-04T04:00:00.000000000',\n", | |
| " '1950-01-04T05:00:00.000000000', '1950-01-04T06:00:00.000000000',\n", | |
| " '1950-01-04T07:00:00.000000000', '1950-01-04T08:00:00.000000000',\n", | |
| " '1950-01-04T09:00:00.000000000', '1950-01-04T10:00:00.000000000',\n", | |
| " '1950-01-04T11:00:00.000000000', '1950-01-04T12:00:00.000000000',\n", | |
| " '1950-01-04T13:00:00.000000000', '1950-01-04T14:00:00.000000000',\n", | |
| " '1950-01-04T15:00:00.000000000', '1950-01-04T16:00:00.000000000',\n", | |
| " '1950-01-04T17:00:00.000000000', '1950-01-04T18:00:00.000000000',\n", | |
| " '1950-01-04T19:00:00.000000000', '1950-01-04T20:00:00.000000000',\n", | |
| " '1950-01-04T21:00:00.000000000', '1950-01-04T22:00:00.000000000',\n", | |
| " '1950-01-04T23:00:00.000000000', '1950-01-05T00:00:00.000000000',\n", | |
| " '1950-01-05T01:00:00.000000000', '1950-01-05T02:00:00.000000000',\n", | |
| " '1950-01-05T03:00:00.000000000', '1950-01-05T04:00:00.000000000'],\n", | |
| " dtype='datetime64[ns]')</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>lon</span></div><div class='xr-var-dims'>(lon)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-179.5 -178.5 ... 178.5 179.5</div><input id='attrs-982d4671-179f-4cbb-8e94-ed8c86080c53' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-982d4671-179f-4cbb-8e94-ed8c86080c53' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-db61cbf0-2ff1-4661-bebe-10ff0e16fc65' class='xr-var-data-in' type='checkbox'><label for='data-db61cbf0-2ff1-4661-bebe-10ff0e16fc65' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([-179.5, -178.5, -177.5, ..., 177.5, 178.5, 179.5])</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>lat</span></div><div class='xr-var-dims'>(lat)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>-89.5 -88.5 -87.5 ... 88.5 89.5</div><input id='attrs-cd4d2ec9-f880-4248-a4dd-44ae33fe175b' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-cd4d2ec9-f880-4248-a4dd-44ae33fe175b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0200038a-0d6f-4483-9f94-ca0b16590b03' class='xr-var-data-in' type='checkbox'><label for='data-0200038a-0d6f-4483-9f94-ca0b16590b03' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([-89.5, -88.5, -87.5, -86.5, -85.5, -84.5, -83.5, -82.5, -81.5, -80.5,\n", | |
| " -79.5, -78.5, -77.5, -76.5, -75.5, -74.5, -73.5, -72.5, -71.5, -70.5,\n", | |
| " -69.5, -68.5, -67.5, -66.5, -65.5, -64.5, -63.5, -62.5, -61.5, -60.5,\n", | |
| " -59.5, -58.5, -57.5, -56.5, -55.5, -54.5, -53.5, -52.5, -51.5, -50.5,\n", | |
| " -49.5, -48.5, -47.5, -46.5, -45.5, -44.5, -43.5, -42.5, -41.5, -40.5,\n", | |
| " -39.5, -38.5, -37.5, -36.5, -35.5, -34.5, -33.5, -32.5, -31.5, -30.5,\n", | |
| " -29.5, -28.5, -27.5, -26.5, -25.5, -24.5, -23.5, -22.5, -21.5, -20.5,\n", | |
| " -19.5, -18.5, -17.5, -16.5, -15.5, -14.5, -13.5, -12.5, -11.5, -10.5,\n", | |
| " -9.5, -8.5, -7.5, -6.5, -5.5, -4.5, -3.5, -2.5, -1.5, -0.5,\n", | |
| " 0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5,\n", | |
| " 10.5, 11.5, 12.5, 13.5, 14.5, 15.5, 16.5, 17.5, 18.5, 19.5,\n", | |
| " 20.5, 21.5, 22.5, 23.5, 24.5, 25.5, 26.5, 27.5, 28.5, 29.5,\n", | |
| " 30.5, 31.5, 32.5, 33.5, 34.5, 35.5, 36.5, 37.5, 38.5, 39.5,\n", | |
| " 40.5, 41.5, 42.5, 43.5, 44.5, 45.5, 46.5, 47.5, 48.5, 49.5,\n", | |
| " 50.5, 51.5, 52.5, 53.5, 54.5, 55.5, 56.5, 57.5, 58.5, 59.5,\n", | |
| " 60.5, 61.5, 62.5, 63.5, 64.5, 65.5, 66.5, 67.5, 68.5, 69.5,\n", | |
| " 70.5, 71.5, 72.5, 73.5, 74.5, 75.5, 76.5, 77.5, 78.5, 79.5,\n", | |
| " 80.5, 81.5, 82.5, 83.5, 84.5, 85.5, 86.5, 87.5, 88.5, 89.5])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-c29ded4d-b78f-47cf-8bc2-33afe331f73e' class='xr-section-summary-in' type='checkbox' ><label for='section-c29ded4d-b78f-47cf-8bc2-33afe331f73e' class='xr-section-summary' >Data variables: <span>(69)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>dewpoint_temperature_2m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-49806b81-9700-4a59-ab4c-9b3639778571' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-49806b81-9700-4a59-ab4c-9b3639778571' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f7a2da9f-19fd-4a3b-90e3-ee0e0d976468' class='xr-var-data-in' type='checkbox'><label for='data-f7a2da9f-19fd-4a3b-90e3-ee0e0d976468' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>dewpoint_temperature_2m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>temperature_2m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-925a3c00-d226-406a-8645-5f71eccdd186' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-925a3c00-d226-406a-8645-5f71eccdd186' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-37209dd0-ff79-434b-9486-4e2fd9107d34' class='xr-var-data-in' type='checkbox'><label for='data-37209dd0-ff79-434b-9486-4e2fd9107d34' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>temperature_2m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>skin_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b1db27c9-b8b7-4ef1-8fad-2955783ac46d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b1db27c9-b8b7-4ef1-8fad-2955783ac46d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6861149b-471a-4514-af80-d52c4783b41d' class='xr-var-data-in' type='checkbox'><label for='data-6861149b-471a-4514-af80-d52c4783b41d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>skin_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_1</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-185d6655-06bf-4b77-9d16-ccb6942f8864' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-185d6655-06bf-4b77-9d16-ccb6942f8864' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-65a7aa93-d865-432d-b3ad-cbcf61ff0fa6' class='xr-var-data-in' type='checkbox'><label for='data-65a7aa93-d865-432d-b3ad-cbcf61ff0fa6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_1</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_2</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a605181d-0804-44f8-b0cf-87fe51daa2f1' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a605181d-0804-44f8-b0cf-87fe51daa2f1' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-32be0eff-d704-4c8a-9dc7-2b14565b3977' class='xr-var-data-in' type='checkbox'><label for='data-32be0eff-d704-4c8a-9dc7-2b14565b3977' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_2</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_3</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-13321f79-0eb3-4de6-abfe-6566cd6ef9f2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-13321f79-0eb3-4de6-abfe-6566cd6ef9f2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-159d3aeb-214a-45a2-a9dc-c79f28c98f5f' class='xr-var-data-in' type='checkbox'><label for='data-159d3aeb-214a-45a2-a9dc-c79f28c98f5f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_3</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>soil_temperature_level_4</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4ff8cfc2-0905-40ca-b5ac-d63df166ccbb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4ff8cfc2-0905-40ca-b5ac-d63df166ccbb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b1db6509-c44f-43c1-803b-e1d0c39e4aed' class='xr-var-data-in' type='checkbox'><label for='data-b1db6509-c44f-43c1-803b-e1d0c39e4aed' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>soil_temperature_level_4</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_bottom_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e8e84f63-4d37-44bb-ab38-e0e828a4877d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e8e84f63-4d37-44bb-ab38-e0e828a4877d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-85ca12c7-15f3-4333-9117-bd8a530897d5' class='xr-var-data-in' type='checkbox'><label for='data-85ca12c7-15f3-4333-9117-bd8a530897d5' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_bottom_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_ice_depth</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2cfca95c-44d0-4eec-bf90-59ab1cf7a075' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2cfca95c-44d0-4eec-bf90-59ab1cf7a075' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-3104e0a3-008f-4dff-bb1a-92345cfc8580' class='xr-var-data-in' type='checkbox'><label for='data-3104e0a3-008f-4dff-bb1a-92345cfc8580' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_ice_depth</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_ice_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1efc7d98-799e-498c-a753-1b5ee31bbdf0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1efc7d98-799e-498c-a753-1b5ee31bbdf0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f74cbce8-59cc-4a8a-8452-db0b64e8f798' class='xr-var-data-in' type='checkbox'><label for='data-f74cbce8-59cc-4a8a-8452-db0b64e8f798' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_ice_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_mix_layer_depth</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f9568834-edba-4e9c-baed-77bf2724caf7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f9568834-edba-4e9c-baed-77bf2724caf7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f50b3148-cb9b-4240-b0a4-9a095be87e77' class='xr-var-data-in' type='checkbox'><label for='data-f50b3148-cb9b-4240-b0a4-9a095be87e77' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_mix_layer_depth</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_mix_layer_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-5df0eefc-63a0-43a0-a2b2-e83b0971f69c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-5df0eefc-63a0-43a0-a2b2-e83b0971f69c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0e0c9573-1fe7-42ec-a327-8e3946360119' class='xr-var-data-in' type='checkbox'><label for='data-0e0c9573-1fe7-42ec-a327-8e3946360119' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_mix_layer_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_shape_factor</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e1b0a6d8-a393-4cbf-b033-16471c441082' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e1b0a6d8-a393-4cbf-b033-16471c441082' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-eaa45173-7ec2-419d-8e63-fe41af5c5667' class='xr-var-data-in' type='checkbox'><label for='data-eaa45173-7ec2-419d-8e63-fe41af5c5667' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_shape_factor</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>lake_total_layer_temperature</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6068e032-1366-40f6-a942-3bc4a28c262b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6068e032-1366-40f6-a942-3bc4a28c262b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c98f3398-1667-4808-a245-9a3725fe2f4f' class='xr-var-data-in' type='checkbox'><label for='data-c98f3398-1667-4808-a245-9a3725fe2f4f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>lake_total_layer_temperature</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'float'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.09999999830410791, 0, -180.04999999915205, 0, -0.1, 90.05000762939453]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_albedo</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ff8fae75-c56b-46f4-8c22-6634e9b27415' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ff8fae75-c56b-46f4-8c22-6634e9b27415' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4dfecf1b-9ccd-4c35-9343-504b25734e70' class='xr-var-data-in' type='checkbox'><label for='data-4dfecf1b-9ccd-4c35-9343-504b25734e70' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_albedo</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_cover</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-71ce7d25-1d0b-4b2a-b835-e8eddc4b6304' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-71ce7d25-1d0b-4b2a-b835-e8eddc4b6304' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-84e32ec1-cff6-4451-81ff-4457ab6f232c' class='xr-var-data-in' type='checkbox'><label for='data-84e32ec1-cff6-4451-81ff-4457ab6f232c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_cover</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_density</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4c5bc956-4112-4e00-bfa7-7e71567e639c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4c5bc956-4112-4e00-bfa7-7e71567e639c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-fd9b3486-2656-4be6-88e1-9cb7d293d2a2' class='xr-var-data-in' type='checkbox'><label for='data-fd9b3486-2656-4be6-88e1-9cb7d293d2a2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_density</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_depth</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b92b8699-8f28-46a9-be6d-cd08435cd24a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b92b8699-8f28-46a9-be6d-cd08435cd24a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-98d41ff4-1399-45a5-80e0-53db4d710a96' class='xr-var-data-in' type='checkbox'><label for='data-98d41ff4-1399-45a5-80e0-53db4d710a96' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_depth</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_depth_water_equivalent</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-8a4f71d3-f8f9-474e-a45f-454d57ef6301' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-8a4f71d3-f8f9-474e-a45f-454d57ef6301' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-095a053d-1210-45d2-ac51-f4321b8b18ef' class='xr-var-data-in' type='checkbox'><label for='data-095a053d-1210-45d2-ac51-f4321b8b18ef' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_depth_water_equivalent</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowfall</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3c773106-95ab-42b2-9e67-7776fe7077da' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3c773106-95ab-42b2-9e67-7776fe7077da' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c2e59db5-fe50-4d3d-abcf-0827f46d11a0' class='xr-var-data-in' type='checkbox'><label for='data-c2e59db5-fe50-4d3d-abcf-0827f46d11a0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowfall</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowmelt</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4608e7b6-735b-48db-bebe-4ada474c82e9' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4608e7b6-735b-48db-bebe-4ada474c82e9' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e784a326-eb4e-4794-ac73-7bd24230a66b' class='xr-var-data-in' type='checkbox'><label for='data-e784a326-eb4e-4794-ac73-7bd24230a66b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowmelt</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>temperature_of_snow_layer</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c0619397-4ccf-4b54-bc21-8841317123df' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c0619397-4ccf-4b54-bc21-8841317123df' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f000f200-780f-4622-bdda-60ce2e9dba21' class='xr-var-data-in' type='checkbox'><label for='data-f000f200-780f-4622-bdda-60ce2e9dba21' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>temperature_of_snow_layer</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>skin_reservoir_content</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f7d20910-1e7d-4534-bc47-7867eedf30fe' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f7d20910-1e7d-4534-bc47-7867eedf30fe' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bb9bb502-813d-44bd-a0ae-00914b8f9ec4' class='xr-var-data-in' type='checkbox'><label for='data-bb9bb502-813d-44bd-a0ae-00914b8f9ec4' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>skin_reservoir_content</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_1</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d19b681d-5674-401e-ab82-097e9d39f083' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d19b681d-5674-401e-ab82-097e9d39f083' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-93a29609-fb99-4c17-9fa9-7b5ac3f789a2' class='xr-var-data-in' type='checkbox'><label for='data-93a29609-fb99-4c17-9fa9-7b5ac3f789a2' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_1</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_2</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ce33d603-3e73-466d-813f-cded3a634fa5' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ce33d603-3e73-466d-813f-cded3a634fa5' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ffbfec29-ae1a-4607-b2e9-71eae9f3f7d1' class='xr-var-data-in' type='checkbox'><label for='data-ffbfec29-ae1a-4607-b2e9-71eae9f3f7d1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_2</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_3</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e3865208-de9d-4ea3-93a4-af5404406f9e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e3865208-de9d-4ea3-93a4-af5404406f9e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-2fa4f60a-206e-4ff5-9925-f459d1c91d43' class='xr-var-data-in' type='checkbox'><label for='data-2fa4f60a-206e-4ff5-9925-f459d1c91d43' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_3</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>volumetric_soil_water_layer_4</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-653bbb7f-bb73-4756-aedb-850f77af539a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-653bbb7f-bb73-4756-aedb-850f77af539a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1fc4ea38-8a83-4cf8-aa75-2203e3fff785' class='xr-var-data-in' type='checkbox'><label for='data-1fc4ea38-8a83-4cf8-aa75-2203e3fff785' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>volumetric_soil_water_layer_4</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>forecast_albedo</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2d60f1d9-69df-4ae7-a35a-6c978ab7ad23' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2d60f1d9-69df-4ae7-a35a-6c978ab7ad23' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-573482b3-356e-4002-9821-d76fb3d7054e' class='xr-var-data-in' type='checkbox'><label for='data-573482b3-356e-4002-9821-d76fb3d7054e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>forecast_albedo</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_latent_heat_flux</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-222b0832-e288-40c5-a418-3cfc3e493118' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-222b0832-e288-40c5-a418-3cfc3e493118' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-619c549e-244e-455f-a996-63fbe6cc1e11' class='xr-var-data-in' type='checkbox'><label for='data-619c549e-244e-455f-a996-63fbe6cc1e11' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_latent_heat_flux</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_solar_radiation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0564de47-f9c4-487f-97c9-05d8c86ce9f2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0564de47-f9c4-487f-97c9-05d8c86ce9f2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b27f64ac-27ff-4150-9cb4-701ddabc764d' class='xr-var-data-in' type='checkbox'><label for='data-b27f64ac-27ff-4150-9cb4-701ddabc764d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_solar_radiation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_thermal_radiation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d172facb-dca0-400d-a023-2c4e9906d2bb' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d172facb-dca0-400d-a023-2c4e9906d2bb' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-59d7e707-c7d0-4090-8ff2-b8b7bc885623' class='xr-var-data-in' type='checkbox'><label for='data-59d7e707-c7d0-4090-8ff2-b8b7bc885623' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_thermal_radiation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_sensible_heat_flux</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-539a852a-a472-4b6d-9cc6-7580b7e4c59b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-539a852a-a472-4b6d-9cc6-7580b7e4c59b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-43985ac9-635e-48f9-87e5-1ffb3a55e067' class='xr-var-data-in' type='checkbox'><label for='data-43985ac9-635e-48f9-87e5-1ffb3a55e067' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_sensible_heat_flux</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_solar_radiation_downwards</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c510ad64-8ca3-4a50-a392-ba30b07951e0' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c510ad64-8ca3-4a50-a392-ba30b07951e0' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-9613d95e-78a8-4dbe-a73d-3c75790ac1bc' class='xr-var-data-in' type='checkbox'><label for='data-9613d95e-78a8-4dbe-a73d-3c75790ac1bc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_solar_radiation_downwards</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_thermal_radiation_downwards</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a287b556-958a-4e09-8f40-62b3af7c7ebd' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a287b556-958a-4e09-8f40-62b3af7c7ebd' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b753d539-f775-4bb1-a5f5-0db3f5ffa52c' class='xr-var-data-in' type='checkbox'><label for='data-b753d539-f775-4bb1-a5f5-0db3f5ffa52c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_thermal_radiation_downwards</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_bare_soil</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-f63d9f92-b736-4f62-b551-570257aad13a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-f63d9f92-b736-4f62-b551-570257aad13a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bd1bebf8-4f8b-4d40-a771-fe6316aa90b3' class='xr-var-data-in' type='checkbox'><label for='data-bd1bebf8-4f8b-4d40-a771-fe6316aa90b3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_bare_soil</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_open_water_surfaces_excluding_oceans</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6288cc34-efd8-419e-8550-8d0cdf0f177c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6288cc34-efd8-419e-8550-8d0cdf0f177c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-db6306a6-efee-4942-8838-94974aaa5ff6' class='xr-var-data-in' type='checkbox'><label for='data-db6306a6-efee-4942-8838-94974aaa5ff6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_open_water_surfaces_excluding_oceans</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_the_top_of_canopy</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-56b96321-040f-4f59-8f4e-9eda5160e556' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-56b96321-040f-4f59-8f4e-9eda5160e556' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-267bace8-1544-4907-bc2d-801fc86379ea' class='xr-var-data-in' type='checkbox'><label for='data-267bace8-1544-4907-bc2d-801fc86379ea' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_the_top_of_canopy</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_vegetation_transpiration</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-444212b4-86fb-4662-ab5d-3fc6d8d139cf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-444212b4-86fb-4662-ab5d-3fc6d8d139cf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7c93d4cd-c1fb-4d80-9bc8-3903083ea6ab' class='xr-var-data-in' type='checkbox'><label for='data-7c93d4cd-c1fb-4d80-9bc8-3903083ea6ab' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_vegetation_transpiration</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>potential_evaporation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d90880c1-0f8f-400f-8b8a-6b83a4fd894d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d90880c1-0f8f-400f-8b8a-6b83a4fd894d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c4ff5729-ff75-4617-a816-d7ff38346239' class='xr-var-data-in' type='checkbox'><label for='data-c4ff5729-ff75-4617-a816-d7ff38346239' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>potential_evaporation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>runoff</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-c80f1e98-f99c-4fcb-9dff-fc590df0dc5f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-c80f1e98-f99c-4fcb-9dff-fc590df0dc5f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-92a0e002-ba1e-43fb-aa72-0cc04127c8a8' class='xr-var-data-in' type='checkbox'><label for='data-92a0e002-ba1e-43fb-aa72-0cc04127c8a8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>runoff</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_evaporation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-1b6e8f3c-786b-42a3-8b8a-af2438dda78d' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-1b6e8f3c-786b-42a3-8b8a-af2438dda78d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-7de21525-af6f-446d-9d01-75af79b0cfbe' class='xr-var-data-in' type='checkbox'><label for='data-7de21525-af6f-446d-9d01-75af79b0cfbe' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_evaporation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sub_surface_runoff</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3ee6e61f-40f2-4c4e-9f83-3c2a6b1efa65' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3ee6e61f-40f2-4c4e-9f83-3c2a6b1efa65' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-061a9fa5-d4f3-4338-a2d6-41432a4d49be' class='xr-var-data-in' type='checkbox'><label for='data-061a9fa5-d4f3-4338-a2d6-41432a4d49be' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>sub_surface_runoff</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_runoff</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d5d80c37-10ee-42b8-bef7-4b86bf2a5de4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d5d80c37-10ee-42b8-bef7-4b86bf2a5de4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-0612e188-5fca-438b-9f5f-f9a2e8d9888c' class='xr-var-data-in' type='checkbox'><label for='data-0612e188-5fca-438b-9f5f-f9a2e8d9888c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_runoff</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_evaporation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-33bdff29-133b-413a-87c7-6a66613d44c7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-33bdff29-133b-413a-87c7-6a66613d44c7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-16c2e101-a104-4063-942c-0442e205601d' class='xr-var-data-in' type='checkbox'><label for='data-16c2e101-a104-4063-942c-0442e205601d' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_evaporation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>u_component_of_wind_10m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-6870bac1-41bf-472b-9765-32620dcd8ce4' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-6870bac1-41bf-472b-9765-32620dcd8ce4' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-1fbb6462-5133-4755-9814-959f62e038dd' class='xr-var-data-in' type='checkbox'><label for='data-1fbb6462-5133-4755-9814-959f62e038dd' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>u_component_of_wind_10m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>v_component_of_wind_10m</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-cab260cf-17d4-4cf4-b622-5d7ffa03bb89' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-cab260cf-17d4-4cf4-b622-5d7ffa03bb89' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-cbcde704-2990-4856-82d0-6d57451401d8' class='xr-var-data-in' type='checkbox'><label for='data-cbcde704-2990-4856-82d0-6d57451401d8' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>v_component_of_wind_10m</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_pressure</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-dc6de062-6202-4487-bcca-af2e48f04b32' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-dc6de062-6202-4487-bcca-af2e48f04b32' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-4b0e66b0-707c-499f-a499-27387fa925b0' class='xr-var-data-in' type='checkbox'><label for='data-4b0e66b0-707c-499f-a499-27387fa925b0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_pressure</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_precipitation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-0ad595eb-1f86-4175-a538-e56f18e0c09e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-0ad595eb-1f86-4175-a538-e56f18e0c09e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-f3817438-44d6-4769-ae09-e93fef2df04c' class='xr-var-data-in' type='checkbox'><label for='data-f3817438-44d6-4769-ae09-e93fef2df04c' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_precipitation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>leaf_area_index_high_vegetation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-ca73d3aa-c428-4673-a965-cda40d7d4f9a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-ca73d3aa-c428-4673-a965-cda40d7d4f9a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-c92a9b6d-baea-4fd5-957e-4e8412a9aa05' class='xr-var-data-in' type='checkbox'><label for='data-c92a9b6d-baea-4fd5-957e-4e8412a9aa05' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>leaf_area_index_high_vegetation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>leaf_area_index_low_vegetation</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-abeff697-1d22-4456-9331-cabc55050ab3' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-abeff697-1d22-4456-9331-cabc55050ab3' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-67516981-449a-4664-aa78-06422d8bae66' class='xr-var-data-in' type='checkbox'><label for='data-67516981-449a-4664-aa78-06422d8bae66' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>leaf_area_index_low_vegetation</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowfall_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-789d0860-c812-4698-aca8-a9410b0d5a2c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-789d0860-c812-4698-aca8-a9410b0d5a2c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d60d44ef-efbb-4919-9346-385886cf95a1' class='xr-var-data-in' type='checkbox'><label for='data-d60d44ef-efbb-4919-9346-385886cf95a1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowfall_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snowmelt_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-405edbea-75d6-46f7-b423-86f3eb7e898b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-405edbea-75d6-46f7-b423-86f3eb7e898b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-699848fd-968a-48eb-97db-c82e04edf58b' class='xr-var-data-in' type='checkbox'><label for='data-699848fd-968a-48eb-97db-c82e04edf58b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snowmelt_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_latent_heat_flux_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4e091f73-19f3-41c9-9791-88ede3302c7a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4e091f73-19f3-41c9-9791-88ede3302c7a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d8674382-6a76-4f4e-b6eb-3ca375299879' class='xr-var-data-in' type='checkbox'><label for='data-d8674382-6a76-4f4e-b6eb-3ca375299879' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_latent_heat_flux_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_solar_radiation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b5688785-8404-407b-8140-07c53ecf072b' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b5688785-8404-407b-8140-07c53ecf072b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e650e9ff-86ab-437a-b29c-06e4663179ce' class='xr-var-data-in' type='checkbox'><label for='data-e650e9ff-86ab-437a-b29c-06e4663179ce' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_solar_radiation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_net_thermal_radiation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-990489a7-3ddc-4270-ba59-899a3d1d9819' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-990489a7-3ddc-4270-ba59-899a3d1d9819' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-27df9080-5d56-406a-bd1e-2c111a32d010' class='xr-var-data-in' type='checkbox'><label for='data-27df9080-5d56-406a-bd1e-2c111a32d010' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_net_thermal_radiation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_sensible_heat_flux_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4b4b4940-58c4-4459-b381-bb2315ae3e21' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4b4b4940-58c4-4459-b381-bb2315ae3e21' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-74dc0172-9eb9-44be-ac5c-2f9f8647a12a' class='xr-var-data-in' type='checkbox'><label for='data-74dc0172-9eb9-44be-ac5c-2f9f8647a12a' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_sensible_heat_flux_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_solar_radiation_downwards_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-fc9948f7-cc81-488e-bda5-a515d28fb0f7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-fc9948f7-cc81-488e-bda5-a515d28fb0f7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d437e7ac-b3e5-4156-80ba-f513194fdef3' class='xr-var-data-in' type='checkbox'><label for='data-d437e7ac-b3e5-4156-80ba-f513194fdef3' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_solar_radiation_downwards_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_thermal_radiation_downwards_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-84e995e6-a636-458a-a3f1-bf5c10b5f13f' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-84e995e6-a636-458a-a3f1-bf5c10b5f13f' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-6c428540-af9b-42bb-a902-7240bf95c679' class='xr-var-data-in' type='checkbox'><label for='data-6c428540-af9b-42bb-a902-7240bf95c679' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_thermal_radiation_downwards_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_bare_soil_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-7c852ac3-70ce-46fc-bbb0-f38f82dcd0a8' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-7c852ac3-70ce-46fc-bbb0-f38f82dcd0a8' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-ea56d72e-496d-4506-b2f2-92246c3c77ea' class='xr-var-data-in' type='checkbox'><label for='data-ea56d72e-496d-4506-b2f2-92246c3c77ea' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_bare_soil_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_open_water_surfaces_excluding_oceans_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b99436c9-9f57-4311-b4ec-4e780ade9112' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b99436c9-9f57-4311-b4ec-4e780ade9112' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e229d02c-1e00-494d-86b5-81311dca5c39' class='xr-var-data-in' type='checkbox'><label for='data-e229d02c-1e00-494d-86b5-81311dca5c39' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_open_water_surfaces_excluding_oceans_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_the_top_of_canopy_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-97c099c0-309b-4e9d-bb1b-9fab3d2169a7' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-97c099c0-309b-4e9d-bb1b-9fab3d2169a7' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-bc36f372-ff03-4b34-b425-09b75b6f515f' class='xr-var-data-in' type='checkbox'><label for='data-bc36f372-ff03-4b34-b425-09b75b6f515f' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_the_top_of_canopy_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>evaporation_from_vegetation_transpiration_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-2b7e9de8-b301-47a3-aefd-c139881e3cea' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-2b7e9de8-b301-47a3-aefd-c139881e3cea' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-e3bc4a35-71b9-42e9-8f85-b3bbd6edf3de' class='xr-var-data-in' type='checkbox'><label for='data-e3bc4a35-71b9-42e9-8f85-b3bbd6edf3de' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>evaporation_from_vegetation_transpiration_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>potential_evaporation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-d2a587b6-2375-44ad-b687-13ffa09b2fc2' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-d2a587b6-2375-44ad-b687-13ffa09b2fc2' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-b57a0152-2b24-40df-b3c7-57c12c0a2ffb' class='xr-var-data-in' type='checkbox'><label for='data-b57a0152-2b24-40df-b3c7-57c12c0a2ffb' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>potential_evaporation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>runoff_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-4cd7dbf8-2e80-4dde-a341-5f3cd628f49e' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-4cd7dbf8-2e80-4dde-a341-5f3cd628f49e' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-575454e3-af5b-481a-a55c-4a6627dcb0a1' class='xr-var-data-in' type='checkbox'><label for='data-575454e3-af5b-481a-a55c-4a6627dcb0a1' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>runoff_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>snow_evaporation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-54afabf7-7c47-454e-a1a5-8a5b94c89bcf' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-54afabf7-7c47-454e-a1a5-8a5b94c89bcf' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-52ce8989-772b-472f-965b-cf2af21ce60e' class='xr-var-data-in' type='checkbox'><label for='data-52ce8989-772b-472f-965b-cf2af21ce60e' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>snow_evaporation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>sub_surface_runoff_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-3074d280-76db-4b3d-a7b6-7190464a8771' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-3074d280-76db-4b3d-a7b6-7190464a8771' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a198d796-ebae-4153-a86e-2dc5dab2ecb5' class='xr-var-data-in' type='checkbox'><label for='data-a198d796-ebae-4153-a86e-2dc5dab2ecb5' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>sub_surface_runoff_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>surface_runoff_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-a0735471-13e3-4071-addd-dbad23ae032c' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-a0735471-13e3-4071-addd-dbad23ae032c' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-15ff7756-3094-4bef-8529-31e9f40811eb' class='xr-var-data-in' type='checkbox'><label for='data-15ff7756-3094-4bef-8529-31e9f40811eb' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>surface_runoff_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_evaporation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-b000a108-6885-47ac-b994-84913401a37a' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-b000a108-6885-47ac-b994-84913401a37a' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-91253ca1-2dfb-419c-8152-85050e8f0f1b' class='xr-var-data-in' type='checkbox'><label for='data-91253ca1-2dfb-419c-8152-85050e8f0f1b' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_evaporation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>total_precipitation_hourly</span></div><div class='xr-var-dims'>(time, lon, lat)</div><div class='xr-var-dtype'>float32</div><div class='xr-var-preview xr-preview'>...</div><input id='attrs-e70cce5e-e7d1-484a-a51e-d09b08ee3ade' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-e70cce5e-e7d1-484a-a51e-d09b08ee3ade' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-29146d81-c871-42e1-8e17-766cdb5026bc' class='xr-var-data-in' type='checkbox'><label for='data-29146d81-c871-42e1-8e17-766cdb5026bc' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>id :</span></dt><dd>total_precipitation_hourly</dd><dt><span>data_type :</span></dt><dd>{'type': 'PixelType', 'precision': 'double'}</dd><dt><span>dimensions :</span></dt><dd>[3601, 1801]</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd><dt><span>crs_transform :</span></dt><dd>[0.1, 0, -180.05, 0, -0.1, 90.05]</dd></dl></div><div class='xr-var-data'><pre>[6480000 values with dtype=float32]</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-e434fe96-2b5f-4b9c-9cfb-e841f0aa74f6' class='xr-section-summary-in' type='checkbox' ><label for='section-e434fe96-2b5f-4b9c-9cfb-e841f0aa74f6' class='xr-section-summary' >Attributes: <span>(33)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'><dt><span>date_range :</span></dt><dd>[347155200000, 1640649600000]</dd><dt><span>description :</span></dt><dd><p>ERA5-Land is a reanalysis dataset providing a consistent view of the evolution of land variables\n", | |
| "over several decades at an enhanced resolution compared to ERA5. ERA5-Land has been produced by\n", | |
| "replaying the land component of the ECMWF ERA5 climate reanalysis. Reanalysis combines model\n", | |
| "data with observations from across the world into a globally complete and consistent dataset\n", | |
| "using the laws of physics. Reanalysis produces data that goes several decades back in time,\n", | |
| "providing an accurate description of the climate of the past. This dataset includes all 50\n", | |
| "variables as available on CDS.</p><p>Please note that the convention for accumulations used in ERA5-Land differs with that for ERA5.\n", | |
| "The accumulations are treated the same as those in ERA-Interim or ERA-Interim/Land, i.e., they\n", | |
| "are accumulated from the beginning of the forecast to the end of the forecast step. This happens\n", | |
| "within every day and gets reset on midnight. The Earth Engine Data team added 19 additional bands,\n", | |
| "one for each of the accumulation bands, with the hourly values computed as the difference\n", | |
| "between two consecutive forecast steps.</p><p><b>Provider: <a href="https://cds.climate.copernicus.eu/cdsapp">Climate Data Store</a></b><br><p><b>Resolution</b><br>11132 meters\n", | |
| "</p><p><b>Cadence</b><br>\n", | |
| " 1 hour\n", | |
| "</p><p><b>Bands</b><table class="eecat"><tr><th scope="col">Name</th><th scope="col">Description</th></tr><tr><td>dewpoint_temperature_2m</td><td><p>Temperature to which the air, at 2 metres above the surface of the Earth, would have to be\n", | |
| "cooled for saturation to occur. It is a measure of the humidity of the air. Combined with\n", | |
| "temperature and pressure, it can be used to calculate the relative humidity. 2m dew point\n", | |
| "temperature is calculated by interpolating between the lowest model level and the Earth&#39;s\n", | |
| "surface, taking account of the atmospheric conditions. Temperature measured in kelvin can be\n", | |
| "converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>temperature_2m</td><td><p>Temperature of air at 2m above the surface of land, sea or in-land waters. 2m temperature is\n", | |
| "calculated by interpolating between the lowest model level and the Earth&#39;s surface, taking\n", | |
| "account of the atmospheric conditions. Temperature measured in kelvin can be converted to\n", | |
| "degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>skin_temperature</td><td><p>Temperature of the surface of the Earth. The skin temperature is the theoretical temperature\n", | |
| "that is required to satisfy the surface energy balance. It represents the temperature of the\n", | |
| "uppermost surface layer, which has no heat capacity and so can respond instantaneously to\n", | |
| "changes in surface fluxes. Skin temperature is calculated differently over land and sea.\n", | |
| "Temperature measured in kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>soil_temperature_level_1</td><td><p>Temperature of the soil in layer 1 (0 - 7 cm) of the ECMWF Integrated Forecasting System. The\n", | |
| "surface is at 0 cm. Soil temperature is set at the middle of each layer, and heat transfer is\n", | |
| "calculated at the interfaces between them. It is assumed that there is no heat transfer out of\n", | |
| "the bottom of the lowest layer. Temperature measured in kelvin can be converted to degrees\n", | |
| "Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>soil_temperature_level_2</td><td><p>Temperature of the soil in layer 2 (7-28 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>soil_temperature_level_3</td><td><p>Temperature of the soil in layer 3 (28-100 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>soil_temperature_level_4</td><td><p>Temperature of the soil in layer 4 (100-289 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>lake_bottom_temperature</td><td><p>Temperature of water at the bottom of inland water bodies (lakes, reservoirs, rivers) and\n", | |
| "coastal waters. ECMWF implemented a lake model in May 2015 to represent the water temperature\n", | |
| "and lake ice of all the world’s major inland water bodies in the Integrated Forecasting System.\n", | |
| "The model keeps lake depth and surface area (or fractional cover) constant in time.</p></td></tr><tr><td>lake_ice_depth</td><td><p>The thickness of ice on inland water bodies (lakes, reservoirs and rivers) and coastal waters.\n", | |
| "The ECMWF Integrated Forecasting System (IFS) represents the formation and melting of ice on\n", | |
| "inland water bodies (lakes, reservoirs and rivers) and coastal water. A single ice layer is\n", | |
| "represented. This parameter is the thickness of that ice layer.</p></td></tr><tr><td>lake_ice_temperature</td><td><p>The temperature of the uppermost surface of ice on inland water bodies (lakes, reservoirs,\n", | |
| "rivers) and coastal waters. The ECMWF Integrated Forecasting System represents the formation\n", | |
| "and melting of ice on lakes. A single ice layer is represented. The temperature measured in\n", | |
| "kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>lake_mix_layer_depth</td><td><p>The thickness of the upper most layer of an inland water body (lake, reservoirs, and rivers) or\n", | |
| "coastal waters that is well mixed and has a near constant temperature with depth (uniform\n", | |
| "distribution of temperature). The ECMWF Integrated Forecasting System represents inland water\n", | |
| "bodies with two layers in the vertical, the mixed layer above and the thermocline below.\n", | |
| "Thermoclines upper boundary is located at the mixed layer bottom, and the lower boundary at the\n", | |
| "lake bottom. Mixing within the mixed layer can occur when the density of the surface (and\n", | |
| "near-surface) water is greater than that of the water below. Mixing can also occur through the\n", | |
| "action of wind on the surface of the lake.</p></td></tr><tr><td>lake_mix_layer_temperature</td><td><p>The temperature of the upper most layer of inland water bodies (lakes, reservoirs and rivers)\n", | |
| "or coastal waters) that is well mixed. The ECMWF Integrated Forecasting System represents\n", | |
| "inland water bodies with two layers in the vertical, the mixed layer above and the thermocline\n", | |
| "below. Thermoclines upper boundary is located at the mixed layer bottom, and the lower boundary\n", | |
| "at the lake bottom. Mixing within the mixed layer can occur when the density of the surface\n", | |
| "(and near-surface) water is greater than that of the water below. Mixing can also occur through\n", | |
| "the action of wind on the surface of the lake. Temperature measured in kelvin can be converted\n", | |
| "to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>lake_shape_factor</td><td><p>This parameter describes the way that temperature changes with depth in the thermocline layer\n", | |
| "of inland water bodies (lakes, reservoirs and rivers) and coastal waters. It is used to\n", | |
| "calculate the lake bottom temperature and other lake-related parameters. The ECMWF Integrated\n", | |
| "Forecasting System represents inland and coastal water bodies with two layers in the vertical,\n", | |
| "the mixed layer above and the thermocline below where temperature changes with depth.</p></td></tr><tr><td>lake_total_layer_temperature</td><td><p>The mean temperature of total water column in inland water bodies (lakes, reservoirs and\n", | |
| "rivers) and coastal waters. The ECMWF Integrated Forecasting System represents inland water\n", | |
| "bodies with two layers in the vertical, the mixed layer above and the thermocline below where\n", | |
| "temperature changes with depth. This parameter is the mean over the two layers. Temperature\n", | |
| "measured in kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>snow_albedo</td><td><p>It is defined as the fraction of solar (shortwave) radiation reflected by the snow, across the\n", | |
| "solar spectrum, for both direct and diffuse radiation. It is a measure of the reflectivity of\n", | |
| "the snow covered grid cells. Values vary between 0 and 1. Typically, snow and ice have high\n", | |
| "reflectivity with albedo values of 0.8 and above.</p></td></tr><tr><td>snow_cover</td><td><p>It represents the fraction (0-1) of the cell / grid-box occupied by snow (similar to the cloud\n", | |
| "cover fields of ERA5).</p></td></tr><tr><td>snow_density</td><td><p>Mass of snow per cubic metre in the snow layer. The ECMWF Integrated Forecast System (IFS)\n", | |
| "model represents snow as a single additional layer over the uppermost soil level. The snow may\n", | |
| "cover all or part of the grid box.</p></td></tr><tr><td>snow_depth</td><td><p>Instantaneous grib-box average of the snow thickness on the ground (excluding snow on canopy).</p></td></tr><tr><td>snow_depth_water_equivalent</td><td><p>Depth of snow from the snow-covered area of a grid box. Its units are metres of water\n", | |
| "equivalent, so it is the depth the water would have if the snow melted and was spread evenly\n", | |
| "over the whole grid box. The ECMWF Integrated Forecast System represents snow as a single\n", | |
| "additional layer over the uppermost soil level. The snow may cover all or part of the grid box.</p></td></tr><tr><td>snowfall</td><td><p>Accumulated total snow that has fallen to the Earth&#39;s surface. It consists of snow due to the\n", | |
| "large-scale atmospheric flow (horizontal scales greater than around a few hundred metres) and\n", | |
| "convection where smaller scale areas (around 5km to a few hundred kilometres) of warm air rise.\n", | |
| "If snow has melted during the period over which this variable was accumulated, then it will be\n", | |
| "higher than the snow depth. This variable is the total amount of water accumulated from the\n", | |
| "beginning of the forecast time to the end of the forecast step. The units given measure the\n", | |
| "depth the water would have if the snow melted and was spread evenly over the grid box. Care\n", | |
| "should be taken when comparing model variables with observations, because observations are\n", | |
| "often local to a particular point in space and time, rather than representing averages over a\n", | |
| "model grid box and model time step.</p></td></tr><tr><td>snowmelt</td><td><p>Melting of snow averaged over the grid box (to find melt over snow, divide by snow fraction).\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step.</p></td></tr><tr><td>temperature_of_snow_layer</td><td><p>This variable gives the temperature of the snow layer from the ground to the snow-air\n", | |
| "interface. The ECMWF Integrated Forecast System (IFS) model represents snow as a single\n", | |
| "additional layer over the uppermost soil level. The snow may cover all or part of the grid box.\n", | |
| "Temperature measured in kelvin can be converted to degrees Celsius (°C) by subtracting 273.15.</p></td></tr><tr><td>skin_reservoir_content</td><td><p>Amount of water in the vegetation canopy and/or in a thin layer on the soil. It represents the\n", | |
| "amount of rain intercepted by foliage, and water from dew. The maximum amount of &#39;skin\n", | |
| "reservoir content&#39; a grid box can hold depends on the type of vegetation, and may be zero.\n", | |
| "Water leaves the &#39;skin reservoir&#39; by evaporation.</p></td></tr><tr><td>volumetric_soil_water_layer_1</td><td><p>Volume of water in soil layer 1 (0 - 7 cm) of the ECMWF Integrated Forecasting System. The\n", | |
| "surface is at 0 cm. The volumetric soil water is associated with the soil texture (or\n", | |
| "classification), soil depth, and the underlying groundwater level.</p></td></tr><tr><td>volumetric_soil_water_layer_2</td><td><p>Volume of water in soil layer 2 (7 -28 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>volumetric_soil_water_layer_3</td><td><p>Volume of water in soil layer 3 (28-100 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>volumetric_soil_water_layer_4</td><td><p>Volume of water in soil layer 4 (100-289 cm) of the ECMWF Integrated Forecasting System.</p></td></tr><tr><td>forecast_albedo</td><td><p>Is a measure of the reflectivity of the Earth&#39;s surface. It is the fraction of solar\n", | |
| "(shortwave) radiation reflected by Earth&#39;s surface, across the solar spectrum, for both direct\n", | |
| "and diffuse radiation. Values are between 0 and 1. Typically, snow and ice have high\n", | |
| "reflectivity with albedo values of 0.8 and above, land has intermediate values between about\n", | |
| "0.1 and 0.4 and the ocean has low values of 0.1 or less. Radiation from the Sun (solar, or\n", | |
| "shortwave, radiation) is partly reflected back to space by clouds and particles in the\n", | |
| "atmosphere (aerosols) and some of it is absorbed. The rest is incident on the Earth&#39;s surface,\n", | |
| "where some of it is reflected. The portion that is reflected by the Earth&#39;s surface depends on\n", | |
| "the albedo. In the ECMWF Integrated Forecasting System (IFS), a climatological background\n", | |
| "albedo (observed values averaged over a period of several years) is used, modified by the model\n", | |
| "over water, ice and snow. Albedo is often shown as a percentage (%).</p></td></tr><tr><td>surface_latent_heat_flux</td><td><p>Exchange of latent heat with the surface through turbulent diffusion. This variables is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step. By model\n", | |
| "convention, downward fluxes are positive.</p></td></tr><tr><td>surface_net_solar_radiation</td><td><p>Amount of solar radiation (also known as shortwave radiation) reaching the surface of the\n", | |
| "Earth (both direct and diffuse) minus the amount reflected by the Earth&#39;s surface (which is\n", | |
| "governed by the albedo).Radiation from the Sun (solar, or shortwave, radiation) is partly\n", | |
| "reflected back to space by clouds and particles in the atmosphere (aerosols) and some of it is\n", | |
| "absorbed. The rest is incident on the Earth&#39;s surface, where some of it is reflected. The\n", | |
| "difference between downward and reflected solar radiation is the surface net solar radiation.\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step. The units are joules per square metre (J m-2). To convert to watts per square metre\n", | |
| "(W m-2), the accumulated values should be divided by the accumulation period expressed in\n", | |
| "seconds. The ECMWF convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>surface_net_thermal_radiation</td><td><p>Net thermal radiation at the surface. Accumulated field from the beginning of the forecast\n", | |
| "time to the end of the forecast step. By model convention downward fluxes are positive.</p></td></tr><tr><td>surface_sensible_heat_flux</td><td><p>Transfer of heat between the Earth&#39;s surface and the atmosphere through the effects of\n", | |
| "turbulent air motion (but excluding any heat transfer resulting from condensation or\n", | |
| "evaporation). The magnitude of the sensible heat flux is governed by the difference in\n", | |
| "temperature between the surface and the overlying atmosphere, wind speed and the surface\n", | |
| "roughness. For example, cold air overlying a warm surface would produce a sensible heat flux\n", | |
| "from the land (or ocean) into the atmosphere. This is a single level variable and it is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step. The units\n", | |
| "are joules per square metre (J m-2). To convert to watts per square metre (W m-2), the\n", | |
| "accumulated values should be divided by the accumulation period expressed in seconds. The ECMWF\n", | |
| "convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>surface_solar_radiation_downwards</td><td><p>Amount of solar radiation (also known as shortwave radiation) reaching the surface of the\n", | |
| "Earth. This variable comprises both direct and diffuse solar radiation. Radiation from the Sun\n", | |
| "(solar, or shortwave, radiation) is partly reflected back to space by clouds and particles in\n", | |
| "the atmosphere (aerosols) and some of it is absorbed. The rest is incident on the Earth&#39;s\n", | |
| "surface (represented by this variable). To a reasonably good approximation, this variable is\n", | |
| "the model equivalent of what would be measured by a pyranometer (an instrument used for\n", | |
| "measuring solar radiation) at the surface. However, care should be taken when comparing model\n", | |
| "variables with observations, because observations are often local to a particular point in\n", | |
| "space and time, rather than representing averages over a model grid box and model time step.\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step. The units are joules per square metre (J m-2). To convert to watts per square metre\n", | |
| "(W m-2), the accumulated values should be divided by the accumulation period expressed in\n", | |
| "seconds. The ECMWF convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>surface_thermal_radiation_downwards</td><td><p>Amount of thermal (also known as longwave or terrestrial) radiation emitted by the atmosphere\n", | |
| "and clouds that reaches the Earth&#39;s surface. The surface of the Earth emits thermal radiation,\n", | |
| "some of which is absorbed by the atmosphere and clouds. The atmosphere and clouds likewise emit\n", | |
| "thermal radiation in all directions, some of which reaches the surface (represented by this\n", | |
| "variable). This variable is accumulated from the beginning of the forecast time to the end of\n", | |
| "the forecast step. The units are joules per square metre (J m-2). To convert to watts per\n", | |
| "square metre (W m-2), the accumulated values should be divided by the accumulation period\n", | |
| "expressed in seconds. The ECMWF convention for vertical fluxes is positive downwards.</p></td></tr><tr><td>evaporation_from_bare_soil</td><td><p>The amount of evaporation from bare soil at the top of the land surface. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step.</p></td></tr><tr><td>evaporation_from_open_water_surfaces_excluding_oceans</td><td><p>Amount of evaporation from surface water storage like lakes and inundated areas but excluding\n", | |
| "oceans. This variable is accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step.</p></td></tr><tr><td>evaporation_from_the_top_of_canopy</td><td><p>The amount of evaporation from the canopy interception reservoir at the top of the canopy.\n", | |
| "This variable is accumulated from the beginning of the forecast time to the end of the forecast\n", | |
| "step.</p></td></tr><tr><td>evaporation_from_vegetation_transpiration</td><td><p>Amount of evaporation from vegetation transpiration. This has the same meaning as root\n", | |
| "extraction i.e. the amount of water extracted from the different soil layers. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step.</p></td></tr><tr><td>potential_evaporation</td><td><p>Potential evaporation (pev) in the current ECMWF model is computed, by making a second call to\n", | |
| "the surface energy balance routine with the vegetation variables set to &quot;crops/mixed farming&quot;\n", | |
| "and assuming no stress from soil moisture. In other words, evaporation is computed for\n", | |
| "agricultural land as if it is well watered and assuming that the atmosphere is not affected by\n", | |
| "this artificial surface condition. The latter may not always be realistic. Although pev is\n", | |
| "meant to provide an estimate of irrigation requirements, the method can give unrealistic\n", | |
| "results in arid conditions due to too strong evaporation forced by dry air. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step.</p></td></tr><tr><td>runoff</td><td><p>Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil.\n", | |
| "Otherwise, the water drains away, either over the surface (surface runoff), or under the ground\n", | |
| "(sub-surface runoff) and the sum of these two is simply called &#39;runoff&#39;. This variable is the\n", | |
| "total amount of water accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step. The units of runoff are depth in metres. This is the depth the water would have\n", | |
| "if it were spread evenly over the grid box. Care should be taken when comparing model variables\n", | |
| "with observations, because observations are often local to a particular point rather than\n", | |
| "averaged over a grid square area. Observations are also often taken in different units, such as\n", | |
| "mm/day, rather than the accumulated metres produced here. Runoff is a measure of the\n", | |
| "availability of water in the soil, and can, for example, be used as an indicator of drought or\n", | |
| "flood. More information about how runoff is calculated is given in the IFS Physical Processes\n", | |
| "documentation.</p></td></tr><tr><td>snow_evaporation</td><td><p>Evaporation from snow averaged over the grid box (to find flux over snow, divide by snow\n", | |
| "fraction). This variable is accumulated from the beginning of the forecast time to the end of\n", | |
| "the forecast step.</p></td></tr><tr><td>sub_surface_runoff</td><td><p>Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil.\n", | |
| "Otherwise, the water drains away, either over the surface (surface runoff), or under the ground\n", | |
| "(sub-surface runoff) and the sum of these two is simply called &#39;runoff&#39;. This variable is\n", | |
| "accumulated from the beginning of the forecast time to the end of the forecast step. The units\n", | |
| "of runoff are depth in metres. This is the depth the water would have if it were spread evenly\n", | |
| "over the grid box. Care should be taken when comparing model variables with observations,\n", | |
| "because observations are often local to a particular point rather than averaged over a grid\n", | |
| "square area. Observations are also often taken in different units, such as mm/day, rather than\n", | |
| "the accumulated metres produced here. Runoff is a measure of the availability of water in the\n", | |
| "soil, and can, for example, be used as an indicator of drought or flood. More information about\n", | |
| "how runoff is calculated is given in the IFS Physical Processes documentation.</p></td></tr><tr><td>surface_runoff</td><td><p>Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil.\n", | |
| "Otherwise, the water drains away, either over the surface (surface runoff), or under the ground\n", | |
| "(sub-surface runoff) and the sum of these two is simply called &#39;runoff&#39;. This variable is the\n", | |
| "total amount of water accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step. The units of runoff are depth in metres. This is the depth the water would have\n", | |
| "if it were spread evenly over the grid box. Care should be taken when comparing model variables\n", | |
| "with observations, because observations are often local to a particular point rather than\n", | |
| "averaged over a grid square area. Observations are also often taken in different units, such as\n", | |
| "mm/day, rather than the accumulated metres produced here. Runoff is a measure of the\n", | |
| "availability of water in the soil, and can, for example, be used as an indicator of drought or\n", | |
| "flood. More information about how runoff is calculated is given in the IFS Physical Processes\n", | |
| "documentation.</p></td></tr><tr><td>total_evaporation</td><td><p>Accumulated amount of water that has evaporated from the Earth&#39;s surface, including a\n", | |
| "simplified representation of transpiration (from vegetation), into vapour in the air above.\n", | |
| "This variable is accumulated from the beginning of the forecast to the end of the forecast\n", | |
| "step. The ECMWF Integrated Forecasting System convention is that downward fluxes are positive.\n", | |
| "Therefore, negative values indicate evaporation and positive values indicate condensation.</p></td></tr><tr><td>u_component_of_wind_10m</td><td><p>Eastward component of the 10m wind. It is the horizontal speed of air moving towards the east,\n", | |
| "at a height of ten metres above the surface of the Earth, in metres per second. Care should be\n", | |
| "taken when comparing this variable with observations, because wind observations vary on small\n", | |
| "space and time scales and are affected by the local terrain, vegetation and buildings that are\n", | |
| "represented only on average in the ECMWF Integrated Forecasting System. This variable can be\n", | |
| "combined with the V component of 10m wind to give the speed and direction of the horizontal 10m\n", | |
| "wind.</p></td></tr><tr><td>v_component_of_wind_10m</td><td><p>Northward component of the 10m wind. It is the horizontal speed of air moving towards the\n", | |
| "north, at a height of ten metres above the surface of the Earth, in metres per second. Care\n", | |
| "should be taken when comparing this variable with observations, because wind observations vary\n", | |
| "on small space and time scales and are affected by the local terrain, vegetation and buildings\n", | |
| "that are represented only on average in the ECMWF Integrated Forecasting System. This variable\n", | |
| "can be combined with the U component of 10m wind to give the speed and direction of the\n", | |
| "horizontal 10m wind.</p></td></tr><tr><td>surface_pressure</td><td><p>Pressure (force per unit area) of the atmosphere on the surface of land, sea and in-land\n", | |
| "water. It is a measure of the weight of all the air in a column vertically above the area of\n", | |
| "the Earth&#39;s surface represented at a fixed point. Surface pressure is often used in combination\n", | |
| "with temperature to calculate air density. The strong variation of pressure with altitude makes\n", | |
| "it difficult to see the low and high pressure systems over mountainous areas, so mean sea level\n", | |
| "pressure, rather than surface pressure, is normally used for this purpose. The units of this\n", | |
| "variable are Pascals (Pa). Surface pressure is often measured in hPa and sometimes is presented\n", | |
| "in the old units of millibars, mb (1 hPa = 1 mb = 100 Pa).</p></td></tr><tr><td>total_precipitation</td><td><p>Accumulated liquid and frozen water, including rain and snow, that falls to the Earth&#39;s\n", | |
| "surface. It is the sum of large-scale precipitation (that precipitation which is generated by\n", | |
| "large-scale weather patterns, such as troughs and cold fronts) and convective precipitation\n", | |
| "(generated by convection which occurs when air at lower levels in the atmosphere is warmer and\n", | |
| "less dense than the air above, so it rises). Precipitation variables do not include fog, dew or\n", | |
| "the precipitation that evaporates in the atmosphere before it lands at the surface of the\n", | |
| "Earth. This variable is accumulated from the beginning of the forecast time to the end of the\n", | |
| "forecast step. The units of precipitation are depth in metres. It is the depth the water would\n", | |
| "have if it were spread evenly over the grid box. Care should be taken when comparing model\n", | |
| "variables with observations, because observations are often local to a particular point in\n", | |
| "space and time, rather than representing averages over a model grid box and model time step.</p></td></tr><tr><td>leaf_area_index_high_vegetation</td><td><p>One-half of the total green leaf area per unit horizontal ground surface area for high\n", | |
| "vegetation type.</p></td></tr><tr><td>leaf_area_index_low_vegetation</td><td><p>One-half of the total green leaf area per unit horizontal ground surface area for low\n", | |
| "vegetation type.</p></td></tr><tr><td>snowfall_hourly</td><td><p>Same as &#39;snowfall&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>snowmelt_hourly</td><td><p>Same as &#39;snowmelt&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_latent_heat_flux_hourly</td><td><p>Same as &#39;surface_latent_heat_flux&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_net_solar_radiation_hourly</td><td><p>Same as &#39;surface_net_solar_radiation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_net_thermal_radiation_hourly</td><td><p>Same as &#39;surface_net_thermal_radiation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_sensible_heat_flux_hourly</td><td><p>Same as &#39;surface_sensible_heat_flux&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_solar_radiation_downwards_hourly</td><td><p>Same as &#39;surface_solar_radiation_downwards&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>surface_thermal_radiation_downwards_hourly</td><td><p>Same as &#39;surface_thermal_radiation_downwards&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_bare_soil_hourly</td><td><p>Same as &#39;evaporation_from_bare_soil&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_open_water_surfaces_excluding_oceans_hourly</td><td><p>Same as &#39;evaporation_from_open_water_surfaces_excluding_oceans&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_the_top_of_canopy_hourly</td><td><p>Same as &#39;evaporation_from_the_top_of_canopy&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>evaporation_from_vegetation_transpiration_hourly</td><td><p>Same as &#39;evaporation_from_vegetation_transpiration&#39; except not accumulated and\n", | |
| "only for the given forecast step.</p></td></tr><tr><td>potential_evaporation_hourly</td><td><p>Same as &#39;potential_evaporation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>runoff_hourly</td><td><p>Same as &#39;runoff&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>snow_evaporation_hourly</td><td><p>Same as &#39;snow_evaporation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>sub_surface_runoff_hourly</td><td><p>Same as &#39;sub_surface_runoff&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>surface_runoff_hourly</td><td><p>Same as &#39;surface_runoff&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>total_evaporation_hourly</td><td><p>Same as &#39;total_evaporation&#39; except not accumulated and only for the given forecast step.</p></td></tr><tr><td>total_precipitation_hourly</td><td><p>Same as &#39;total_precipitation&#39; except not accumulated and only for the given forecast step.</p></td></tr></table><p><b>Image Properties</b><table class="eecat"><tr><th scope="col">Name</th><th scope="col">Type</th><th scope="col">Description</th></tr><tr><td>hour</td><td>INT</td><td><p>Hour of the day</p></td></tr></table><p><sup>ERA5-Land data is available from 1981 to three months from real-time. More information\n", | |
| "can be found at the <a href="https://cds.climate.copernicus.eu">Copernicus Climate Data Store</a>.</sup><p><b>Terms of Use</b><br><p>Please acknowledge the use of ERA5-Land as stated in the\n", | |
| "<a href="https://apps.ecmwf.int/datasets/licences/copernicus/">Copernicus C3S/CAMS License agreement</a>:</p><ul><li><p>5.1.2 Where the Licensee communicates or distributes Copernicus Products to the public, the\n", | |
| "Licensee shall inform the recipients of the source by using the following or any similar notice:\n", | |
| "&#39;Generated using Copernicus Climate Change Service Information [Year]&#39;.</p></li><li><p>5.1.3 Where the Licensee makes or contributes to a publication or distribution containing\n", | |
| "adapted or modified Copernicus Products, the Licensee shall provide the following or any similar\n", | |
| "notice: &#39;Contains modified Copernicus Climate Change Service Information [Year]&#39;;</p></li></ul><p>Any such publication or distribution covered by clauses 5.1.1 and 5.1.2 shall state that neither\n", | |
| "the European Commission nor ECMWF is responsible for any use that may be made of the Copernicus\n", | |
| "Information or Data it contains.</p><p><b>Suggested citation(s)</b><ul><li><p>Mu&ntilde;oz Sabater, J., (2019): ERA5-Land hourly data from 1981 to present. Copernicus Climate\n", | |
| "Change Service (C3S) Climate Data Store (CDS). (&lt;date of access&gt;),\n", | |
| "<a href="https://doi.org/10.24381/cds.e2161bac">doi:10.24381/cds.e2161bac</a></p></li></ul><style>\n", | |
| " table.eecat {\n", | |
| " border: 1px solid black;\n", | |
| " border-collapse: collapse;\n", | |
| " font-size: 13px;\n", | |
| " }\n", | |
| " table.eecat td, tr, th {\n", | |
| " text-align: left; vertical-align: top;\n", | |
| " border: 1px solid gray; padding: 3px;\n", | |
| " }\n", | |
| " td.nobreak { white-space: nowrap; }\n", | |
| "</style></dd><dt><span>keywords :</span></dt><dd>['cds', 'climate', 'copernicus', 'ecmwf', 'era5-land', 'evaporation', 'heat', 'lakes', 'precipitation', 'pressure', 'radiation', 'reanalysis', 'runoff', 'snow', 'soil_water', 'temperature', 'vegetation', 'wind']</dd><dt><span>period :</span></dt><dd>0</dd><dt><span>product_tags :</span></dt><dd>['temperature', 'lakes', 'snow', 'soil_water', 'radiation', 'heat', 'evaporation', 'runoff', 'wind', 'pressure', 'precipitation', 'vegetation', 'climate']</dd><dt><span>provider :</span></dt><dd>Climate Data Store</dd><dt><span>provider_url :</span></dt><dd>https://cds.climate.copernicus.eu/cdsapp</dd><dt><span>sample :</span></dt><dd>https://mw1.google.com/ges/dd/images/ERA5_LAND_sample.png</dd><dt><span>source_tags :</span></dt><dd>['ecmwf', 'cds', 'copernicus', 'era5-land', 'reanalysis']</dd><dt><span>tags :</span></dt><dd>['cds', 'climate', 'copernicus', 'ecmwf', 'era5-land', 'evaporation', 'heat', 'lakes', 'precipitation', 'pressure', 'radiation', 'reanalysis', 'runoff', 'snow', 'soil_water', 'temperature', 'vegetation', 'wind']</dd><dt><span>title :</span></dt><dd>ERA5-Land Hourly - ECMWF Climate Reanalysis</dd><dt><span>type_name :</span></dt><dd>ImageCollection</dd><dt><span>visualization_0_bands :</span></dt><dd>temperature_2m</dd><dt><span>visualization_0_max :</span></dt><dd>320.0</dd><dt><span>visualization_0_min :</span></dt><dd>250.0</dd><dt><span>visualization_0_name :</span></dt><dd>Air temperature [K] at 2m height</dd><dt><span>visualization_0_palette :</span></dt><dd>#000080,#0000D9,#4000FF,#8000FF,#0080FF,#00FFFF,#00FF80,#80FF00,#DAFF00,#FFFF00,#FFF500,#FFDA00,#FFB000,#FFA400,#FF4F00,#FF2500,#FF0A00,#FF00FF</dd><dt><span>visualization_1_bands :</span></dt><dd>total_precipitation</dd><dt><span>visualization_1_max :</span></dt><dd>0.1</dd><dt><span>visualization_1_min :</span></dt><dd>0.0</dd><dt><span>visualization_1_name :</span></dt><dd>Total precipitation in m</dd><dt><span>visualization_1_palette :</span></dt><dd>#FFFFFF,#00FFFF,#0080FF,#DA00FF,#FFA400,#FF0000</dd><dt><span>visualization_2_bands :</span></dt><dd>surface_pressure</dd><dt><span>visualization_2_max :</span></dt><dd>1150.0</dd><dt><span>visualization_2_min :</span></dt><dd>500.0</dd><dt><span>visualization_2_name :</span></dt><dd>Surface pressure</dd><dt><span>visualization_2_palette :</span></dt><dd>#01FFFF,#058BFF,#0600FF,#DF00FF,#FF00FF,#FF8C00,#FF8C00</dd><dt><span>visualization_3_bands :</span></dt><dd>u_component_of_wind_10m</dd><dt><span>visualization_3_max :</span></dt><dd>30.0</dd><dt><span>visualization_3_min :</span></dt><dd>0.0</dd><dt><span>visualization_3_name :</span></dt><dd>u-component of wind at 10m</dd><dt><span>visualization_3_palette :</span></dt><dd>#FFFFFF,#FFFF71,#DEFF00,#9EFF00,#77B038,#007E55,#005F51,#004B51,#013A7B,#023AAD</dd><dt><span>crs :</span></dt><dd>EPSG:4326</dd></dl></div></li></ul></div></div>" | |
| ] | |
| }, | |
| "metadata": {}, | |
| "execution_count": 11 | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment