NCEPLIBS-w3emc 2.12.0
|
Packs grib pds extension 41- for ensemble. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pdsens (kens, kprob, xprob, kclust, kmembr, ilast, msga) |
Packs brib pds extension starting on byte 41 for ensemble forecast products. | |
subroutine pdsens | ( | integer, dimension(5) | kens, |
integer, dimension(2) | kprob, | ||
dimension(2) | xprob, | ||
integer, dimension(16) | kclust, | ||
integer, dimension(80) | kmembr, | ||
ilast, | |||
character*1, dimension(100) | msga | ||
) |
Packs brib pds extension starting on byte 41 for ensemble forecast products.
For format of pds extension, see nmc office note 38.
Program history log:
[in] | KENS | (5) Bytes 41-45 (general section, always present.) |
[in] | KPROB | (2) Bytes 46-47 (probability section, present only if needed). |
[in] | XPROB | (2) Bytes 48-51&52-55 (probability section, if needed.). |
[in] | KCLUST | (16) Bytes 61-76 (clustering section, if needed.). |
[in] | KMEMBR | (80) Bytes 77-86 (cluster membership section, if needed.). |
[in] | ILAST | Last byte to be packed (if greater or equal to first byte in any of four sections above, whole section is packed). |
[out] | MSGA | - Full pds section, including new ensemble extension. |