tsteps.gsf
名前
tsteps() - 一月あたり又は一年あたりのタイムステップ数を求める。
概要
ret = tsteps( year [, month] )
引数と戻り値
- year
- 年
- month
- 月(省略可)
- ret
- monthが指定されている場合、その月のタイムステップ数。monthが指定されていない場合、その年のタイムステップ数。
使用例
(1) 2008年に含まれるタイムステップ数を取得する。
-
test.gs
'reinit' rc = gsfallow( 'on' ) 'open t.ctl' say tsteps( 2008 )
-
コンソール
ga-> test 1464
ソースコード
- tsteps.gsf (必須)