PIO  2.5.4
Functions/Subroutines
Define a Variable

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...
 

Detailed Description

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()

Function/Subroutine Documentation

◆ def_var_0d_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.

Parameters
FileThis structure holds information associated with each open file
nameThe name of the variable to define
typeThe type of variable
vardescVariable description structure.
Return values
ierrThe error return code (see Error Handling for Fortran).
Author
Jim Edwards