netCDF 変数間で属性をコピー More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncvarattrcopy (to, attrname, from, stat) |
netCDF 変数間で属性をコピー
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 ) |
指定された属性を変数間でコピー
ソース変数からデスティネーション変数へ属性をコピーします。
| [in] | to | コピー先変数ハンドル |
| [in] | attrname | 属性名 |
| [in] | from | コピー元変数ハンドル |
| [out] | stat | ステータスコード |
Definition at line 34 of file gdncvarattrcopy.f90.
References dc_error::storeerror(), and gtdata_netcdf_internal::vtable_lookup().