AE_2017_GLEAM_v3.5a
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/AE_2017_GLEAM_v3.5a.yaml")
ds=cat.netcdf.read()
Metadata
title | AE_2017_GLEAM_v3.5a |
location | /shared/land/GLEAM/v3.5a/daily/2017 |
tags | land,fluxes,daily,global,evaporation |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/AE_2017_GLEAM_v3.5a.yaml |
last updated | 2021-06-24 |
Dataset Contents
<xarray.Dataset> Dimensions: (lat: 720, lon: 1440, time: 365) Coordinates: * time (time) float64 4.273e+04 4.274e+04 4.274e+04 ... 4.31e+04 4.31e+04 * lon (lon) float64 -179.9 -179.6 -179.4 -179.1 ... 179.4 179.6 179.9 * lat (lat) float64 89.88 89.62 89.38 89.12 ... -89.38 -89.62 -89.88 Data variables: AE (time, lon, lat) float64 ... Attributes: CDI: Climate Data Interface version 1.9.5 (http://mpimet.mpg.de/... history: Mon Jun 21 09:43:25 2021: cdo -f nc4c -z zip_9 selvar,AE /s... Conventions: CF-1.6 Dataset: Global Land Evaporation Amsterdam Model Version: 3.5a (revision 2.0: fixed a snow mask error in 2020) Authors: Hydro-Climate Extremes Lab (H-CEL) Institution: Ghent University Contact: info@gleam.eu Reference1: Martens, B. et al 2017: GLEAM v3: satellite-based land evap... Reference2: Miralles, D.G. et al. 2011: Global land-surface evaporation... CDO: Climate Data Operators version 1.9.5 (http://mpimet.mpg.de/...
xarray.Dataset
- lat: 720
- lon: 1440
- time: 365
- time(time)float644.273e+04 4.274e+04 ... 4.31e+04
- standard_name :
- time
- long_name :
- time
- units :
- days since 1900-01-01
- calendar :
- proleptic_gregorian
- axis :
- T
array([42734., 42735., 42736., ..., 43096., 43097., 43098.])
- lon(lon)float64-179.9 -179.6 ... 179.6 179.9
- standard_name :
- longitude
- long_name :
- longitude
- units :
- degrees_east
- axis :
- X
array([-179.875, -179.625, -179.375, ..., 179.375, 179.625, 179.875])
- lat(lat)float6489.88 89.62 89.38 ... -89.62 -89.88
- standard_name :
- latitude
- long_name :
- latitude
- units :
- degrees_north
- axis :
- Y
array([ 89.875, 89.625, 89.375, ..., -89.375, -89.625, -89.875])
- AE(time, lon, lat)float64...
- standard_name :
- Available energy at the surface
- long_name :
- Available energy at the surface from GLEAM v3.5a
- units :
- W.m-2
[378432000 values with dtype=float64]
- CDI :
- Climate Data Interface version 1.9.5 (http://mpimet.mpg.de/cdi)
- history :
- Mon Jun 21 09:43:25 2021: cdo -f nc4c -z zip_9 selvar,AE /scratch/gent/vo/000/gvo00090/vsc43614/gleam/v35a_output/raw/GLEAM_v35a_Output_2017.nc /scratch/gent/vo/000/gvo00090/vsc43614/gleam/v35a_output/processed/daily/2017/AE_2017_GLEAM_v3.5a.nc Mon Jun 21 09:42:07 2021: cdo setmissval,-999.0 /scratch/gent/vo/000/gvo00090/vsc43614/gleam/v35a_output/raw/GLEAM_v35a_Output_2017.nc /scratch/gent/vo/000/gvo00090/vsc43614/gleam/v35a_output/raw/test_2017.nc
- Conventions :
- CF-1.6
- Dataset :
- Global Land Evaporation Amsterdam Model
- Version :
- 3.5a (revision 2.0: fixed a snow mask error in 2020)
- Authors :
- Hydro-Climate Extremes Lab (H-CEL)
- Institution :
- Ghent University
- Contact :
- info@gleam.eu
- Reference1 :
- Martens, B. et al 2017: GLEAM v3: satellite-based land evaporation and root-zone soil moisture, Geoscientific Model Development, 10, 1903–1925, doi: 10.5194/gmd-10-1903-2017
- Reference2 :
- Miralles, D.G. et al. 2011: Global land-surface evaporation estimated from satellite-based observations, Hydrology and Earth System Sciences, 15, 453–469, doi: 10.5194/hess-15-453-2011
- CDO :
- Climate Data Operators version 1.9.5 (http://mpimet.mpg.de/cdo)