PIO
2.5.4
|
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... | |
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() |
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.
File | This structure holds information associated with each open file |
name | The name of the dimension to define |
len | The size of the dimension |
dimid | The dimension identifier |