| 
    PIO
    2.5.4
    
   | 
 
Define a new variable in Fortran. More...
Functions/Subroutines | |
| integer function | pio_nf::def_var_0d_desc (File, name, type, vardesc) | 
| File descriptor structure.  More... | |
Define a new variable in Fortran.
Use the generic functions to call the underlying Fortran functions.
| Generic Function | Function(s) | 
|---|---|
| pio_def_var() | def_var_0d_desc(), def_var_md_desc(), def_var_0d_id(), def_var_md_id() | 
| pio_def_var_deflate() | def_var_deflate_desc(), def_var_deflate_id() | 
| pio_def_var_chunking() | def_var_chunking_desc() | 
| integer function pio_nf::def_var_0d_desc | ( | type (file_desc_t), intent(in) | File, | 
| character(len=*), intent(in) | name, | ||
| integer, intent(in) | type, | ||
| type (var_desc_t), intent(inout) | vardesc | ||
| ) | 
File descriptor structure.
Defines a netcdf variable.
| File | This structure holds information associated with each open file | 
| name | The name of the variable to define | 
| type | The type of variable | 
| vardesc | Variable description structure. | 
| ierr | The error return code (see Error Handling for Fortran). | 
 1.8.17