Next: Attributes, Previous: Dimensions, Up: Top [Index]
• Variable Introduction: | What are Variables? | |
• Variable Types: | Floating point, integer, and all that | |
• ncmpi_def_var: | Create a Variable | |
• ncmpi_def_var_fill: | Set fill mode for a Variable (1.6.1 and later) | |
• ncmpi_inq_var_fill: | Inquire fill mode of a Variable (1.6.1 and later) | |
• ncmpi_fill_var_rec: | Fill a record of a record variable (1.6.1 and later) | |
• ncmpi_inq_varid: | Get a Variable ID from Its Name | |
• ncmpi_inq_var Family: | Get Information about a Variable from Its ID | |
• ncmpi_put_var1_<type>: | Write a Single Data Value | |
• ncmpi_put_var_<type>: | Write an Entire Variable | |
• ncmpi_put_vara_<type>: | Write an Array of Values | |
• ncmpi_put_vars_<type>: | Write a Subsampled Array of Values | |
• ncmpi_put_varm_<type>: | Write a Mapped Array of Values | |
• ncmpi_put_varn_<type>: | Write a List of Subarrays of Values | |
• ncmpi_put_vard: | Write an Array of Values using filetype | |
• ncmpi_get_var1_<type>: | Read a Single Data Value | |
• ncmpi_get_var_<type>: | Read an Entire Variable | |
• ncmpi_get_vara_<type>: | Read an Array of Values | |
• ncmpi_get_vars_<type>: | Read a Subsampled Array of Values | |
• ncmpi_get_varm_<type>: | Read a Mapped Array of Values | |
• ncmpi_get_varn_<type>: | Read a List of Subarrays of Values | |
• ncmpi_get_vard: | Read an Array of Values using filetype | |
• Strings: | Reading and Writing Character String Values | |
• Fill Values: | What’s Written Where there’s No Data? | |
• ncmpi_rename_var: | Rename a Variable | |
• ncmpi_iput_var<kind>_<type>: | Non-blocking APIs for Writing a Subarray | |
• ncmpi_iget_var<kind>_<type>: | Non-blocking APIs for Reading a Subarray | |
• ncmpi_iput_varn_<type>: | Non-blocking APIs for Writing a List of Subarrays (1.6.0 and later) | |
• ncmpi_iget_varn_<type>: | Non-blocking APIs for Reading a List of Subarrays (1.6.0 and later) | |
• ncmpi_bput_var<kind>_<type>: | Non-blocking Buffered-version APIs for Writing a Subarray (1.3.0 and later) | |
• ncmpi_bput_varn_<type>: | Non-blocking Buffered-version APIs for Writing a List of subarrays (1.6.0 and later) | |
• ncmpi_wait/wait_all: | Wait function for Non-blocking APIs | |
• ncmpi_inq_nreqs: | inquire number of pending nonblocking requests | |
• ncmpi_inq_buffer Family: | inquire information about the attached buffer used by buffered put APIs | |
• ncmpi_cancel: | cancel one or more pending nonblocking requests |
Next: Attributes, Previous: Dimensions, Up: Top [Index]