変数名の自動作成 More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvartmpnam (file, base, result) |
変数名の自動作成
Definition in file gtvartmpnam.f90.
| subroutine gtvartmpnam | ( | character(len = *), intent(in) | file, |
| character(len = *), intent(in) | base, | ||
| character(len = *), intent(out) | result | ||
| ) |
一意な変数名を作成
ファイル名 file と変数名 base から file@base を作成して result に返す。 file が空文字の場合は gtool.nc がファイル名として代用され、 base が空文字の場合は tmp が変数名として代用される。
| [in] | file | ファイル名 |
| [in] | base | ベース変数名 |
| [out] | result | 生成された一意な変数URL |
Definition at line 46 of file gtvartmpnam.f90.
References dc_types::string.