Go to the source code of this file.
Functions/Subroutines | |
subroutine | gdncattrgetint (var, name, value, stat, default) |
subroutine | gdncattrgetreal (var, name, value, stat, default) |
subroutine | gdncattrgetdouble (var, name, value, stat, default) |
subroutine gdncattrgetdouble | ( | type(gd_nc_variable), intent(in) | var, |
character(len = *), intent(in) | name, | ||
real(dp), dimension(:), intent(out) | value, | ||
integer, intent(out) | stat, | ||
real(dp), intent(in), optional | default | ||
) |
Definition at line 200 of file gdncattrgetnum.f90.
References dc_types::dp, dc_url::gt_plus, dc_types::string, and gtdata_netcdf_internal::vtable_lookup().
subroutine gdncattrgetint | ( | type(gd_nc_variable), intent(in) | var, |
character(len = *), intent(in) | name, | ||
integer, dimension(:), intent(out) | value, | ||
integer, intent(out) | stat, | ||
integer, intent(in), optional | default | ||
) |
Definition at line 32 of file gdncattrgetnum.f90.
References dc_url::gt_plus, dc_types::string, and gtdata_netcdf_internal::vtable_lookup().
subroutine gdncattrgetreal | ( | type(gd_nc_variable), intent(in) | var, |
character(len = *), intent(in) | name, | ||
real(sp), dimension(:), intent(out) | value, | ||
integer, intent(out) | stat, | ||
real(sp), intent(in), optional | default | ||
) |
Definition at line 116 of file gdncattrgetnum.f90.
References dc_url::gt_plus, dc_types::sp, dc_types::string, and gtdata_netcdf_internal::vtable_lookup().