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 | ||
| ) |
Get numeric attribute value (double type)
Retrieves a numeric attribute from a netCDF variable.
| [in] | var | Variable handle |
| [in] | name | Attribute name |
| [out] | value | Array to store attribute values |
| [out] | stat | Status (see file header for interpretation) |
| [in] | default | Default value if attribute not found (optional) |
Definition at line 270 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 | ||
| ) |
Get numeric attribute value (int type)
Retrieves a numeric attribute from a netCDF variable.
| [in] | var | Variable handle |
| [in] | name | Attribute name |
| [out] | value | Array to store attribute values |
| [out] | stat | Status (see file header for interpretation) |
| [in] | default | Default value if attribute not found (optional) |
Definition at line 66 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 | ||
| ) |
Get numeric attribute value (real type)
Retrieves a numeric attribute from a netCDF variable.
| [in] | var | Variable handle |
| [in] | name | Attribute name |
| [out] | value | Array to store attribute values |
| [out] | stat | Status (see file header for interpretation) |
| [in] | default | Default value if attribute not found (optional) |
Definition at line 168 of file gdncattrgetnum.f90.
References dc_url::gt_plus, dc_types::sp, dc_types::string, and gtdata_netcdf_internal::vtable_lookup().