[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dennou-ruby:002308] Re: GPhys::NetCDF_IO



堀之内様

大塚です。

> パッチを有難うございます.
> ちょうど 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 )