MERRA2_hourly_2d_sm_Nx
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/MERRA2_hourly_2d_sm_Nx.yaml")
ds=cat.netcdf.read()
Metadata
title | MERRA2_hourly_2d_sm_Nx |
location | /reanalysis/land/MERRA-2/HOURLY/sm |
tags | reanalysis,global,hourly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/MERRA2_hourly_2d_sm_Nx.yaml |
last updated | 2021-08-11 |
Dataset Contents
<xarray.Dataset> Dimensions: (lat: 361, lon: 576, time: 341880) Coordinates: * lat (lat) float64 -90.0 -89.5 -89.0 -88.5 ... 88.5 89.0 89.5 90.0 * lon (lon) float64 -180.0 -179.4 -178.8 -178.1 ... 178.1 178.8 179.4 * time (time) int64 0 60 120 180 240 300 ... 1140 1200 1260 1320 1380 Data variables: GWETPROF (time, lat, lon) float32 dask.array<chunksize=(24, 361, 576), meta=np.ndarray> GWETROOT (time, lat, lon) float32 dask.array<chunksize=(24, 361, 576), meta=np.ndarray> GWETTOP (time, lat, lon) float32 dask.array<chunksize=(24, 361, 576), meta=np.ndarray> Attributes: History: Thu Jan 26 21:49:57 2017: ncks -O -v G... Comment: GMAO filename: d5124_m2_jan79.tavg1_2d... Filename: MERRA2_100.tavg1_2d_lnd_Nx.19800101.nc4 Conventions: CF-1 Institution: NASA Global Modeling and Assimilation ... References: http://gmao.gsfc.nasa.gov Format: NetCDF-4/HDF-5 SpatialCoverage: global VersionID: 5.12.4 TemporalRange: 1980-01-01 -> 2016-12-31 identifier_product_doi_authority: http://dx.doi.org/ ShortName: M2T1NXLND GranuleID: MERRA2_100.tavg1_2d_lnd_Nx.19800101.nc4 ProductionDateTime: Original file generated: Sat May 31 17... LongName: MERRA2 tavg1_2d_lnd_Nx: 2d,1-Hourly,Ti... Title: MERRA2 tavg1_2d_lnd_Nx: 2d,1-Hourly,Ti... SouthernmostLatitude: -90.0 NorthernmostLatitude: 90.0 WesternmostLongitude: -180.0 EasternmostLongitude: 179.375 LatitudeResolution: 0.5 LongitudeResolution: 0.625 DataResolution: 0.5 x 0.625 Source: CVS tag: GEOSadas-5_12_4 Contact: http://gmao.gsfc.nasa.gov identifier_product_doi: 10.5067/RKPHT8KC1Y1T RangeBeginningDate: 1980-01-01 RangeBeginningTime: 00:00:00.000000 RangeEndingDate: 1980-01-01 RangeEndingTime: 23:59:59.000000 NCO: 4.0.2
xarray.Dataset
- lat: 361
- lon: 576
- time: 341880
- lat(lat)float64-90.0 -89.5 -89.0 ... 89.5 90.0
- long_name :
- latitude
- units :
- degrees_north
- vmax :
- 1000000000000000.0
- vmin :
- -1000000000000000.0
- valid_range :
- [-1.e+15 1.e+15]
array([-90. , -89.5, -89. , ..., 89. , 89.5, 90. ])
- lon(lon)float64-180.0 -179.4 ... 178.8 179.4
- long_name :
- longitude
- units :
- degrees_east
- vmax :
- 1000000000000000.0
- vmin :
- -1000000000000000.0
- valid_range :
- [-1.e+15 1.e+15]
array([-180. , -179.375, -178.75 , ..., 178.125, 178.75 , 179.375])
- time(time)int640 60 120 180 ... 1260 1320 1380
- long_name :
- time
- time_increment :
- 10000
- begin_time :
- 3000
- vmax :
- 1000000000000000.0
- vmin :
- -1000000000000000.0
- valid_range :
- [-1.e+15 1.e+15]
array([ 0, 60, 120, ..., 1260, 1320, 1380])
- GWETPROF(time, lat, lon)float32dask.array<chunksize=(24, 361, 576), meta=np.ndarray>
- long_name :
- ave_prof_soil_moisture
- units :
- 1
- fmissing_value :
- 1000000000000000.0
- standard_name :
- ave_prof_soil_moisture
- vmax :
- 1000000000000000.0
- vmin :
- -1000000000000000.0
- valid_range :
- [-1.e+15 1.e+15]
Array Chunk Bytes 284.36 GB 19.96 MB Shape (341880, 361, 576) (24, 361, 576) Count 42735 Tasks 14245 Chunks Type float32 numpy.ndarray - GWETROOT(time, lat, lon)float32dask.array<chunksize=(24, 361, 576), meta=np.ndarray>
- long_name :
- root_zone_soil_wetness
- units :
- 1
- fmissing_value :
- 1000000000000000.0
- standard_name :
- root_zone_soil_wetness
- vmax :
- 1000000000000000.0
- vmin :
- -1000000000000000.0
- valid_range :
- [-1.e+15 1.e+15]
Array Chunk Bytes 284.36 GB 19.96 MB Shape (341880, 361, 576) (24, 361, 576) Count 42735 Tasks 14245 Chunks Type float32 numpy.ndarray - GWETTOP(time, lat, lon)float32dask.array<chunksize=(24, 361, 576), meta=np.ndarray>
- long_name :
- surface_soil_wetness
- units :
- 1
- fmissing_value :
- 1000000000000000.0
- standard_name :
- surface_soil_wetness
- vmax :
- 1000000000000000.0
- vmin :
- -1000000000000000.0
- valid_range :
- [-1.e+15 1.e+15]
Array Chunk Bytes 284.36 GB 19.96 MB Shape (341880, 361, 576) (24, 361, 576) Count 42735 Tasks 14245 Chunks Type float32 numpy.ndarray
- History :
- Thu Jan 26 21:49:57 2017: ncks -O -v GWETPROF,GWETROOT,GWETTOP MERRA2_100.tavg1_2d_lnd_Nx.19800101.nc4 /reanalysis/land/MERRA-2/HOURLY/MERRA2_hourly_2d_sm_Nx.19800101.nc4 Original file generated: Sat May 31 17:46:14 2014 GMT
- Comment :
- GMAO filename: d5124_m2_jan79.tavg1_2d_lnd_Nx.19800101.nc4
- Filename :
- MERRA2_100.tavg1_2d_lnd_Nx.19800101.nc4
- Conventions :
- CF-1
- Institution :
- NASA Global Modeling and Assimilation Office
- References :
- http://gmao.gsfc.nasa.gov
- Format :
- NetCDF-4/HDF-5
- SpatialCoverage :
- global
- VersionID :
- 5.12.4
- TemporalRange :
- 1980-01-01 -> 2016-12-31
- identifier_product_doi_authority :
- http://dx.doi.org/
- ShortName :
- M2T1NXLND
- GranuleID :
- MERRA2_100.tavg1_2d_lnd_Nx.19800101.nc4
- ProductionDateTime :
- Original file generated: Sat May 31 17:46:14 2014 GMT
- LongName :
- MERRA2 tavg1_2d_lnd_Nx: 2d,1-Hourly,Time-Averaged,Single-Level,Assimilation,Land Surface Diagnostics
- Title :
- MERRA2 tavg1_2d_lnd_Nx: 2d,1-Hourly,Time-Averaged,Single-Level,Assimilation,Land Surface Diagnostics
- SouthernmostLatitude :
- -90.0
- NorthernmostLatitude :
- 90.0
- WesternmostLongitude :
- -180.0
- EasternmostLongitude :
- 179.375
- LatitudeResolution :
- 0.5
- LongitudeResolution :
- 0.625
- DataResolution :
- 0.5 x 0.625
- Source :
- CVS tag: GEOSadas-5_12_4
- Contact :
- http://gmao.gsfc.nasa.gov
- identifier_product_doi :
- 10.5067/RKPHT8KC1Y1T
- RangeBeginningDate :
- 1980-01-01
- RangeBeginningTime :
- 00:00:00.000000
- RangeEndingDate :
- 1980-01-01
- RangeEndingTime :
- 23:59:59.000000
- NCO :
- 4.0.2