Page History
HTML |
---|
<style type="text/css"> .paramname { color: #602020; white-space: nowrap; } a.el { font-weight: bold; } .paramtype { white-space: nowrap; } .paramkey { text-align: right; } .memItemLeft { border-top: 1px solid #C4CFE5; } .memItemRight { border-top: 1px solid #C4CFE5; } span.comment { color: #800000 } .mdescLeft { padding: 0px 8px 4px 8px; color: #555; } .mdescRight { padding: 0px 8px 4px 8px; color: #555; } span.stringliteral { color: #002080 } .memname { white-space: nowrap; font-weight: bold; margin-left: 6px; } .memdoc { border-bottom: 1px solid #A8B8D9; border-left: 1px solid #A8B8D9; border-right: 1px solid #A8B8D9; padding: 2px 5px; background-color: #FBFCFD; border-top-width: 0; /* opera specific markup */ border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); /* firefox specific markup */ -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7); /* webkit specific markup */ -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7)); } .memname { white-space: nowrap; font-weight: bold; margin-left: 6px; } .memitem { padding: 0; margin-bottom: 10px; } .memproto { border-top: 1px solid #A8B8D9; border-left: 1px solid #A8B8D9; border-right: 1px solid #A8B8D9; padding: 6px 0px 6px 0px; color: #253555; font-weight: bold; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); /* opera specific markup */ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); border-top-right-radius: 8px; border-top-left-radius: 8px; /* firefox specific markup */ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; -moz-border-radius-topright: 8px; -moz-border-radius-topleft: 8px; /* webkit specific markup */ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-border-top-right-radius: 8px; -webkit-border-top-left-radius: 8px; background-image:url('nav_f.png'); background-repeat:repeat-x; background-color: #E2E8F2; } .params { border-spacing: 6px 2px; } span.keywordtype { color: #604020 } span.keywordflow { color: #e08000 } a.code { color: #4665A2; } pre.fragment { border: 1px solid #C4CFE5; background-color: #FBFCFD; padding: 4px 6px; margin: 4px 8px 4px 2px; overflow: auto; word-wrap: break-word; font-size: 9pt; line-height: 125%; } .fragment { font-family: monospace, fixed; font-size: 105%; } address.footer { text-align: right; padding-right: 12px; } hr.footer { height: 1px; } div.contents { margin-top: 10px; margin-left: 10px; margin-right: 10px; } div.headertitle { padding: 5px 5px 5px 10px; } div.header { background-image:url('nav_h.png'); background-repeat:repeat-x; background-color: #F9FAFC; margin: 0px; border-bottom: 1px solid #C4CFE5; } img.footer { border: 0px; vertical-align: middle; } .exception { border-spacing: 6px 2px; } span.preprocessor { color: #806020 } div.summary { float: right; font-size: 8pt; padding-right: 5px; width: 50%; text-align: right; } div.navpath { width: 100%; line-height: 140%; } </style> <div class="contents"> <h1><a name="PSEC4">Field data values.</a></h1> An array of field values to be encoded in GRIB code or which have been decoded. If there is a bitmap in the GRIB message, this array contains missing data indicators at appropriate places. This array is accessible through the GRIB_API Key " <span style="font-weight: bold;">values</span>". <br /> <p> The value used to indicate a missing value must be supplied as a REAL value in <a href="psec3">PSEC3</a>(2) (<span style="font-weight: bold;">GRIB API key missingValue</span>) or as an INTEGER value in <a href="ksec3">KSEC3(2)</a> <span style="font-weight: bold;">(GRIB API Key missingValue)</span>.</p> <p> Although declared as REAL in GRIBEX, PSEC4 can contain INTEGER data. <a href="ksec4">KSEC4</a>(5) indicates whether values are integer or real<span style="font-style: italic;"><span style="font-weight: bold;">.</span></span><em><strong></strong></em> </p> </div> |