netCDF ファイル内の変数を検索 More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncvarsearchinit (iter, urlbase) |
| subroutine | gdncvarsearchnext (iter, url, end) |
netCDF ファイル内の変数を検索
Definition in file gdncvarsearch.f90.
| subroutine gdncvarsearchinit | ( | type(gd_nc_variable_search), intent(out) | iter, |
| character(len = *), intent(in) | urlbase | ||
| ) |
変数検索イテレータを初期化
| [out] | iter | 検索イテレータ |
| [in] | urlBase | ファイルのベース URL |
Definition at line 38 of file gdncvarsearch.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.
| subroutine gdncvarsearchnext | ( | type(gd_nc_variable_search), intent(inout) | iter, |
| character(len = *), intent(out) | url, | ||
| logical, intent(out) | end | ||
| ) |
検索の次の変数を取得
次の変数の URL を返します。次元のみの変数 (対応する座標変数がないもの) も含まれます。
| [in,out] | iter | 検索イテレータ |
| [out] | url | 変数 URL |
| [out] | end |
iline 78 全変数列挙完了時に真
Definition at line 80 of file gdncvarsearch.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), gdncfileclose(), and dc_types::string.