Difference between revisions of "GPM-IMERG"

(Created page with " <span style="font-size:large;"><span style="font-family:Arial,Helvetica,sans-serif;">'''Integrated Multi-satellitE Retrievals for GPM'''</span></span> <span style="font-fami...")
 
Line 1: Line 1:
 +
 +
<span style="background-color:#e74c3c;">work in progress !</span>
  
 
<span style="font-size:large;"><span style="font-family:Arial,Helvetica,sans-serif;">'''Integrated Multi-satellitE Retrievals for GPM'''</span></span>
 
<span style="font-size:large;"><span style="font-family:Arial,Helvetica,sans-serif;">'''Integrated Multi-satellitE Retrievals for GPM'''</span></span>
Line 4: Line 6:
 
<span style="font-family:Arial,Helvetica,sans-serif;"><span style="font-size:small;">IMERG is&nbsp;</span></span>an algorithm that combines information from the GPM satellites&nbsp;to estimate global precipitation. IMERG is the continuation of TRMM. The&nbsp;latest&nbsp;Version 06 combines the precipitation estimates collected&nbsp;by the TRMM satellite (2000 - 2015)&nbsp;with the estimates from the GPM satellite (2014 - present).
 
<span style="font-family:Arial,Helvetica,sans-serif;"><span style="font-size:small;">IMERG is&nbsp;</span></span>an algorithm that combines information from the GPM satellites&nbsp;to estimate global precipitation. IMERG is the continuation of TRMM. The&nbsp;latest&nbsp;Version 06 combines the precipitation estimates collected&nbsp;by the TRMM satellite (2000 - 2015)&nbsp;with the estimates from the GPM satellite (2014 - present).
  
More information is available on the [https://gpm.nasa.gov/data/imerg NASA GPM website]&nbsp;
+
More information is available on the [https://gpm.nasa.gov/data/imerg NASA GPM website].
 +
 
 +
We download the data from their [https://gpm1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GPM_L3/GPM_3IMERGHH.06/2020/001/contents.html hyrax server], using the opendap protocol, so we can get it in netcdf4 format instead of the original HDF5.
 +
 
 +
=== <span style="font-family:Arial,Helvetica,sans-serif;"><span style="font-size:medium;">'''GPM-IMERG at NCI'''</span></span> ===
 +
 
 +
The GPM data is available, as part of the Precipitation datasets collection, in:
 +
 
 +
/g/data/ua8/Precipitation/GPM
 +
 
 +
The original data is divided in folders by&nbsp;year
 +
 
 +
<yyyy>/3B-HHR.MS.MRG.3IMERG.<yyyymmdd>-S<hhmmss>-E<hhmmss>.<time-fo-day-in minutes>.V06B.nc4
 +
 
 +
Where S<hhmmss> is the start timestamp, &nbsp;E<hhmmss> is the end timestamp, these are followed by the time of the day expressed as minutes starting form 0000.
 +
 
 +
As an example:
 +
 
 +
2019/3B-HHR.MS.MRG.3IMERG.20191231-S233000-E235959.1410.V06B.nc4
 +
 
 +
We also provide a concatenated version with monthly files:
 +
 
 +
/GPM/concat/gpm_3imerg_v06b_<yyyymm>.nc
 +
 
 +
This is produced using cdo to concatenate the original files
 +
<div style="background:#eeeeee;border:1px solid #cccccc;padding:5px 10px;"><span style="font-family:Arial,Helvetica,sans-serif;"><span style="font-size:small;">cdo --history &nbsp;-L &nbsp;-s &nbsp;-f nc4c &nbsp;-z zip_5 &nbsp;cat 3B-*${yr}${mn}*-S*.nc4 &nbsp; gpm_3imerg_v06b_${yr}${mn}.nc&nbsp;</span></span></div>

Revision as of 02:01, 27 April 2021

work in progress !

Integrated Multi-satellitE Retrievals for GPM

IMERG is an algorithm that combines information from the GPM satellites to estimate global precipitation. IMERG is the continuation of TRMM. The latest Version 06 combines the precipitation estimates collected by the TRMM satellite (2000 - 2015) with the estimates from the GPM satellite (2014 - present).

More information is available on the NASA GPM website.

We download the data from their hyrax server, using the opendap protocol, so we can get it in netcdf4 format instead of the original HDF5.

GPM-IMERG at NCI

The GPM data is available, as part of the Precipitation datasets collection, in:

/g/data/ua8/Precipitation/GPM

The original data is divided in folders by year

<yyyy>/3B-HHR.MS.MRG.3IMERG.<yyyymmdd>-S<hhmmss>-E<hhmmss>.<time-fo-day-in minutes>.V06B.nc4

Where S<hhmmss> is the start timestamp,  E<hhmmss> is the end timestamp, these are followed by the time of the day expressed as minutes starting form 0000.

As an example:

2019/3B-HHR.MS.MRG.3IMERG.20191231-S233000-E235959.1410.V06B.nc4

We also provide a concatenated version with monthly files:

/GPM/concat/gpm_3imerg_v06b_<yyyymm>.nc

This is produced using cdo to concatenate the original files

cdo --history  -L  -s  -f nc4c  -z zip_5  cat 3B-*${yr}${mn}*-S*.nc4   gpm_3imerg_v06b_${yr}${mn}.nc