SOLab product specification
From
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
- | Current document describes the format of the new product. Please also refer to the [[NetCDF_format_specification|short summary]] of the CF convention | + | Current document describes the format of the new product. Please also refer to the [[NetCDF_format_specification|short summary]] of the CF convention prepared from the original source [http://cf-pcmdi.llnl.gov/documents/cf-standard-names/guidelines CF convention]. |
== Product design == | == Product design == | ||
Given: <blockquote>lat, lon, time, 4 parameters: Q – water vapor, W – cloud liquid, V – wind speed, T – temperature. This is for one swath, and we have 14 ascending and 14 descending swaths per day. Time is for a scan, pixels in scan are always 196, number of scans per swath is about 2000 and this varies from swath to swath.</blockquote> | Given: <blockquote>lat, lon, time, 4 parameters: Q – water vapor, W – cloud liquid, V – wind speed, T – temperature. This is for one swath, and we have 14 ascending and 14 descending swaths per day. Time is for a scan, pixels in scan are always 196, number of scans per swath is about 2000 and this varies from swath to swath.</blockquote> | ||
+ | |||
+ | === Filename structure === | ||
+ | |||
+ | SOLAB_AMSRE_?_YYYYMMdd_v1.nc | ||
+ | |||
=== Recommended NetCDF format structure === | === Recommended NetCDF format structure === | ||
+ | ==== Header ==== | ||
+ | {| border="1" cellpadding="20" cellspacing="0" | ||
+ | !Variable | ||
+ | !Attributes | ||
+ | |- | ||
+ | | | ||
+ | |} | ||
+ | ==== Variables ==== | ||
{| border="1" cellpadding="20" cellspacing="0" | {| border="1" cellpadding="20" cellspacing="0" | ||
!Variable | !Variable |
Revision as of 11:42, 27 May 2013
Current document describes the format of the new product. Please also refer to the short summary of the CF convention prepared from the original source CF convention.
Contents |
Product design
Given:
lat, lon, time, 4 parameters: Q – water vapor, W – cloud liquid, V – wind speed, T – temperature. This is for one swath, and we have 14 ascending and 14 descending swaths per day. Time is for a scan, pixels in scan are always 196, number of scans per swath is about 2000 and this varies from swath to swath.
Filename structure
SOLAB_AMSRE_?_YYYYMMdd_v1.nc
Recommended NetCDF format structure
Header
Variable | Attributes |
---|---|
Variables
Variable | Attributes |
---|---|
latitude |
|
longitude |
|
time |
|
atmosphere_water_vapor_content |
|
atmosphere_cloud_liquid_water_content |
|
wind_speed |
|
sea_surface_temperature |
|