awips2/docs/cave/goes-16-satellite.md

132 lines
4 KiB
Markdown
Raw Normal View History

2018-09-05 11:16:39 -06:00
The GOES-R decoder supports the ingest and display of NOAAport provisional products (currently on the NOTHER feed), as well as Level 2b netCDF files. A GOES-R Geostationary Lightning Mapper (GLM) decoder is also provided to handle sensor lightning observations.
GOES-R products are accessible in the menu **Satellite** > **GOES-16 Provisional Products**
![](../images/goes_16_menu.png)
---
## NOAAport Provisional Products
### LDM Pattern Action
NOTHER ^(TI[RS]...) (KNES) (......) (...)
FILE -close -edex
/awips2/data_store/satellite/goes16/\1_\2_\3_\4_(seq).gini
### Puerto Rico sector (PRREGI)
![](../images/goes_16_pr.png)
### CONUS 1km
![](../images/goes_16_conus.png)
### Full Disk 6km
![](../images/goes_16_fd.png)
### Mesoscale Sectors (TMESO-1, TMESO-2)
Two floating mesoscale sectors (will vary from image shown)
![](../images/goes_16_meso.png)
### Icing Composite
Channels 5,3,2 (1.61u, 0.87u, 0.64u)
![](../images/goes_16_comp1.png)
### Daytime Composite 1
Channels 2,5,14 (0.64u, 1.61u, 11.20u)
![](../images/goes_16_comp2.png)
### Daytime Composite 2
Channels 2,3,2 (0.64u, 0.87u, 0.64u)
![](../images/goes_16_comp3.png)
!!! warning "GOES-16 Composite Imagery NOT SUPPORTED on macOS"
2017-07-10 14:39:30 -06:00
OpenGL Shading Language limitations prevent multi-channel imagery from displaying correctly on Mac:
2017-07-10 14:39:30 -06:00
* Icing (1.61, 0.87, 0.64)
* Daytime Composite (0.64, 1.61, 11.20)
* Daytime Composite (0.64, 0.87, 0.64)
To display multi-channel composites requires CAVE for Linux or Windows.
### HDF5 Data Store
Decoded GOES-R satellite images are stored in `/awips2/edex/data/hdf5/satellite/` under sector subdirectories:
drwxr-xr-x 18 awips fxalpha PRREGI
drwxr-xr-x 18 awips fxalpha TCONUS
drwxr-xr-x 18 awips fxalpha TFD
drwxr-xr-x 18 awips fxalpha TMESO-1
drwxr-xr-x 18 awips fxalpha TMESO-2
---
## Level 2+ Products
Level 2+ products are described as derived environmental variables which will be created and disseminated when GOES-16 is used operationally (compared to **Level 0**, described as unprocessed instrument data at full resolution, and **Level 1b** products, described as radiometric and geometric correction applied to produce parameters in physical units).
2018-09-05 11:16:39 -06:00
Unidata does not currently have access to these products, but EDEX can support their ingest if a feed is available.
[Read more about GOES-R data levels...](http://www.goes-r.gov/ground/overview.html)
### Level 2+ Decoder Regular Expression
From `/awips2/edex/data/utility/common_static/base/distribution/goesr.xml`
^OR_ABI-L2-\w{3,5}(C|F|M1|M2)-M[34]_G\d\d_s\d{14}_e\d{14}_c\d{14}.nc$
---
2017-07-10 13:56:52 -06:00
## Geostationary Lightning Mapper (GLM)
2017-06-14 22:21:04 -06:00
NASA's SPoRT MSFC Earth Science Office has contributed plugins to decode GLM level2 products, displayed as point data in CAVE.
2018-02-15 12:15:17 -07:00
While Unidata is not currently distributing GLM products, you can [download a sample netCDF file](https://www.unidata.ucar.edu/software/awips2/OR_GLM-L2-LCFA_G16_s20170402339144_e20170402339307_c20170402339509.nc) and copy it to `/awips2/data_store/ingest/` in order to test the decoding and display of GOES-R lightning data.
### Ingest Sample Data
Run the single command from your EDEX server to ingest a single-time sample data set:
2018-02-15 12:15:17 -07:00
wget https://www.unidata.ucar.edu/software/awips2/OR_GLM-L2-LCFA_G16_s20170402339144.nc -P /awips2/data_store/ingest/
### Display GLM Lightning Data
2017-06-14 22:21:04 -06:00
Load GLM data from the menu **Satellite** > **GOES-16 Provisional** > **GLM-Lightning**. Data are displayable as **Flash**, **Event**, and **Group** and 1min, 5min, 15min, and 1hr intervals.
![](../images/goes_16_glmmenu.png)
![](../images/goes_16_glm.png)
2017-07-10 15:09:50 -06:00
## Derived Motion Winds
At the bottom of the menu **Satellite** > **GOES-16 Provisional Products** are sub-menus for GOES-16 Derived Motion Wind (DMW) products. Select the sub-menu **GOES-Test** and then region (CONUS, Full Disk, Mesoscale), and then select the wind product by level:
* By Pressure
* By Mandatory Levels
* By Channel
![](../images/goesr_dmw.png)