[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[dennou-ruby:002309] Re: GPhys::NetCDF_IO
- To: dennou-ruby@xxxxxxxxxxx
- Subject: [dennou-ruby:002309] Re: GPhys::NetCDF_IO
- From: Takeshi Horinouchi <horinout@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 06 Jun 2005 15:02:47 +0900
大塚さま
取り込んで cvs コミットしました.
今回の修正だと,どういう名前になるんですか.
(前回のはわかるんですが.)
また,必ず軸毎に違うようになりますか.
それにしても
>> WRF出力に座標軸の名前と同じ変数が無い
とのことですが,WRF の出力ファイルの構造はいったいどうなってるん
ですか?
堀之内
> > パッチを有難うございます.
> > ちょうど GPhys をバージョンアップしようと思って作業してたところ
> > です.そのまま取り込みました(cvs commit済).間に合って良かった
> > です.
>
> さっきのパッチですが、動作に問題はないのですが、
> 名前の付け方が良くないのに気がつきました。
> 手遅れですが、以下の通りです。
>
> $ diff -Naur gphys_netcdf_io.rb.org gphys_netcdf_io.rb
> --- gphys_netcdf_io.rb.org 2005-06-06 14:25:35.910099000 +0900
> +++ gphys_netcdf_io.rb 2005-06-06 14:32:42.092920000 +0900
> @@ -329,7 +329,8 @@
> bare_index[i]=true
> na = NArray.float(ncvar0.shape_current[i]).indgen!
> axpos = VArray.new( na )
> - axpos.name = "axis_#{i}" # added by S. OTSUKA
> + #axpos.name = "axis_#{i}" # added by S. OTSUKA
> + axpos.name = axposnames[i] # modified by S. OTSUKA
> end
> cell_center, cell_bounds_name = convention::cell_center?( axpos )
> cell_bounds, cell_center_name = convention::cell_bounds?( axpos )
>