1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442
|
<!-- Generated by Harlequin WebMaker 2.2.3 (24-Apr-1996)
LispWorks 3.2.2 -->
<HTML> <HEAD>
<TITLE></TITLE>
</HEAD>
<BODY bgcolor="#ffffff">
<A NAME=HEADING3></A>
<A HREF="guidef-4.html">[Next] </A><A HREF="guidef-2.html">[Previous] </A><A HREF="guidef-1.html">[Top] </A><A HREF="guidef-21.html">[Index] </A><A HREF="http://www.unidata.ucar.edu/packages/netcdf/">[netCDF Home Page]</A><A HREF="http://www.unidata.ucar.edu/">[Unidata Home Page]</A><P>
NetCDF User's Guide for Fortran<P>
<A NAME=HEADING3-0></A>
<H1></H1>
<HR>
<!-- TOC --><DL>
<DT><A HREF="guidef-3.html#HEADING3-0"><B></B></A>
<DD>
<DT><A HREF="guidef-4.html#HEADING4-0"><B></B>Foreword</A>
<DD>
<DT><A HREF="guidef-5.html#HEADING5-0"><B></B>Summary</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-0"><B>1 </B> - Introduction</A>
<DD>
<DL>
<DT><A HREF="guidef-6.html#HEADING6-1"><B>1.1 </B> - The NetCDF Interface</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-6"><B>1.2 </B> - NetCDF Is Not a Database Management System</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-11"><B>1.3 </B> - File Format</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-15"><B>1.4 </B> - What about Performance?</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-19"><B>1.5 </B> - Is NetCDF a Good Archive Format?</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-21"><B>1.6 </B> - Creating Self-Describing Data conforming to Conventions</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-26"><B>1.7 </B> - Background and Evolution of the NetCDF Interface</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-39"><B>1.8 </B> - What's New Since the Previous Release?</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-47"><B>1.9 </B> - Limitations of NetCDF</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-56"><B>1.10 </B> - Future Plans for NetCDF</A>
<DD>
<DT><A HREF="guidef-6.html#HEADING6-58"><B></B>References</A>
<DD>
</DL>
<DT><A HREF="guidef-7.html#HEADING7-0"><B>2 </B> - Components of a NetCDF Dataset</A>
<DD>
<DL>
<DT><A HREF="guidef-7.html#HEADING7-1"><B>2.1 </B> - The NetCDF Data Model</A>
<DD>
<DT><A HREF="guidef-7.html#HEADING7-4"><B>2.1.1 </B> - Naming Conventions</A>
<DD>
<DT><A HREF="guidef-7.html#HEADING7-6"><B>2.1.2 </B> - network Common Data Form Language (CDL)</A>
<DD>
<DT><A HREF="guidef-7.html#HEADING7-49"><B>2.2 </B> - Dimensions</A>
<DD>
<DT><A HREF="guidef-7.html#HEADING7-57"><B>2.3 </B> - Variables</A>
<DD>
<DT><A HREF="guidef-7.html#HEADING7-67"><B>2.3.1 </B> - Coordinate Variables</A>
<DD>
<DT><A HREF="guidef-7.html#HEADING7-81"><B>2.4 </B> - Attributes</A>
<DD>
<DT><A HREF="guidef-7.html#HEADING7-97"><B>2.5 </B> - Differences between Attributes and Variables</A>
<DD>
</DL>
<DT><A HREF="guidef-8.html#HEADING8-0"><B>3 </B> - Data</A>
<DD>
<DL>
<DT><A HREF="guidef-8.html#HEADING8-2"><B>3.1 </B> - netCDF external data types</A>
<DD>
<DT><A HREF="guidef-8.html#HEADING8-13"><B>3.2 </B> - Data Access</A>
<DD>
<DT><A HREF="guidef-8.html#HEADING8-18"><B>3.2.1 </B> - Forms of Data Access</A>
<DD>
<DT><A HREF="guidef-8.html#HEADING8-30"><B>3.2.2 </B> - An Example of Array-Section Access</A>
<DD>
<DT><A HREF="guidef-8.html#HEADING8-54"><B>3.2.3 </B> - More on General Array Section Access</A>
<DD>
<DT><A HREF="guidef-8.html#HEADING8-60"><B>3.3 </B> - Type Conversion</A>
<DD>
<DT><A HREF="guidef-8.html#HEADING8-69"><B>3.4 </B> - Data Structures</A>
<DD>
</DL>
<DT><A HREF="guidef-9.html#HEADING9-0"><B>4 </B> - Use of the NetCDF Library</A>
<DD>
<DL>
<DT><A HREF="guidef-9.html#HEADING9-3"><B>4.1 </B> - Creating a NetCDF Dataset</A>
<DD>
<DT><A HREF="guidef-9.html#HEADING9-22"><B>4.2 </B> - Reading a NetCDF Dataset with Known Names</A>
<DD>
<DT><A HREF="guidef-9.html#HEADING9-38"><B>4.3 </B> - Reading a netCDF Dataset with Unknown Names</A>
<DD>
<DT><A HREF="guidef-9.html#HEADING9-64"><B>4.4 </B> - Adding New Dimensions, Variables, Attributes</A>
<DD>
<DT><A HREF="guidef-9.html#HEADING9-85"><B>4.5 </B> - Error Handling</A>
<DD>
<DT><A HREF="guidef-9.html#HEADING9-89"><B>4.6 </B> - Compiling and Linking with the NetCDF Library</A>
<DD>
</DL>
<DT><A HREF="guidef-10.html#HEADING10-0"><B>5 </B> - Datasets</A>
<DD>
<DL>
<DT><A HREF="guidef-10.html#HEADING10-16"><B>5.1 </B> - NetCDF Library Interface Descriptions</A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-25"><B>5.2 </B> - Get error message corresponding to error status: NF_STRERROR </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-27"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-31"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-42"><B>5.3 </B> - Get netCDF library version: NF_INQ_LIBVERS </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-44"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-48"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-53"><B>5.4 </B> - Create a NetCDF dataset: NF_CREATE </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-56"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-65"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-73"><B>5.5 </B> - Open a NetCDF Dataset for Access: NF_OPEN </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-75"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-81"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-89"><B>5.6 </B> - Put Open NetCDF Dataset into Define Mode: NF_REDEF </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-91"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-98"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-109"><B>5.7 </B> - Leave Define Mode: NF_ENDDEF </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-112"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-118"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-131"><B>5.8 </B> - Close an Open NetCDF Dataset: NF_CLOSE </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-133"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-139"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-152"><B>5.9 </B> - Inquire about an Open NetCDF Dataset: NF_INQ Family</A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-156"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-167"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-178"><B>5.10 </B> - Synchronize an Open NetCDF Dataset to Disk: NF_SYNC </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-188"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-194"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-207"><B>5.11 </B> - Back Out of Recent Definitions: NF_ABORT </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-209"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-215"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-234"><B>5.12 </B> - Set Fill Mode for Writes: NF_SET_FILL </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-245"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-10.html#HEADING10-253"><B>Example</B> - </A>
<DD>
</DL>
<DT><A HREF="guidef-11.html#HEADING11-0"><B>6 </B> - Dimensions</A>
<DD>
<DL>
<DT><A HREF="guidef-11.html#HEADING11-10"><B>6.1 </B> - Create a Dimension: NF_DEF_DIM </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-12"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-22"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-35"><B>6.2 </B> - Get a Dimension ID from Its Name: NF_INQ_DIMID </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-37"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-44"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-55"><B>6.3 </B> - Inquire about a Dimension: NF_INQ_DIM Family</A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-58"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-69"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-90"><B>6.4 </B> - Rename a Dimension: NF_RENAME_DIM </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-92"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-11.html#HEADING11-101"><B>Example</B> - </A>
<DD>
</DL>
<DT><A HREF="guidef-12.html#HEADING12-0"><B>7 </B> - Variables</A>
<DD>
<DL>
<DT><A HREF="guidef-12.html#HEADING12-17"><B>7.1 </B> - Language Types Corresponding to netCDF external data types</A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-22"><B>7.2 </B> - Create a Variable: NF_DEF_VAR </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-24"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-37"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-63"><B>7.3 </B> - Get a Variable ID from Its Name: NF_INQ_VARID </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-65"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-72"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-83"><B>7.4 </B> - Get Information about a Variable from Its ID: NF_INQ_VAR family</A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-87"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-106"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-125"><B>7.5 </B> - Write a Single Data Value: NF_PUT_VAR1_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-127"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-147"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-164"><B>7.6 </B> - Write an Entire Variable: NF_PUT_VAR_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-166"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-186"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-207"><B>7.7 </B> - Write an Array of Values: NF_PUT_VARA_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-209"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-236"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-261"><B>7.8 </B> - Write a Subsampled Array of Values: NF_PUT_VARS_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-263"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-289"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-315"><B>7.9 </B> - Write a Mapped Array of Values: NF_PUT_VARM_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-317"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-349"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-411"><B>7.10 </B> - Read a Single Data Value: NF_GET_VAR1_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-413"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-434"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-451"><B>7.11 </B> - Read an Entire Variable NF_GET_VAR_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-453"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-473"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-490"><B>7.12 </B> - Read an Array of Values: NF_GET_VARA_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-492"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-520"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-540"><B>7.13 </B> - Read a Subsampled Array of Values: NF_GET_VARS_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-542"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-568"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-589"><B>7.14 </B> - Read a Mapped Array of Values: NF_GET_VARM_type </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-591"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-623"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-685"><B>7.15 </B> - Reading and Writing Character String Values</A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-734"><B>7.16 </B> - Fill Values</A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-740"><B>7.17 </B> - Rename a Variable: NF_RENAME_VAR </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-742"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-12.html#HEADING12-750"><B>Example</B> - </A>
<DD>
</DL>
<DT><A HREF="guidef-13.html#HEADING13-0"><B>8 </B> - Attributes</A>
<DD>
<DL>
<DT><A HREF="guidef-13.html#HEADING13-12"><B>8.1 </B> - Attribute Conventions</A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-14"><B>8.2 </B> - Create an Attribute: NF_PUT_ATT_type </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-16"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-45"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-71"><B>8.3 </B> - Get Information about an Attribute: NF_INQ_ATT Family</A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-75"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-96"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-114"><B>8.4 </B> - Get Attribute's Values: NF_GET_ATT_type </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-116"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-141"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-179"><B>8.5 </B> - Copy Attribute from One NetCDF to Another: NF_COPY_ATT </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-181"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-192"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-218"><B>8.6 </B> - Rename an Attribute: NF_RENAME_ATT </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-220"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-231"><B>Example</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-248"><B>8.7 </B> - Delete an Attribute: NF_DEL_ATT </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-250"><B>Usage</B> - </A>
<DD>
<DT><A HREF="guidef-13.html#HEADING13-259"><B>Example</B> - </A>
<DD>
</DL>
<DT><A HREF="guidef-14.html#HEADING14-0"><B>9 </B> - NetCDF File Structure and Performance</A>
<DD>
<DL>
<DT><A HREF="guidef-14.html#HEADING14-4"><B>9.1 </B> - Parts of a NetCDF File</A>
<DD>
<DT><A HREF="guidef-14.html#HEADING14-15"><B>9.2 </B> - The Extended XDR Layer</A>
<DD>
<DT><A HREF="guidef-14.html#HEADING14-19"><B>9.3 </B> - The I/O Layer</A>
<DD>
<DT><A HREF="guidef-14.html#HEADING14-25"><B>9.4 </B> - UNICOS Optimization</A>
<DD>
</DL>
<DT><A HREF="guidef-15.html#HEADING15-0"><B>10 </B> - NetCDF Utilities</A>
<DD>
<DL>
<DT><A HREF="guidef-15.html#HEADING15-10"><B>10.1 </B> - CDL Syntax</A>
<DD>
<DT><A HREF="guidef-15.html#HEADING15-46"><B>10.2 </B> - CDL Data Types</A>
<DD>
<DT><A HREF="guidef-15.html#HEADING15-54"><B>10.3 </B> - CDL Notation for Data Constants</A>
<DD>
<DT><A HREF="guidef-15.html#HEADING15-88"><B>10.4 </B> - ncgen</A>
<DD>
<DT><A HREF="guidef-15.html#HEADING15-93"><B></B>Examples</A>
<DD>
<DT><A HREF="guidef-15.html#HEADING15-100"><B>10.5 </B> - ncdump</A>
<DD>
<DT><A HREF="guidef-15.html#HEADING15-110"><B></B>Examples</A>
<DD>
</DL>
<DT><A HREF="guidef-16.html#HEADING16-0"><B>11 </B> - Answers to Some Frequently Asked Questions</A>
<DD>
<DL>
<DT><A HREF="guidef-16.html#HEADING16-2"><B></B>What Is netCDF?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-10"><B></B> How do I get the netCDF software package?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-18"><B></B>Is there any access to netCDF information on the World Wide Web?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-21"><B></B>What has changed since the previous release?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-24"><B></B>Is there a mailing list for netCDF discussions and questions?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-27"><B></B>Who else uses netCDF?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-31"><B></B>What is the physical format for a netCDF files?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-34"><B></B>What does netCDF run on?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-49"><B></B>What other software is available for netCDF data?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-53"><B></B>What other formats are available for scientific data?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-55"><B></B>How do I make a bug report?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-57"><B></B>How do I search through past problem reports?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-59"><B></B>How does the C++ interface differ from the C interface?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-61"><B></B>How does the FORTRAN interface differ from the C interface?</A>
<DD>
<DT><A HREF="guidef-16.html#HEADING16-63"><B></B>How does the Perl interface differ from the C interface?</A>
<DD>
</DL>
<DT><A HREF="guidef-17.html#HEADING17-0"><B>Appendix A </B> - Units</A>
<DD>
<DT><A HREF="guidef-18.html#HEADING18-0"><B>Appendix B </B> - File Format Specification</A>
<DD>
<DL>
<DT><A HREF="guidef-18.html#HEADING18-3"><B></B>The Format in Detail</A>
<DD>
<DT><A HREF="guidef-18.html#HEADING18-121"><B></B>Computing File Offsets</A>
<DD>
<DT><A HREF="guidef-18.html#HEADING18-153"><B></B>Examples</A>
<DD>
</DL>
<DT><A HREF="guidef-19.html#HEADING19-0"><B>Appendix C </B> - Summary of FORTRAN Interface</A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-0"><B>Appendix D </B> - NetCDF 2 FORTRAN Transition Guide</A>
<DD>
<DL>
<DT><A HREF="guidef-20.html#HEADING20-1"><B></B>Overview of FORTRAN interface changes</A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-11"><B></B>The New FORTRAN Interface</A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-49"><B></B>Function Naming Conventions</A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-60"><B></B>Type Conversion</A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-66"><B></B>Error handling</A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-69"><B></B>NCLONG and NF_INT </A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-71"><B></B>What's Missing?</A>
<DD>
<DT><A HREF="guidef-20.html#HEADING20-74"><B></B>Other Changes</A>
<DD>
</DL>
<DT><A HREF="guidef-21.html#HEADING21-0"><B></B></A>
<DD>
</DL>
<HR>
<ADDRESS>NetCDF User's Guide for Fortran - 4 JUN 1997</ADDRESS>
<A HREF="guidef-4.html">[Next] </A><A HREF="guidef-2.html">[Previous] </A><A HREF="guidef-1.html">[Top] </A><A HREF="guidef-21.html">[Index] </A><A HREF="http://www.unidata.ucar.edu/packages/netcdf/">[netCDF Home Page]</A><A HREF="http://www.unidata.ucar.edu/">[Unidata Home Page]</A><P>
<A HREF="http://www.unidata.ucar.edu/packages/netcdf/">[netCDF Home Page]</A><A HREF="http://www.unidata.ucar.edu/">[Unidata Home Page]</A><P>
</BODY>
|