Skip to content

Commit

Permalink
Fix for mapping of bytes for PDT 4.32
Browse files Browse the repository at this point in the history
Fixed byte length at index 8 from -2 to -4.
  • Loading branch information
EricEngle-NOAA committed Jan 26, 2024
1 parent 99018c8 commit f39769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdstemplates.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static const struct pdstemplate templatespds[G2C_MAX_PDS_TEMPLATE] =
statistical processing */
{1101, 22, 0, {1, 1, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4, 4, 1, 1, 1, 4, 1, 4}},
/** 4.32:Simulate (synthetic) Satellite Product */
{32, 10, 1, {1, 1, 1, 1, 1, 2, 1, 1, -2, 1}},
{32, 10, 1, {1, 1, 1, 1, 1, 2, 1, 1, -4, 1}},
/** 4.44: Analysis or forecast at a horizontal level or in a horizontal layer
at a point in time for Aerosol */
{44, 21, 0, {1, 1, 2, 1, -1, -4, -1, -4, 1, 1, 1, 2, 1, 1, -2, 1, -1, -4, 1, -1, -4}},
Expand Down

0 comments on commit f39769b

Please sign in to comment.