PIO  2.5.4
Functions/Subroutines
Define a Dimension

Define a new dimension, with name and length in Fortran. More...

Functions/Subroutines

integer function pio_nf::def_dim_int_desc (File, name, len, dimid)
 File descriptor structure. More...
 

Detailed Description

Define a new dimension, with name and length in Fortran.

Use the generic functions to call the underlying Fortran functions.

Generic Function Function(s)
pio_def_dim() def_dim_desc(), def_dim_id(), def_dim_int_desc(), def_dim_int_id()

Function/Subroutine Documentation

◆ def_dim_int_desc()

integer function pio_nf::def_dim_int_desc ( type (file_desc_t), intent(in)  File,
character(len=*), intent(in)  name,
integer, intent(in)  len,
integer, intent(out)  dimid 
)

File descriptor structure.

Defines the netcdf dimension.

Parameters
FileThis structure holds information associated with each open file
nameThe name of the dimension to define
lenThe size of the dimension
dimidThe dimension identifier
Author
Jim Edwards