SOLab product specification
From
(→Header) |
(→Product design) |
||
Line 4: | Line 4: | ||
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> | ||
- | === | + | === Product ID === |
- | SOLAB_AMSRE_? | + | SOLAB_AMSRE_? |
+ | === Filename === | ||
+ | There are several patterns for filename convention. For example, all Ascat files use next convention: | ||
+ | <blockquote> | ||
+ | <INSTRUMENT_ID>_<PRODUCT_TYPE>_<PROCESSING_LEVEL>_<SPACECRAFT_ID>_ | ||
+ | _<SENSING_START>_<SENSING_END>_<PROCESSING_MODE>_<DISPOSITION_MODE>_ | ||
+ | _<PROCESSING_ TIME> | ||
+ | </blockquote> | ||
- | === | + | Therefore, filename format of SOLab products is recommended to follow next pattern: |
+ | |||
+ | SOLAB_AMSRE_L2_YYYYMMdd_v1.nc | ||
+ | |||
+ | * YYYYMMdd - year, month and day | ||
+ | |||
+ | === NetCDF structure === | ||
==== Header ==== | ==== Header ==== | ||
{| border="1" cellpadding="20" cellspacing="0" | {| border="1" cellpadding="20" cellspacing="0" |
Revision as of 14:10, 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.
Product ID
SOLAB_AMSRE_?
Filename
There are several patterns for filename convention. For example, all Ascat files use next convention:
<INSTRUMENT_ID>_<PRODUCT_TYPE>_<PROCESSING_LEVEL>_<SPACECRAFT_ID>_ _<SENSING_START>_<SENSING_END>_<PROCESSING_MODE>_<DISPOSITION_MODE>_ _<PROCESSING_ TIME>
Therefore, filename format of SOLab products is recommended to follow next pattern:
SOLAB_AMSRE_L2_YYYYMMdd_v1.nc
- YYYYMMdd - year, month and day
NetCDF structure
Header
Attribute | Value |
---|---|
NC_GLOBAL.title | full product name |
NC_GLOBAL.title_short_name | product identifier |
NC_GLOBAL.institution | SOLAB/RSHU |
NC_GLOBAL.source | satellite AMSR-E |
NC_GLOBAL.history | N/A |
NC_GLOBAL.references | html page with product specification, should be on SOLab website |
NC_GLOBAL.comment | |
NC_GLOBAL.Conventions | CF-1.6 |
NC_GLOBAL.pixel_size_on_horizontal | 10km |
NC_GLOBAL.processing_level | L2 |
NC_GLOBAL.granule_name | variable |
NC_GLOBAL.start_date | variable |
NC_GLOBAL.start_time | variable |
NC_GLOBAL.stop_date | variable |
NC_GLOBAL.stop_time | variable |
NC_GLOBAL.creation_date | variable |
NC_GLOBAL.creation_time | variable |
Variables
Variable | Attributes |
---|---|
latitude |
|
longitude |
|
time |
|
atmosphere_water_vapor_content |
|
atmosphere_cloud_liquid_water_content |
|
wind_speed |
|
sea_surface_temperature |
|