IODA Bundle
netcdf_mod::get_netcdf_var_1d Interface Reference

Private Member Functions

subroutine get_netcdf_var_1d_real (fileid, variable, dim1, output)
 
subroutine get_netcdf_var_1d_integer (fileid, variable, dim1, output)
 
subroutine get_netcdf_var_1d_char (fileid, variable, dim1, output)
 

Detailed Description

Definition at line 19 of file netcdf_mod.f90.

Member Function/Subroutine Documentation

◆ get_netcdf_var_1d_char()

subroutine netcdf_mod::get_netcdf_var_1d::get_netcdf_var_1d_char ( integer, intent(in)  fileid,
character(len=*), intent(in)  variable,
integer, intent(in)  dim1,
character(len=*), dimension(dim1), intent(inout)  output 
)
private

Definition at line 123 of file netcdf_mod.f90.

◆ get_netcdf_var_1d_integer()

subroutine netcdf_mod::get_netcdf_var_1d::get_netcdf_var_1d_integer ( integer, intent(in)  fileid,
character(len=*), intent(in)  variable,
integer, intent(in)  dim1,
integer, dimension(dim1), intent(inout)  output 
)
private

Definition at line 101 of file netcdf_mod.f90.

◆ get_netcdf_var_1d_real()

subroutine netcdf_mod::get_netcdf_var_1d::get_netcdf_var_1d_real ( integer, intent(in)  fileid,
character(len=*), intent(in)  variable,
integer, intent(in)  dim1,
real, dimension(dim1), intent(inout)  output 
)
private

Definition at line 79 of file netcdf_mod.f90.


The documentation for this interface was generated from the following file: