Interface for reading integer variables.
More...
Interface for reading integer variables.
◆ nf_get_var_int()
integer function netcdf_inc::nf_get_var_int::nf_get_var_int |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, intent(out) |
ivals |
|
) |
| |
Read an integer value.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[out] | ivals | Integer to store the value. |
◆ nf_get_var_1d_int()
integer function netcdf_inc::nf_get_var_int::nf_get_var_1d_int |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(out) |
ivals |
|
) |
| |
Read an integer valued array.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[out] | ivals | Integer array to store the value. |
◆ nf_get_var_2d_int()
integer function netcdf_inc::nf_get_var_int::nf_get_var_2d_int |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:,:), intent(out) |
ivals |
|
) |
| |
Read an integer valued 2D array.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[out] | ivals | Integer array to store the value. |
◆ nf_get_var_3d_int()
integer function netcdf_inc::nf_get_var_int::nf_get_var_3d_int |
( |
integer, intent(in) |
ncid, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:,:,:), intent(out) |
ivals |
|
) |
| |
Read an integer valued 3D array.
- Parameters
-
[in] | ncid | Netcdf file id. |
[in] | varid | Variable id. |
[out] | ivals | Integer array to store the value. |
The documentation for this interface was generated from the following file: