Copy an attribute between netCDF variables . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncvarattrcopy (to, attrname, from, stat) |
Copy an attribute between netCDF variables
.
Definition in file gdncvarattrcopy.f90.
| subroutine gdncvarattrcopy | ( | type(gd_nc_variable), intent(in) | to, |
| character(len = *), intent(in) | attrname, | ||
| type(gd_nc_variable), intent(in) | from, | ||
| integer, intent(out) | stat ) |
Copy a named attribute from one variable to another
Copies an attribute from the source variable to the destination variable.
| [in] | to | Destination variable handle |
| [in] | attrname | Attribute name |
| [in] | from | Source variable handle |
| [out] | stat | Status code |
Definition at line 34 of file gdncvarattrcopy.f90.
References dc_error::storeerror(), and gtdata_netcdf_internal::vtable_lookup().