ARGC | コマンドライン引数の個数。
関数mainの第1引数をそのまま与える。 The number of command-line arguments. Directly use the 1st argument of function main. |
ARGV | コマンドライン引数のリスト。
関数mainの第2引数をそのまま与える。 List of command-line arguments. Directly use the 2nd argument of function main. |
flag | 関数TF_initialize_flagを用いて初期化(全メンバを0に設定)を行った
フラグ一式を与える。
コマンドライン引数で指定したパラメータについては
対応するメンバの値が関数内で1に変更される。 Give the flags initialized (setting all the members to 0) by function TF_initialize_flag. Within the function, the values of members corresponding to parameters specified by command-line arguments are changed to 1. |
戻り値のメンバ Member of the return value |
値 Value |
structure_file_format | コマンドライン引数で「--structure_file_format」
オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--structure_file_format”; if this option was not specified, no value is set. |
structure_file | コマンドライン引数で「--structure_file」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--structure_file”; if this option was not specified, no value is set. |
station_z | コマンドライン引数で「--station_z」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--station_z”; if this option was not specified, no value is set. |
inputfile | コマンドライン引数で「--inputfile」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--inputfile”; if this option was not specified, no value is set. |
outputfile | コマンドライン引数で「--outputfile」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--outputfile”; if this option was not specified, no value is set. |
outputfile_station | コマンドライン引数で「--outputfile_station」
オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--outputfile_station”; if this option was not specified, no value is set. |
outputdir_snapshot | コマンドライン引数で「--outputdir_snapshot」
オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--outputdir_snapshot”; if this option was not specified, no value is set. |
dz | コマンドライン引数で「--dz」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--dz”; if this option was not specified, no value is set. |
dt | コマンドライン引数で「--dt」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--dt”; if this option was not specified, no value is set. |
dt_snapshot | コマンドライン引数で「--dt_snapshot」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--dt_snapshot”; if this option was not specified, no value is set. |
tmax | コマンドライン引数で「--tmax」オプションを指定した場合はその値。
このオプションを指定しなかった場合は値は設定されない。 The value specified by a command-line option “--tmax”; if this option was not specified, no value is set. |
structure_linear | 設定されない。 No value is set. |
h | 設定されない。 No value is set. |
Nz | 設定されない。 No value is set. |