gphys 1.1.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +17 -0
- data/ChangeLog +221 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +18 -30
- data/README +23 -26
- data/README.md +29 -0
- data/Rakefile +1 -56
- data/bin/gpaop +2 -1
- data/bin/gpcut +3 -2
- data/bin/gpedit +6 -2
- data/bin/gpmath +3 -2
- data/bin/gpmaxmin +3 -2
- data/bin/gpprint +2 -1
- data/bin/gpvect +28 -5
- data/bin/gpview +43 -5
- data/extconf.rb +5 -6
- data/gphys.gemspec +34 -0
- data/interpo.c +63 -24
- data/lib/gphys.rb +2 -0
- data/lib/numru/dclext.rb +2636 -0
- data/lib/numru/derivative.rb +53 -12
- data/lib/numru/ganalysis/eof.rb +4 -0
- data/lib/numru/ganalysis/histogram.rb +73 -5
- data/lib/numru/ganalysis/met.rb +163 -2
- data/lib/numru/ganalysis/planet.rb +230 -20
- data/lib/numru/ggraph.rb +147 -2247
- data/lib/numru/gphys/assoccoords.rb +19 -3
- data/lib/numru/gphys/axis.rb +1 -1
- data/lib/numru/gphys/coordmapping.rb +2 -2
- data/lib/numru/gphys/derivative.rb +56 -13
- data/lib/numru/gphys/gphys.rb +17 -1
- data/lib/numru/gphys/gphys_grads_io.rb +6 -5
- data/lib/numru/gphys/gphys_grib_io.rb +6 -6
- data/lib/numru/gphys/gphys_io.rb +25 -6
- data/lib/numru/gphys/grads_gridded.rb +31 -29
- data/lib/numru/gphys/grib.rb +13 -9
- data/lib/numru/gphys/interpolate.rb +153 -29
- data/lib/numru/gphys/unumeric.rb +29 -6
- data/lib/numru/gphys/varray.rb +9 -0
- data/lib/numru/gphys/varraygrib.rb +70 -8
- data/lib/version.rb +3 -0
- metadata +247 -531
- data/doc/attribute.html +0 -19
- data/doc/attributenetcdf.html +0 -15
- data/doc/axis.html +0 -376
- data/doc/coordmapping.html +0 -111
- data/doc/coordtransform.html +0 -36
- data/doc/derivative/gphys-derivative.html +0 -80
- data/doc/derivative/index.html +0 -21
- data/doc/derivative/index.rd +0 -14
- data/doc/derivative/math-doc/document/document.css +0 -30
- data/doc/derivative/math-doc/document/document.html +0 -57
- data/doc/derivative/math-doc/document/images.aux +0 -1
- data/doc/derivative/math-doc/document/images.log +0 -385
- data/doc/derivative/math-doc/document/images.pl +0 -186
- data/doc/derivative/math-doc/document/images.tex +0 -364
- data/doc/derivative/math-doc/document/img1.png +0 -0
- data/doc/derivative/math-doc/document/img10.png +0 -0
- data/doc/derivative/math-doc/document/img11.png +0 -0
- data/doc/derivative/math-doc/document/img12.png +0 -0
- data/doc/derivative/math-doc/document/img13.png +0 -0
- data/doc/derivative/math-doc/document/img14.png +0 -0
- data/doc/derivative/math-doc/document/img15.png +0 -0
- data/doc/derivative/math-doc/document/img16.png +0 -0
- data/doc/derivative/math-doc/document/img17.png +0 -0
- data/doc/derivative/math-doc/document/img18.png +0 -0
- data/doc/derivative/math-doc/document/img19.png +0 -0
- data/doc/derivative/math-doc/document/img2.png +0 -0
- data/doc/derivative/math-doc/document/img20.png +0 -0
- data/doc/derivative/math-doc/document/img21.png +0 -0
- data/doc/derivative/math-doc/document/img22.png +0 -0
- data/doc/derivative/math-doc/document/img23.png +0 -0
- data/doc/derivative/math-doc/document/img24.png +0 -0
- data/doc/derivative/math-doc/document/img25.png +0 -0
- data/doc/derivative/math-doc/document/img26.png +0 -0
- data/doc/derivative/math-doc/document/img27.png +0 -0
- data/doc/derivative/math-doc/document/img28.png +0 -0
- data/doc/derivative/math-doc/document/img29.png +0 -0
- data/doc/derivative/math-doc/document/img3.png +0 -0
- data/doc/derivative/math-doc/document/img30.png +0 -0
- data/doc/derivative/math-doc/document/img4.png +0 -0
- data/doc/derivative/math-doc/document/img5.png +0 -0
- data/doc/derivative/math-doc/document/img6.png +0 -0
- data/doc/derivative/math-doc/document/img7.png +0 -0
- data/doc/derivative/math-doc/document/img8.png +0 -0
- data/doc/derivative/math-doc/document/img9.png +0 -0
- data/doc/derivative/math-doc/document/index.html +0 -57
- data/doc/derivative/math-doc/document/labels.pl +0 -13
- data/doc/derivative/math-doc/document/next.png +0 -0
- data/doc/derivative/math-doc/document/next_g.png +0 -0
- data/doc/derivative/math-doc/document/node1.html +0 -238
- data/doc/derivative/math-doc/document/node2.html +0 -75
- data/doc/derivative/math-doc/document/prev.png +0 -0
- data/doc/derivative/math-doc/document/prev_g.png +0 -0
- data/doc/derivative/math-doc/document/up.png +0 -0
- data/doc/derivative/math-doc/document/up_g.png +0 -0
- data/doc/derivative/math-doc/document.pdf +0 -0
- data/doc/derivative/math-doc/document.tex +0 -158
- data/doc/derivative/numru-derivative.html +0 -129
- data/doc/ep_flux/ep_flux.html +0 -469
- data/doc/ep_flux/ggraph_on_merdional_section.html +0 -71
- data/doc/ep_flux/index.html +0 -31
- data/doc/ep_flux/index.rd +0 -24
- data/doc/ep_flux/math-doc/document/WARNINGS +0 -1
- data/doc/ep_flux/math-doc/document/contents.png +0 -0
- data/doc/ep_flux/math-doc/document/crossref.png +0 -0
- data/doc/ep_flux/math-doc/document/document.css +0 -30
- data/doc/ep_flux/math-doc/document/document.html +0 -101
- data/doc/ep_flux/math-doc/document/images.aux +0 -1
- data/doc/ep_flux/math-doc/document/images.log +0 -1375
- data/doc/ep_flux/math-doc/document/images.pl +0 -1328
- data/doc/ep_flux/math-doc/document/images.tex +0 -1471
- data/doc/ep_flux/math-doc/document/img1.png +0 -0
- data/doc/ep_flux/math-doc/document/img10.png +0 -0
- data/doc/ep_flux/math-doc/document/img100.png +0 -0
- data/doc/ep_flux/math-doc/document/img101.png +0 -0
- data/doc/ep_flux/math-doc/document/img102.png +0 -0
- data/doc/ep_flux/math-doc/document/img103.png +0 -0
- data/doc/ep_flux/math-doc/document/img104.png +0 -0
- data/doc/ep_flux/math-doc/document/img105.png +0 -0
- data/doc/ep_flux/math-doc/document/img106.png +0 -0
- data/doc/ep_flux/math-doc/document/img107.png +0 -0
- data/doc/ep_flux/math-doc/document/img108.png +0 -0
- data/doc/ep_flux/math-doc/document/img109.png +0 -0
- data/doc/ep_flux/math-doc/document/img11.png +0 -0
- data/doc/ep_flux/math-doc/document/img110.png +0 -0
- data/doc/ep_flux/math-doc/document/img111.png +0 -0
- data/doc/ep_flux/math-doc/document/img112.png +0 -0
- data/doc/ep_flux/math-doc/document/img113.png +0 -0
- data/doc/ep_flux/math-doc/document/img114.png +0 -0
- data/doc/ep_flux/math-doc/document/img115.png +0 -0
- data/doc/ep_flux/math-doc/document/img116.png +0 -0
- data/doc/ep_flux/math-doc/document/img117.png +0 -0
- data/doc/ep_flux/math-doc/document/img118.png +0 -0
- data/doc/ep_flux/math-doc/document/img119.png +0 -0
- data/doc/ep_flux/math-doc/document/img12.png +0 -0
- data/doc/ep_flux/math-doc/document/img120.png +0 -0
- data/doc/ep_flux/math-doc/document/img121.png +0 -0
- data/doc/ep_flux/math-doc/document/img122.png +0 -0
- data/doc/ep_flux/math-doc/document/img123.png +0 -0
- data/doc/ep_flux/math-doc/document/img124.png +0 -0
- data/doc/ep_flux/math-doc/document/img125.png +0 -0
- data/doc/ep_flux/math-doc/document/img126.png +0 -0
- data/doc/ep_flux/math-doc/document/img127.png +0 -0
- data/doc/ep_flux/math-doc/document/img128.png +0 -0
- data/doc/ep_flux/math-doc/document/img129.png +0 -0
- data/doc/ep_flux/math-doc/document/img13.png +0 -0
- data/doc/ep_flux/math-doc/document/img130.png +0 -0
- data/doc/ep_flux/math-doc/document/img131.png +0 -0
- data/doc/ep_flux/math-doc/document/img132.png +0 -0
- data/doc/ep_flux/math-doc/document/img133.png +0 -0
- data/doc/ep_flux/math-doc/document/img134.png +0 -0
- data/doc/ep_flux/math-doc/document/img135.png +0 -0
- data/doc/ep_flux/math-doc/document/img136.png +0 -0
- data/doc/ep_flux/math-doc/document/img137.png +0 -0
- data/doc/ep_flux/math-doc/document/img138.png +0 -0
- data/doc/ep_flux/math-doc/document/img139.png +0 -0
- data/doc/ep_flux/math-doc/document/img14.png +0 -0
- data/doc/ep_flux/math-doc/document/img140.png +0 -0
- data/doc/ep_flux/math-doc/document/img141.png +0 -0
- data/doc/ep_flux/math-doc/document/img142.png +0 -0
- data/doc/ep_flux/math-doc/document/img143.png +0 -0
- data/doc/ep_flux/math-doc/document/img144.png +0 -0
- data/doc/ep_flux/math-doc/document/img145.png +0 -0
- data/doc/ep_flux/math-doc/document/img146.png +0 -0
- data/doc/ep_flux/math-doc/document/img147.png +0 -0
- data/doc/ep_flux/math-doc/document/img148.png +0 -0
- data/doc/ep_flux/math-doc/document/img149.png +0 -0
- data/doc/ep_flux/math-doc/document/img15.png +0 -0
- data/doc/ep_flux/math-doc/document/img150.png +0 -0
- data/doc/ep_flux/math-doc/document/img151.png +0 -0
- data/doc/ep_flux/math-doc/document/img152.png +0 -0
- data/doc/ep_flux/math-doc/document/img153.png +0 -0
- data/doc/ep_flux/math-doc/document/img154.png +0 -0
- data/doc/ep_flux/math-doc/document/img155.png +0 -0
- data/doc/ep_flux/math-doc/document/img156.png +0 -0
- data/doc/ep_flux/math-doc/document/img157.png +0 -0
- data/doc/ep_flux/math-doc/document/img158.png +0 -0
- data/doc/ep_flux/math-doc/document/img159.png +0 -0
- data/doc/ep_flux/math-doc/document/img16.png +0 -0
- data/doc/ep_flux/math-doc/document/img160.png +0 -0
- data/doc/ep_flux/math-doc/document/img161.png +0 -0
- data/doc/ep_flux/math-doc/document/img162.png +0 -0
- data/doc/ep_flux/math-doc/document/img163.png +0 -0
- data/doc/ep_flux/math-doc/document/img164.png +0 -0
- data/doc/ep_flux/math-doc/document/img165.png +0 -0
- data/doc/ep_flux/math-doc/document/img166.png +0 -0
- data/doc/ep_flux/math-doc/document/img167.png +0 -0
- data/doc/ep_flux/math-doc/document/img168.png +0 -0
- data/doc/ep_flux/math-doc/document/img169.png +0 -0
- data/doc/ep_flux/math-doc/document/img17.png +0 -0
- data/doc/ep_flux/math-doc/document/img170.png +0 -0
- data/doc/ep_flux/math-doc/document/img171.png +0 -0
- data/doc/ep_flux/math-doc/document/img172.png +0 -0
- data/doc/ep_flux/math-doc/document/img173.png +0 -0
- data/doc/ep_flux/math-doc/document/img174.png +0 -0
- data/doc/ep_flux/math-doc/document/img175.png +0 -0
- data/doc/ep_flux/math-doc/document/img176.png +0 -0
- data/doc/ep_flux/math-doc/document/img177.png +0 -0
- data/doc/ep_flux/math-doc/document/img178.png +0 -0
- data/doc/ep_flux/math-doc/document/img179.png +0 -0
- data/doc/ep_flux/math-doc/document/img18.png +0 -0
- data/doc/ep_flux/math-doc/document/img180.png +0 -0
- data/doc/ep_flux/math-doc/document/img181.png +0 -0
- data/doc/ep_flux/math-doc/document/img182.png +0 -0
- data/doc/ep_flux/math-doc/document/img183.png +0 -0
- data/doc/ep_flux/math-doc/document/img184.png +0 -0
- data/doc/ep_flux/math-doc/document/img185.png +0 -0
- data/doc/ep_flux/math-doc/document/img186.png +0 -0
- data/doc/ep_flux/math-doc/document/img187.png +0 -0
- data/doc/ep_flux/math-doc/document/img188.png +0 -0
- data/doc/ep_flux/math-doc/document/img189.png +0 -0
- data/doc/ep_flux/math-doc/document/img19.png +0 -0
- data/doc/ep_flux/math-doc/document/img190.png +0 -0
- data/doc/ep_flux/math-doc/document/img191.png +0 -0
- data/doc/ep_flux/math-doc/document/img192.png +0 -0
- data/doc/ep_flux/math-doc/document/img193.png +0 -0
- data/doc/ep_flux/math-doc/document/img194.png +0 -0
- data/doc/ep_flux/math-doc/document/img195.png +0 -0
- data/doc/ep_flux/math-doc/document/img196.png +0 -0
- data/doc/ep_flux/math-doc/document/img197.png +0 -0
- data/doc/ep_flux/math-doc/document/img198.png +0 -0
- data/doc/ep_flux/math-doc/document/img199.png +0 -0
- data/doc/ep_flux/math-doc/document/img2.png +0 -0
- data/doc/ep_flux/math-doc/document/img20.png +0 -0
- data/doc/ep_flux/math-doc/document/img200.png +0 -0
- data/doc/ep_flux/math-doc/document/img21.png +0 -0
- data/doc/ep_flux/math-doc/document/img22.png +0 -0
- data/doc/ep_flux/math-doc/document/img23.png +0 -0
- data/doc/ep_flux/math-doc/document/img24.png +0 -0
- data/doc/ep_flux/math-doc/document/img25.png +0 -0
- data/doc/ep_flux/math-doc/document/img26.png +0 -0
- data/doc/ep_flux/math-doc/document/img27.png +0 -0
- data/doc/ep_flux/math-doc/document/img28.png +0 -0
- data/doc/ep_flux/math-doc/document/img29.png +0 -0
- data/doc/ep_flux/math-doc/document/img3.png +0 -0
- data/doc/ep_flux/math-doc/document/img30.png +0 -0
- data/doc/ep_flux/math-doc/document/img31.png +0 -0
- data/doc/ep_flux/math-doc/document/img32.png +0 -0
- data/doc/ep_flux/math-doc/document/img33.png +0 -0
- data/doc/ep_flux/math-doc/document/img34.png +0 -0
- data/doc/ep_flux/math-doc/document/img35.png +0 -0
- data/doc/ep_flux/math-doc/document/img36.png +0 -0
- data/doc/ep_flux/math-doc/document/img37.png +0 -0
- data/doc/ep_flux/math-doc/document/img38.png +0 -0
- data/doc/ep_flux/math-doc/document/img39.png +0 -0
- data/doc/ep_flux/math-doc/document/img4.png +0 -0
- data/doc/ep_flux/math-doc/document/img40.png +0 -0
- data/doc/ep_flux/math-doc/document/img41.png +0 -0
- data/doc/ep_flux/math-doc/document/img42.png +0 -0
- data/doc/ep_flux/math-doc/document/img43.png +0 -0
- data/doc/ep_flux/math-doc/document/img44.png +0 -0
- data/doc/ep_flux/math-doc/document/img45.png +0 -0
- data/doc/ep_flux/math-doc/document/img46.png +0 -0
- data/doc/ep_flux/math-doc/document/img47.png +0 -0
- data/doc/ep_flux/math-doc/document/img48.png +0 -0
- data/doc/ep_flux/math-doc/document/img49.png +0 -0
- data/doc/ep_flux/math-doc/document/img5.png +0 -0
- data/doc/ep_flux/math-doc/document/img50.png +0 -0
- data/doc/ep_flux/math-doc/document/img51.png +0 -0
- data/doc/ep_flux/math-doc/document/img52.png +0 -0
- data/doc/ep_flux/math-doc/document/img53.png +0 -0
- data/doc/ep_flux/math-doc/document/img54.png +0 -0
- data/doc/ep_flux/math-doc/document/img55.png +0 -0
- data/doc/ep_flux/math-doc/document/img56.png +0 -0
- data/doc/ep_flux/math-doc/document/img57.png +0 -0
- data/doc/ep_flux/math-doc/document/img58.png +0 -0
- data/doc/ep_flux/math-doc/document/img59.png +0 -0
- data/doc/ep_flux/math-doc/document/img6.png +0 -0
- data/doc/ep_flux/math-doc/document/img60.png +0 -0
- data/doc/ep_flux/math-doc/document/img61.png +0 -0
- data/doc/ep_flux/math-doc/document/img62.png +0 -0
- data/doc/ep_flux/math-doc/document/img63.png +0 -0
- data/doc/ep_flux/math-doc/document/img64.png +0 -0
- data/doc/ep_flux/math-doc/document/img65.png +0 -0
- data/doc/ep_flux/math-doc/document/img66.png +0 -0
- data/doc/ep_flux/math-doc/document/img67.png +0 -0
- data/doc/ep_flux/math-doc/document/img68.png +0 -0
- data/doc/ep_flux/math-doc/document/img69.png +0 -0
- data/doc/ep_flux/math-doc/document/img7.png +0 -0
- data/doc/ep_flux/math-doc/document/img70.png +0 -0
- data/doc/ep_flux/math-doc/document/img71.png +0 -0
- data/doc/ep_flux/math-doc/document/img72.png +0 -0
- data/doc/ep_flux/math-doc/document/img73.png +0 -0
- data/doc/ep_flux/math-doc/document/img74.png +0 -0
- data/doc/ep_flux/math-doc/document/img75.png +0 -0
- data/doc/ep_flux/math-doc/document/img76.png +0 -0
- data/doc/ep_flux/math-doc/document/img77.png +0 -0
- data/doc/ep_flux/math-doc/document/img78.png +0 -0
- data/doc/ep_flux/math-doc/document/img79.png +0 -0
- data/doc/ep_flux/math-doc/document/img8.png +0 -0
- data/doc/ep_flux/math-doc/document/img80.png +0 -0
- data/doc/ep_flux/math-doc/document/img81.png +0 -0
- data/doc/ep_flux/math-doc/document/img82.png +0 -0
- data/doc/ep_flux/math-doc/document/img83.png +0 -0
- data/doc/ep_flux/math-doc/document/img84.png +0 -0
- data/doc/ep_flux/math-doc/document/img85.png +0 -0
- data/doc/ep_flux/math-doc/document/img86.png +0 -0
- data/doc/ep_flux/math-doc/document/img87.png +0 -0
- data/doc/ep_flux/math-doc/document/img88.png +0 -0
- data/doc/ep_flux/math-doc/document/img89.png +0 -0
- data/doc/ep_flux/math-doc/document/img9.png +0 -0
- data/doc/ep_flux/math-doc/document/img90.png +0 -0
- data/doc/ep_flux/math-doc/document/img91.png +0 -0
- data/doc/ep_flux/math-doc/document/img92.png +0 -0
- data/doc/ep_flux/math-doc/document/img93.png +0 -0
- data/doc/ep_flux/math-doc/document/img94.png +0 -0
- data/doc/ep_flux/math-doc/document/img95.png +0 -0
- data/doc/ep_flux/math-doc/document/img96.png +0 -0
- data/doc/ep_flux/math-doc/document/img97.png +0 -0
- data/doc/ep_flux/math-doc/document/img98.png +0 -0
- data/doc/ep_flux/math-doc/document/img99.png +0 -0
- data/doc/ep_flux/math-doc/document/index.html +0 -101
- data/doc/ep_flux/math-doc/document/internals.pl +0 -258
- data/doc/ep_flux/math-doc/document/labels.pl +0 -265
- data/doc/ep_flux/math-doc/document/next.png +0 -0
- data/doc/ep_flux/math-doc/document/next_g.png +0 -0
- data/doc/ep_flux/math-doc/document/node1.html +0 -104
- data/doc/ep_flux/math-doc/document/node10.html +0 -164
- data/doc/ep_flux/math-doc/document/node11.html +0 -86
- data/doc/ep_flux/math-doc/document/node12.html +0 -166
- data/doc/ep_flux/math-doc/document/node13.html +0 -897
- data/doc/ep_flux/math-doc/document/node14.html +0 -1065
- data/doc/ep_flux/math-doc/document/node15.html +0 -72
- data/doc/ep_flux/math-doc/document/node16.html +0 -81
- data/doc/ep_flux/math-doc/document/node2.html +0 -82
- data/doc/ep_flux/math-doc/document/node3.html +0 -91
- data/doc/ep_flux/math-doc/document/node4.html +0 -149
- data/doc/ep_flux/math-doc/document/node5.html +0 -330
- data/doc/ep_flux/math-doc/document/node6.html +0 -99
- data/doc/ep_flux/math-doc/document/node7.html +0 -98
- data/doc/ep_flux/math-doc/document/node8.html +0 -83
- data/doc/ep_flux/math-doc/document/node9.html +0 -140
- data/doc/ep_flux/math-doc/document/prev.png +0 -0
- data/doc/ep_flux/math-doc/document/prev_g.png +0 -0
- data/doc/ep_flux/math-doc/document/up.png +0 -0
- data/doc/ep_flux/math-doc/document/up_g.png +0 -0
- data/doc/ep_flux/math-doc/document.pdf +0 -0
- data/doc/ep_flux/math-doc/document.tex +0 -2018
- data/doc/gdir.html +0 -412
- data/doc/gdir_client.html +0 -16
- data/doc/gdir_connect_ftp-like.html +0 -61
- data/doc/gdir_server.html +0 -45
- data/doc/ggraph.html +0 -1615
- data/doc/gpcat.html +0 -44
- data/doc/gpcut.html +0 -41
- data/doc/gphys.html +0 -532
- data/doc/gphys_fft.html +0 -324
- data/doc/gphys_grads_io.html +0 -69
- data/doc/gphys_grib_io.html +0 -82
- data/doc/gphys_io.html +0 -120
- data/doc/gphys_io_common.html +0 -18
- data/doc/gphys_netcdf_io.html +0 -283
- data/doc/gplist.html +0 -24
- data/doc/gpmath.html +0 -51
- data/doc/gpmaxmin.html +0 -31
- data/doc/gpprint.html +0 -34
- data/doc/gpview.html +0 -270
- data/doc/grads2nc_with_gphys.html +0 -21
- data/doc/grads_gridded.html +0 -307
- data/doc/grib.html +0 -144
- data/doc/grid.html +0 -212
- data/doc/index.html +0 -133
- data/doc/index.rd +0 -127
- data/doc/netcdf_convention.html +0 -136
- data/doc/unumeric.html +0 -176
- data/doc/update +0 -64
- data/doc/varray.html +0 -299
- data/doc/varraycomposite.html +0 -67
data/doc/gpview.html
DELETED
@@ -1,270 +0,0 @@
|
|
1
|
-
<?xml version="1.0" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
6
|
-
<head>
|
7
|
-
<title>../bin/gpview</title>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
<h1><a name="label-0" id="label-0">NAME</a></h1><!-- RDLabel: "NAME" -->
|
11
|
-
<p>gpview - quick viewer for the values of a variable specified by a gtool4-type URL. </p>
|
12
|
-
<ol>
|
13
|
-
<li>for 1-dimensional variable, make line plot.</li>
|
14
|
-
<li>for 2-dimensional variable, make contour/tone plot.</li>
|
15
|
-
<li>for 3/more-dimensional variable, make contour/tone plot,
|
16
|
-
select first 2D. possible to make animation.</li>
|
17
|
-
</ol>
|
18
|
-
<h1><a name="label-1" id="label-1">USAGE</a></h1><!-- RDLabel: "USAGE" -->
|
19
|
-
<p>The first command form is </p>
|
20
|
-
<pre>% gpview [options] gturl1 gturl2 gturl3 ...</pre>
|
21
|
-
<p>where the format of the gturl is</p>
|
22
|
-
<pre>path@varname[,dimname=pos1[:pos2[:thinning_intv]][,dimname=...]]</pre>
|
23
|
-
<p>The second commnad form is </p>
|
24
|
-
<pre>% gpview --var url [options] gtfile1 gtfile2 ...</pre>
|
25
|
-
<p>where the format of the url is </p>
|
26
|
-
<pre>varname[,dimname=pos1[:pos2[:thinning_intv]][,dimname=...]]</pre>
|
27
|
-
<h1><a name="label-2" id="label-2">OPTIONS</a></h1><!-- RDLabel: "OPTIONS" -->
|
28
|
-
<p>if you want to know more description, please read</p>
|
29
|
-
<pre>http://ruby.gfd-dennou.org/products/gphys/doc/gpview.html</pre>
|
30
|
-
<h2><a name="label-3" id="label-3">GLOBAL OPTIONS</a></h2><!-- RDLabel: "GLOBAL OPTIONS" -->
|
31
|
-
<dl>
|
32
|
-
<dt><h4><a name="label-4" id="label-4">--help:</a></h4></dt><!-- RDLabel: "­­help:" -->
|
33
|
-
<dd>
|
34
|
-
print this message.
|
35
|
-
</dd>
|
36
|
-
<dt><h4><a name="label-5" id="label-5">--var url:</a></h4></dt><!-- RDLabel: "­­var url:" -->
|
37
|
-
<dd>
|
38
|
-
set the variable name and slicing parameters.
|
39
|
-
</dd>
|
40
|
-
<dt><h4><a name="label-6" id="label-6">--wsn [1-4]:</a></h4></dt><!-- RDLabel: "­­wsn [1-4]:" -->
|
41
|
-
<dd>
|
42
|
-
set work staion number. each number represent output device:
|
43
|
-
1 : X window.
|
44
|
-
2 : PS file. (named dcl.ps)
|
45
|
-
3 : Tcl/Tk file.
|
46
|
-
4 : GTK Windows (depend on dcl-5.3)
|
47
|
-
</dd>
|
48
|
-
<dt><h4><a name="label-7" id="label-7">--clrmap [1-]:</a></h4></dt><!-- RDLabel: "­­clrmap [1-]:" -->
|
49
|
-
<dd>
|
50
|
-
set colormap to draw tone/contour.
|
51
|
-
</dd>
|
52
|
-
<dt><h4><a name="label-8" id="label-8">--itr [1-4,5-7,10-15,20-23,30-33]:</a></h4></dt><!-- RDLabel: "­­itr [1-4,5-7,10-15,20-23,30-33]:" -->
|
53
|
-
<dd>
|
54
|
-
set axis scale. default is 1.
|
55
|
-
1 : linear scale for x/y axis
|
56
|
-
2 : linear scale for x , log scale for y axis
|
57
|
-
3 : log scale for x , linear scale for y axis
|
58
|
-
4 : log scale for x/y axis
|
59
|
-
</dd>
|
60
|
-
<dt><h4><a name="label-9" id="label-9">--similar [simfac,vxoff,vyoff]:</a></h4></dt><!-- RDLabel: "­­similar [simfac,vxoff,vyoff]:" -->
|
61
|
-
<dd>
|
62
|
-
(for 5<=itr<=7) set similarity parameters which are fed in DCL.grssim.
|
63
|
-
</dd>
|
64
|
-
<dt><h4><a name="label-10" id="label-10">--map_axis [uxc,uyc,rot]:</a></h4></dt><!-- RDLabel: "­­map_axis [uxc,uyc,rot]:" -->
|
65
|
-
<dd>
|
66
|
-
(for 10<=itr<=33) set mapping parameters which are fed in DCL.umpcnt.
|
67
|
-
</dd>
|
68
|
-
<dt><h4><a name="label-11" id="label-11">--title:</a></h4></dt><!-- RDLabel: "­­title:" -->
|
69
|
-
<dd>
|
70
|
-
set title of figure
|
71
|
-
</dd>
|
72
|
-
<dt><h4><a name="label-12" id="label-12">--aspect <aspect>:</a></h4></dt><!-- RDLabel: "­­aspect <aspect>:" -->
|
73
|
-
<dd>
|
74
|
-
set aspect ratio of Viewport. default is 2.0.
|
75
|
-
</dd>
|
76
|
-
<dt><h4><a name="label-13" id="label-13">--noannotate:</a></h4></dt><!-- RDLabel: "­­noannotate:" -->
|
77
|
-
<dd>
|
78
|
-
not draw annotations.
|
79
|
-
</dd>
|
80
|
-
<dt><h4><a name="label-14" id="label-14">--animate/anim <dim>:</a></h4></dt><!-- RDLabel: "­­animate/anim <dim>:" -->
|
81
|
-
<dd>
|
82
|
-
plot animation along <dim>. <dim> must be name of dimension.
|
83
|
-
</dd>
|
84
|
-
<dt><h4><a name="label-15" id="label-15">--alternate, --Ga:</a></h4></dt><!-- RDLabel: "­­alternate, ­­Ga:" -->
|
85
|
-
<dd>
|
86
|
-
enable to backing store.
|
87
|
-
</dd>
|
88
|
-
<dt><h4><a name="label-16" id="label-16">--nowait, --Gw:</a></h4></dt><!-- RDLabel: "­­nowait, ­­Gw:" -->
|
89
|
-
<dd>
|
90
|
-
not wait for any actions if animate
|
91
|
-
</dd>
|
92
|
-
<dt><h4><a name="label-17" id="label-17">--reverse, --Gr:</a></h4></dt><!-- RDLabel: "­­reverse, ­­Gr:" -->
|
93
|
-
<dd>
|
94
|
-
plot animation reversible if animate
|
95
|
-
</dd>
|
96
|
-
<dt><h4><a name="label-18" id="label-18">--smooth, --Gaw:</a></h4></dt><!-- RDLabel: "­­smooth, ­­Gaw:" -->
|
97
|
-
<dd>
|
98
|
-
equal to --anlternate && --nowait
|
99
|
-
</dd>
|
100
|
-
<dt><h4><a name="label-19" id="label-19">--exch:</a></h4></dt><!-- RDLabel: "­­exch:" -->
|
101
|
-
<dd>
|
102
|
-
exchange(transpose) x/y axis.
|
103
|
-
</dd>
|
104
|
-
<dt><h4><a name="label-20" id="label-20">--mean <dim>:</a></h4></dt><!-- RDLabel: "­­mean <dim>:" -->
|
105
|
-
<dd>
|
106
|
-
mean along axis <dim>.
|
107
|
-
</dd>
|
108
|
-
<dt><h4><a name="label-21" id="label-21">--m, --map <map_type>:</a></h4></dt><!-- RDLabel: "­­m, ­­map <map_type>:" -->
|
109
|
-
<dd>
|
110
|
-
plot map. itr number must be set. this option is neglect if itr
|
111
|
-
number is 1-4. abailable map type is coast_world, border_world,
|
112
|
-
plate_world, state_usa, coast_japan, pref_japan
|
113
|
-
</dd>
|
114
|
-
<dt><h4><a name="label-22" id="label-22">--operation <math_func>:</a></h4></dt><!-- RDLabel: "­­operation <math_func>:" -->
|
115
|
-
<dd>
|
116
|
-
operation of the specified math function on the data.
|
117
|
-
<math_func> should be a math function with one argument
|
118
|
-
such as log10, sqrt, sin, etc.
|
119
|
-
</dd>
|
120
|
-
</dl>
|
121
|
-
<h2><a name="label-23" id="label-23">LINE/MARK OPTIONS</a></h2><!-- RDLabel: "LINE/MARK OPTIONS" -->
|
122
|
-
<dl>
|
123
|
-
<dt><h4><a name="label-24" id="label-24">--line:</a></h4></dt><!-- RDLabel: "­­line:" -->
|
124
|
-
<dd>
|
125
|
-
make line plot forced. (about first 1D)
|
126
|
-
</dd>
|
127
|
-
<dt><h4><a name="label-25" id="label-25">--mark:</a></h4></dt><!-- RDLabel: "­­mark:" -->
|
128
|
-
<dd>
|
129
|
-
make mark plot forced. (about first 1D)
|
130
|
-
</dd>
|
131
|
-
<dt><h4><a name="label-26" id="label-26">--index:</a></h4></dt><!-- RDLabel: "­­index:" -->
|
132
|
-
<dd>
|
133
|
-
set DCL line index, which set the color/thickness of the line
|
134
|
-
primitive. please see DCL documents.
|
135
|
-
</dd>
|
136
|
-
<dt><h4><a name="label-27" id="label-27">--type:</a></h4></dt><!-- RDLabel: "­­type:" -->
|
137
|
-
<dd>
|
138
|
-
set line type.
|
139
|
-
</dd>
|
140
|
-
<dt><h4><a name="label-28" id="label-28">--range [min:max]</a></h4></dt><!-- RDLabel: "­­range [min:max]" -->
|
141
|
-
<dd>
|
142
|
-
set min/max value for line plot. min or max must be set.
|
143
|
-
</dd>
|
144
|
-
<dt><h4><a name="label-29" id="label-29">--overplot</a></h4></dt><!-- RDLabel: "­­overplot" -->
|
145
|
-
<dd>
|
146
|
-
set number of lines on each figure
|
147
|
-
</dd>
|
148
|
-
</dl>
|
149
|
-
<h2><a name="label-30" id="label-30">CONTOUR/TONE OPTIONS</a></h2><!-- RDLabel: "CONTOUR/TONE OPTIONS" -->
|
150
|
-
<dl>
|
151
|
-
<dt><h4><a name="label-31" id="label-31">--shade:</a></h4></dt><!-- RDLabel: "­­shade:" -->
|
152
|
-
<dd>
|
153
|
-
make contour and tone plot.
|
154
|
-
</dd>
|
155
|
-
<dt><h4><a name="label-32" id="label-32">--noshade:</a></h4></dt><!-- RDLabel: "­­noshade:" -->
|
156
|
-
<dd>
|
157
|
-
make contour plot, without tone.
|
158
|
-
</dd>
|
159
|
-
<dt><h4><a name="label-33" id="label-33">--nocont:</a></h4></dt><!-- RDLabel: "­­nocont:" -->
|
160
|
-
<dd>
|
161
|
-
make tone plot, without contour.
|
162
|
-
</dd>
|
163
|
-
<dt><h4><a name="label-34" id="label-34">--range [min:max]:</a></h4></dt><!-- RDLabel: "­­range [min:max]:" -->
|
164
|
-
<dd>
|
165
|
-
set min/max value for contour/tone plot. min or max must be set.
|
166
|
-
</dd>
|
167
|
-
<dt><h4><a name="label-35" id="label-35">--crange:</a></h4></dt><!-- RDLabel: "­­crange:" -->
|
168
|
-
<dd>
|
169
|
-
set min/max value for contour plot. this is more dominant than --range
|
170
|
-
</dd>
|
171
|
-
<dt><h4><a name="label-36" id="label-36">--srange:</a></h4></dt><!-- RDLabel: "­­srange:" -->
|
172
|
-
<dd>
|
173
|
-
set min/max value for tone plot. this is more dominant than --interval/int
|
174
|
-
</dd>
|
175
|
-
<dt><h4><a name="label-37" id="label-37">--interval,--int [num]:</a></h4></dt><!-- RDLabel: "­­interval,­­int [num]:" -->
|
176
|
-
<dd>
|
177
|
-
set interval value for contour/tone plot. set the number of lines if
|
178
|
-
you set negative value.
|
179
|
-
</dd>
|
180
|
-
<dt><h4><a name="label-38" id="label-38">--cint:</a></h4></dt><!-- RDLabel: "­­cint:" -->
|
181
|
-
<dd>
|
182
|
-
set interval value for contour plot. this is more dominant
|
183
|
-
than --interval/int
|
184
|
-
</dd>
|
185
|
-
<dt><h4><a name="label-39" id="label-39">--sint:</a></h4></dt><!-- RDLabel: "­­sint:" -->
|
186
|
-
<dd>
|
187
|
-
set interval value for tone plot. this is more dominant than --interval/int.
|
188
|
-
</dd>
|
189
|
-
<dt><h4><a name="label-40" id="label-40">--levels:</a></h4></dt><!-- RDLabel: "­­levels:" -->
|
190
|
-
<dd>
|
191
|
-
set values of contour/tone levels.
|
192
|
-
</dd>
|
193
|
-
<dt><h4><a name="label-41" id="label-41">--clevels:</a></h4></dt><!-- RDLabel: "­­clevels:" -->
|
194
|
-
<dd>
|
195
|
-
set values of contour levels.
|
196
|
-
</dd>
|
197
|
-
<dt><h4><a name="label-42" id="label-42">--slevels:</a></h4></dt><!-- RDLabel: "­­slevels:" -->
|
198
|
-
<dd>
|
199
|
-
set tone of contour levels.
|
200
|
-
</dd>
|
201
|
-
<dt><h4><a name="label-43" id="label-43">--patterns:</a></h4></dt><!-- RDLabel: "­­patterns:" -->
|
202
|
-
<dd>
|
203
|
-
set each patterns for tone plot.
|
204
|
-
</dd>
|
205
|
-
<dt><h4><a name="label-44" id="label-44">--nocolorbar:</a></h4></dt><!-- RDLabel: "­­nocolorbar:" -->
|
206
|
-
<dd>
|
207
|
-
do not draw color bar
|
208
|
-
</dd>
|
209
|
-
<dt><h4><a name="label-45" id="label-45">--nozero:</a></h4></dt><!-- RDLabel: "­­nozero:" -->
|
210
|
-
<dd>
|
211
|
-
do not draw zero contour
|
212
|
-
</dd>
|
213
|
-
</dl>
|
214
|
-
<h2><a name="label-46" id="label-46">EXAMPLES</a></h2><!-- RDLabel: "EXAMPLES" -->
|
215
|
-
<p>For a single GPhys variable, </p>
|
216
|
-
<pre>% gpview data.nc@temp
|
217
|
-
% gpview data.nc@temp,lon=130:150,lat=0:90:2
|
218
|
-
% gpview --nocont data.nc@temp,lon=130:150,lat=0
|
219
|
-
% gpview --noshade data.nc@temp,lon=130:150,lat=0
|
220
|
-
% gpview --mean lon data.nc@temp,lon=130:150,lat=0
|
221
|
-
% gpview --exch data.nc@temp,lon=130:150,lat=0
|
222
|
-
% gpview --animate lon data.nc@temp,lon=130:150
|
223
|
-
% gpview --animate lon --alternate data.nc@temp
|
224
|
-
% gpview --smooth lon data.nc@temp,lon=130:150
|
225
|
-
% gpview --levels 0,10,20,30 --pattern 30999,40999,50999,60999,70999 data.nc@temp
|
226
|
-
% gpview --overplot=3 --anim t data.nc@temp,lon=0
|
227
|
-
% gpview --mark data.nc@temp,lon=0,lat=0
|
228
|
-
% gpview --operation log10 data.nc@temp,lon=0</pre>
|
229
|
-
<p>For multiple GPhys variables, </p>
|
230
|
-
<pre>% gpview data1.nc@temp data2.nc@temp
|
231
|
-
% gpview data1.nc@temp,lon=130:150 data2.nc@temp,lon=150:170
|
232
|
-
% gpview --overplot=3 --anim t data.nc@temp,lon=0 data.nc@temp,lon=10
|
233
|
-
% gpview --var temp,lon=130:150 data?.nc
|
234
|
-
% gpview --anim t --var temp,lon=130:150 data*.nc </pre>
|
235
|
-
<h2><a name="label-47" id="label-47">HISTORY</a></h2><!-- RDLabel: "HISTORY" -->
|
236
|
-
<pre>2004/12/14 D Tsukahara && T Horinouti(parse_gturl)
|
237
|
-
2005/01/08 D Tsukahara (add option --exch and able to invalid value)
|
238
|
-
2005/01/09 D Tsukahara (add option --animate, smooth, alternate, index )
|
239
|
-
2005/01/10 D Tsukahara (transpose axis with attr "positive:down" ,
|
240
|
-
abailable loopsense_flag. )
|
241
|
-
2005/01/10 D Tsukahara (implement GGraph::color_bar, and margin_info,
|
242
|
-
which file name, date, and toolname. )
|
243
|
-
2005/01/11 D Tsukahara ( 1. write document about OPTIONS.
|
244
|
-
2. add many options. more info please see document. )
|
245
|
-
2005/01/23 S Takehiro (add option --similar, map_axis)
|
246
|
-
2005/02/09 D Tsukahara && M Nakano (add option --reverse, --Gr, --map)
|
247
|
-
2005/02/10 D Tsukahara (change option parser (getopts => getoptlong))
|
248
|
-
2005/02/24 D Tsukahara (apply --range for line plot)
|
249
|
-
2005/06/15 S Takehiro (add option --levels, --clevels, --slevels, --patterns)
|
250
|
-
2005/06/17 S Takehiro (missing_value attribute setting removed)
|
251
|
-
2005/06/22 S Takehiro (debug, clipping control added to GGraph::annotate)
|
252
|
-
2005/06/23 S Takehiro (debug, option --title implemented)
|
253
|
-
2005/07/15 S Takehiro (option --noannotate implemented)
|
254
|
-
2005/08/07 S Takehiro (option --overplot implemented)
|
255
|
-
2005/08/09 S Takehiro && T Horinouchi (add option --help and help function.
|
256
|
-
URL information corrected. )
|
257
|
-
2005/08/23 S Takehiro (multiple Gphys variables plotting
|
258
|
-
and option --var implemented)
|
259
|
-
2005/08/23 S Takehiro (common methods to gp* command moved to gpcommon.rb)
|
260
|
-
2005/10/30 S Takehiro (option --animate recoverd)
|
261
|
-
2005/10/31 S Takehiro (option --smooth bug fixed)
|
262
|
-
2006/03/07 M Nakano (option --int bug fixed)
|
263
|
-
2007/10/03 S Takehiro (option --nocolorbar implemented)
|
264
|
-
2008/04/03 S Takehiro (option --nozero implemented)
|
265
|
-
2008/12/14 S Takehiro (option --mark implemented)
|
266
|
-
2010/03/10 Y SASAKI (change help block into RD format)
|
267
|
-
2011/01/14 T Tanigawa && S Takehiro (option --operation implemented)</pre>
|
268
|
-
|
269
|
-
</body>
|
270
|
-
</html>
|
@@ -1,21 +0,0 @@
|
|
1
|
-
<?xml version="1.0" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
6
|
-
<head>
|
7
|
-
<title>../bin/grads2nc_with_gphys</title>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
<h1><a name="label-0" id="label-0">NAME</a></h1><!-- RDLabel: "NAME" -->
|
11
|
-
<p>grads2nc_with_gphys - GrADS to NetCDF converter</p>
|
12
|
-
<h1><a name="label-1" id="label-1">WARNING</a></h1><!-- RDLabel: "WARNING" -->
|
13
|
-
<p>Not efficient if the GrADS file has many variables.</p>
|
14
|
-
<h1><a name="label-2" id="label-2">USAGE</a></h1><!-- RDLabel: "USAGE" -->
|
15
|
-
<pre>% grads2nc_with_gphys infilename outfilename [-v varname1 [varname2 ...]]</pre>
|
16
|
-
<h1><a name="label-3" id="label-3">EXAMPLE</a></h1><!-- RDLabel: "EXAMPLE" -->
|
17
|
-
<pre>% grads2nc_with_gphys ../testdata/T.jan.ctl tmp.nc
|
18
|
-
% grads2nc_with_gphys ../testdata/T.jan.ctl tmp.nc -v T</pre>
|
19
|
-
|
20
|
-
</body>
|
21
|
-
</html>
|
data/doc/grads_gridded.html
DELETED
@@ -1,307 +0,0 @@
|
|
1
|
-
<?xml version="1.0" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
6
|
-
<head>
|
7
|
-
<title>../lib/numru/gphys/grads_gridded.rb</title>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
<h1><a name="label-0" id="label-0">NumRu::GrADS_Gridded -- a class for GrADS gridded datasets</a></h1><!-- RDLabel: "NumRu::GrADS_Gridded ­­ a class for GrADS gridded datasets" -->
|
11
|
-
<p>by T Horinouchi and R Mizuta</p>
|
12
|
-
<h2><a name="label-1" id="label-1">Overview</a></h2><!-- RDLabel: "Overview" -->
|
13
|
-
<p>a GrADS_Gridded object corresponds to a GrADS control file,
|
14
|
-
through which the users can also access its binary data file(s).</p>
|
15
|
-
<h2><a name="label-2" id="label-2">Current Limitations</a></h2><!-- RDLabel: "Current Limitations" -->
|
16
|
-
<ul>
|
17
|
-
<li>option 365_day_calendar is not interpreted</li>
|
18
|
-
<li>Partial support of the "template" option
|
19
|
-
(only %y2,%y4,%m1,%m2,%d1,%d2,%h1,%h2,%n2)
|
20
|
-
(Time is assumed to be increasing monotonically).</li>
|
21
|
-
</ul>
|
22
|
-
<h2><a name="label-3" id="label-3">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
|
23
|
-
<dl>
|
24
|
-
<dt><h4><a name="label-4" id="label-4"><code>GrADS_Gridded.new(<var>ctlfilename</var>, <var>mode</var>="<var>r</var>")</code></a></h4></dt><!-- RDLabel: "GrADS_Gridded.new" -->
|
25
|
-
<dd>
|
26
|
-
same as GrADS_Gridded.open</dd>
|
27
|
-
<dt><h4><a name="label-5" id="label-5"><code>GrADS_Gridded.open(<var>ctlfilename</var>, <var>mode</var>="<var>r</var>")</code></a></h4></dt><!-- RDLabel: "GrADS_Gridded.open" -->
|
28
|
-
<dd>
|
29
|
-
<p>make a new GrADS_Gridded object. </p>
|
30
|
-
<p>ARGUMENTS</p>
|
31
|
-
<ul>
|
32
|
-
<li>ctlfilename (String): name of the control file to open</li>
|
33
|
-
<li>mode (String): IO mode. "r" (read only) or "w" (write only).</li>
|
34
|
-
</ul>
|
35
|
-
<p>REMARK</p>
|
36
|
-
<ul>
|
37
|
-
<li>You can modify the object through instance methods even if mode=="r".
|
38
|
-
In that case, the modification will not be written in the original
|
39
|
-
control file.</li>
|
40
|
-
</ul></dd>
|
41
|
-
<dt><h4><a name="label-6" id="label-6"><code>GrADS_Gridded.create(<var>ctlfilename</var>, <var>noclobber</var>=<var>false</var>, <var>share</var>=<var>false</var>)</code></a></h4></dt><!-- RDLabel: "GrADS_Gridded.create" -->
|
42
|
-
<dd>
|
43
|
-
<p>make a new GrADS_Gridded object with creating a new control file</p>
|
44
|
-
<p>REMARK</p>
|
45
|
-
<ul>
|
46
|
-
<li>It is used with writing methods, but currently writing methods
|
47
|
-
does not work. </li>
|
48
|
-
</ul></dd>
|
49
|
-
</dl>
|
50
|
-
<h2><a name="label-7" id="label-7">Methods</a></h2><!-- RDLabel: "Methods" -->
|
51
|
-
<dl>
|
52
|
-
<dt><h4><a name="label-8" id="label-8"><code>ndims</code></a></h4></dt><!-- RDLabel: "ndims" -->
|
53
|
-
<dd>
|
54
|
-
returns the number of dimensions in the file (always 4). </dd>
|
55
|
-
<dt><h4><a name="label-9" id="label-9"><code>nvars</code></a></h4></dt><!-- RDLabel: "nvars" -->
|
56
|
-
<dd>
|
57
|
-
returns the number of variables in the file. </dd>
|
58
|
-
<dt><h4><a name="label-10" id="label-10"><code>natts</code></a></h4></dt><!-- RDLabel: "natts" -->
|
59
|
-
<dd>
|
60
|
-
returns the number of attributes of the variable.</dd>
|
61
|
-
<dt><h4><a name="label-11" id="label-11"><code>path</code></a></h4></dt><!-- RDLabel: "path" -->
|
62
|
-
<dd>
|
63
|
-
returns the path of the control file.</dd>
|
64
|
-
<dt><h4><a name="label-12" id="label-12"><code>put_att( <var>attname</var>, <var>value</var> )</code></a></h4></dt><!-- RDLabel: "put_att" -->
|
65
|
-
<dd>
|
66
|
-
<p>set global attribute</p>
|
67
|
-
<p>ARGUMENTS</p>
|
68
|
-
<ul>
|
69
|
-
<li>attrname (String): name of an attribute</li>
|
70
|
-
<li>value (String): value of an attribute</li>
|
71
|
-
</ul></dd>
|
72
|
-
<dt><h4><a name="label-13" id="label-13"><code>def_var(<var>name</var>="<var>noname</var>",<var>nlev</var>=<var>0</var>,<var>option</var>="<var>99</var>",<var>description</var>="")</code></a></h4></dt><!-- RDLabel: "def_var" -->
|
73
|
-
<dd>
|
74
|
-
<p>define a variable</p>
|
75
|
-
<p>ARGUMENTS</p>
|
76
|
-
<ul>
|
77
|
-
<li>name (String): name of the variable</li>
|
78
|
-
<li>nlev (Integer): number of vertical levels</li>
|
79
|
-
<li>option (String): variable placement option
|
80
|
-
("99": normal, "-1,30": transpose lon and lat)</li>
|
81
|
-
</ul></dd>
|
82
|
-
<dt><h4><a name="label-14" id="label-14"><code>var( <var>varname</var>=<var>nil</var> )</code></a></h4></dt><!-- RDLabel: "var" -->
|
83
|
-
<dd>
|
84
|
-
<p>opens an existing variable in the file. </p>
|
85
|
-
<p>ARGUMENTS</p>
|
86
|
-
<ul>
|
87
|
-
<li>varname (String): name of the variable to open</li>
|
88
|
-
</ul>
|
89
|
-
<p>RETURN VALUE</p>
|
90
|
-
<ul>
|
91
|
-
<li>a GrADSVar object. </li>
|
92
|
-
</ul></dd>
|
93
|
-
<dt><h4><a name="label-15" id="label-15"><code>vars( <var>names</var>=<var>nil</var> )</code></a></h4></dt><!-- RDLabel: "vars" -->
|
94
|
-
<dd>
|
95
|
-
<p>opens existing variables in the file. </p>
|
96
|
-
<p>ARGUMENTS</p>
|
97
|
-
<ul>
|
98
|
-
<li>names (Array): names(String) of the variable to open</li>
|
99
|
-
</ul>
|
100
|
-
<p>RETURN VALUE</p>
|
101
|
-
<ul>
|
102
|
-
<li>Array of GrADSVar objects.
|
103
|
-
returns all variables if names==nil</li>
|
104
|
-
</ul></dd>
|
105
|
-
<dt><h4><a name="label-16" id="label-16"><code>get_att( <var>key</var>=<var>nil</var> )</code></a></h4></dt><!-- RDLabel: "get_att" -->
|
106
|
-
<dd>
|
107
|
-
returns tha value of the global attribute</dd>
|
108
|
-
<dt><h4><a name="label-17" id="label-17"><code>dim_names</code></a></h4></dt><!-- RDLabel: "dim_names" -->
|
109
|
-
<dd>
|
110
|
-
returns the names of all dimensions in the control file.</dd>
|
111
|
-
<dt><h4><a name="label-18" id="label-18"><code>var_names</code></a></h4></dt><!-- RDLabel: "var_names" -->
|
112
|
-
<dd>
|
113
|
-
returns the names of all variables in the control file.</dd>
|
114
|
-
<dt><h4><a name="label-19" id="label-19"><code>att_names</code></a></h4></dt><!-- RDLabel: "att_names" -->
|
115
|
-
<dd>
|
116
|
-
returns the names of all the global attributes.</dd>
|
117
|
-
<dt><h4><a name="label-20" id="label-20"><code>to_ctl</code></a></h4></dt><!-- RDLabel: "to_ctl" -->
|
118
|
-
<dd>
|
119
|
-
<p>returns the contents of the corresponding control file as a String.</p>
|
120
|
-
<p>REMARK</p>
|
121
|
-
<ul>
|
122
|
-
<li>The contents is reconstructed from the internal data of the object.
|
123
|
-
Therefore, even when the object is based on a read-only control file,
|
124
|
-
it is not necessarily the same as the original one. It is especially
|
125
|
-
true when the object was modified after it is opened.</li>
|
126
|
-
</ul></dd>
|
127
|
-
<dt><h4><a name="label-21" id="label-21"><code>get(<var>name</var>, <var>z</var>, <var>t</var>)</code></a></h4></dt><!-- RDLabel: "get" -->
|
128
|
-
<dd>
|
129
|
-
<p>reads the binary data and returns as a NArray.</p>
|
130
|
-
<p>ARGUMENTS</p>
|
131
|
-
<ul>
|
132
|
-
<li>name (String): name of the variable to read</li>
|
133
|
-
<li>z (Integer, currently): vertical level to read (0,1,2,...; starting
|
134
|
-
from 0). Currently only one vertical levels must be chosen, but in the
|
135
|
-
future, it is planned to support multiple levels.</li>
|
136
|
-
<li>t (Integer, currently): time to read (0,1,2,...; starting
|
137
|
-
from 0). Currently only one time must be chosen, but in the
|
138
|
-
future, it is planned to support multiple times.</li>
|
139
|
-
</ul></dd>
|
140
|
-
<dt><h4><a name="label-22" id="label-22"><code>put(<var>ary</var>)</code></a></h4></dt><!-- RDLabel: "put" -->
|
141
|
-
<dd>
|
142
|
-
<p>writes the NArray on the binary data file. </p>
|
143
|
-
<p>ARGUMENTS</p>
|
144
|
-
<ul>
|
145
|
-
<li>ary (NArray): data to write. </li>
|
146
|
-
</ul></dd>
|
147
|
-
<dt><h4><a name="label-23" id="label-23"><code>varnames</code></a></h4></dt><!-- RDLabel: "varnames" -->
|
148
|
-
<dd>
|
149
|
-
Returns names of the variable in the GrADS file as an Array in the order
|
150
|
-
placed.</dd>
|
151
|
-
<dt><h4><a name="label-24" id="label-24"><code>dimensions</code></a></h4></dt><!-- RDLabel: "dimensions" -->
|
152
|
-
<dd>
|
153
|
-
<p>Returns info on the four dimensions.</p>
|
154
|
-
<p>RETURN VALUE</p>
|
155
|
-
<ul>
|
156
|
-
<li><p>an Array of 4 elements: dimension[0] for x, dimension[1] for y,
|
157
|
-
dimension[2] for z, and dimension[3] for t. Each of them is a
|
158
|
-
Hash like the following:</p>
|
159
|
-
<pre>{:name=>"x",
|
160
|
-
:len=>132,
|
161
|
-
:flag=>"LINEAR",
|
162
|
-
:spec=>"-0.7500 1.5000",
|
163
|
-
:start=>-0.75, :increment=>1.5,
|
164
|
-
:description=>"longitude",
|
165
|
-
:units=>"degrees_east"}</pre>
|
166
|
-
<p>Here, :len, :flag, and :spec are directly from the control file, while
|
167
|
-
others are derived properties for internal use. </p></li>
|
168
|
-
</ul>
|
169
|
-
<p>WARNING</p>
|
170
|
-
<ul>
|
171
|
-
<li>Each elements of the return value is not a clone but is a direct
|
172
|
-
association to an internal object of the object. Therefore, to
|
173
|
-
modify it is to modify the object. That is, dimensions[0][:len]=10
|
174
|
-
would actually change the internal variable, while dimensions[0]=nil
|
175
|
-
has no effect (the former is a substitution IN a Hash, while the latter
|
176
|
-
is a substitution OF the Hash).</li>
|
177
|
-
</ul></dd>
|
178
|
-
<dt><h4><a name="label-25" id="label-25"><code>get_dim(<var>dim</var>)</code></a></h4></dt><!-- RDLabel: "get_dim" -->
|
179
|
-
<dd>
|
180
|
-
<p>returns positions of a dimension as an NArray.</p>
|
181
|
-
<p>ARGUMENTS</p>
|
182
|
-
<ul>
|
183
|
-
<li>dim (String): a dimension name</li>
|
184
|
-
</ul>
|
185
|
-
<p>RETURN VALUE</p>
|
186
|
-
<ul>
|
187
|
-
<li>an NArray</li>
|
188
|
-
</ul></dd>
|
189
|
-
<dt><h4><a name="label-26" id="label-26"><code>title</code></a></h4></dt><!-- RDLabel: "title" -->
|
190
|
-
<dt><h4><a name="label-27" id="label-27"><code>title=</code></a></h4></dt><!-- RDLabel: "title=" -->
|
191
|
-
<dd>
|
192
|
-
get/set the title</dd>
|
193
|
-
<dt><h4><a name="label-28" id="label-28"><code>undef</code></a></h4></dt><!-- RDLabel: "undef" -->
|
194
|
-
<dt><h4><a name="label-29" id="label-29"><code>undef=</code></a></h4></dt><!-- RDLabel: "undef=" -->
|
195
|
-
<dd>
|
196
|
-
get/set the undef value</dd>
|
197
|
-
<dt><h4><a name="label-30" id="label-30"><code>dset</code></a></h4></dt><!-- RDLabel: "dset" -->
|
198
|
-
<dt><h4><a name="label-31" id="label-31"><code>dset=</code></a></h4></dt><!-- RDLabel: "dset=" -->
|
199
|
-
<dd>
|
200
|
-
get/set the dset string</dd>
|
201
|
-
</dl>
|
202
|
-
<h1><a name="label-32" id="label-32">GrADSVar -- a class for a variable of GrADS gridded datasets</a></h1><!-- RDLabel: "GrADSVar ­­ a class for a variable of GrADS gridded datasets" -->
|
203
|
-
<p>by R Mizuta</p>
|
204
|
-
<h2><a name="label-33" id="label-33">Overview</a></h2><!-- RDLabel: "Overview" -->
|
205
|
-
<p>a GrADSVar object corresponds to one variable in a GrADS control file.
|
206
|
-
It is intended to behave as a correspondent of a NetCDFVar object. </p>
|
207
|
-
<h2><a name="label-34" id="label-34">Current Limitations</a></h2><!-- RDLabel: "Current Limitations" -->
|
208
|
-
<ul>
|
209
|
-
<li>Only a part of the methods can work. </li>
|
210
|
-
<li>Writing methods are not supported. </li>
|
211
|
-
</ul>
|
212
|
-
<h2><a name="label-35" id="label-35">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
|
213
|
-
<dl>
|
214
|
-
<dt><h4><a name="label-36" id="label-36"><code>GrADSVar.new(<var>file</var>, <var>varname</var>)</code></a></h4></dt><!-- RDLabel: "GrADSVar.new" -->
|
215
|
-
<dd>
|
216
|
-
<p>make a new GrADSVar object. </p>
|
217
|
-
<p>ARGUMENTS</p>
|
218
|
-
<ul>
|
219
|
-
<li>file (GrADS_Gridded or String): a GrADS_Gridded object or
|
220
|
-
a name of the control file to open</li>
|
221
|
-
<li>varname (String): name of the variable to open</li>
|
222
|
-
</ul></dd>
|
223
|
-
</dl>
|
224
|
-
<h2><a name="label-37" id="label-37">Methods</a></h2><!-- RDLabel: "Methods" -->
|
225
|
-
<dl>
|
226
|
-
<dt><h4><a name="label-38" id="label-38"><code>shape_ul0</code></a></h4></dt><!-- RDLabel: "shape_ul0" -->
|
227
|
-
<dd>
|
228
|
-
<p>returns the shape of the variable, but the length of the unlimited
|
229
|
-
dimension is set to zero.</p>
|
230
|
-
<p>RETURN VALUE</p>
|
231
|
-
<ul>
|
232
|
-
<li>Array. [length of 0th dim, length of 1st dim,.. ]</li>
|
233
|
-
</ul></dd>
|
234
|
-
<dt><h4><a name="label-39" id="label-39"><code>shape_current</code></a></h4></dt><!-- RDLabel: "shape_current" -->
|
235
|
-
<dd>
|
236
|
-
<p>returns the current shape of the variable.</p>
|
237
|
-
<p>RETURN VALUE</p>
|
238
|
-
<ul>
|
239
|
-
<li>Array. [length of 0th dim, length of 1st dim,.. ]</li>
|
240
|
-
</ul></dd>
|
241
|
-
<dt><h4><a name="label-40" id="label-40"><code>dim_names</code></a></h4></dt><!-- RDLabel: "dim_names" -->
|
242
|
-
<dd>
|
243
|
-
returns the names of all dimensions of the variable.</dd>
|
244
|
-
<dt><h4><a name="label-41" id="label-41"><code>att_names</code></a></h4></dt><!-- RDLabel: "att_names" -->
|
245
|
-
<dd>
|
246
|
-
returns the names of all attributes of the variable.</dd>
|
247
|
-
<dt><h4><a name="label-42" id="label-42"><code>name</code></a></h4></dt><!-- RDLabel: "name" -->
|
248
|
-
<dd>
|
249
|
-
returns the name of the variable. </dd>
|
250
|
-
<dt><h4><a name="label-43" id="label-43"><code>ndims</code></a></h4></dt><!-- RDLabel: "ndims" -->
|
251
|
-
<dd>
|
252
|
-
returns the number of dimensions in the file (always 4). </dd>
|
253
|
-
<dt><h4><a name="label-44" id="label-44"><code>rank</code></a></h4></dt><!-- RDLabel: "rank" -->
|
254
|
-
<dd>
|
255
|
-
alias of ndims</dd>
|
256
|
-
<dt><h4><a name="label-45" id="label-45"><code>vartype</code></a></h4></dt><!-- RDLabel: "vartype" -->
|
257
|
-
<dd>
|
258
|
-
returns "sfloat" in order to behave as NetCDFVar#vartype. </dd>
|
259
|
-
<dt><h4><a name="label-46" id="label-46"><code>natts</code></a></h4></dt><!-- RDLabel: "natts" -->
|
260
|
-
<dd>
|
261
|
-
returns the number of attributes of the variable.</dd>
|
262
|
-
<dt><h4><a name="label-47" id="label-47"><code>file</code></a></h4></dt><!-- RDLabel: "file" -->
|
263
|
-
<dd>
|
264
|
-
returns the file name that controls the variable. </dd>
|
265
|
-
<dt><h4><a name="label-48" id="label-48"><code>get_att( <var>name</var>=<var>nil</var> )</code></a></h4></dt><!-- RDLabel: "get_att" -->
|
266
|
-
<dd>
|
267
|
-
returns tha value of the attribute of the variable.</dd>
|
268
|
-
<dt><h4><a name="label-49" id="label-49"><code>put_att( <var>name</var>, <var>value</var> )</code></a></h4></dt><!-- RDLabel: "put_att" -->
|
269
|
-
<dd>
|
270
|
-
<p>set an attribute of the variable. </p>
|
271
|
-
<p>ARGUMENTS</p>
|
272
|
-
<ul>
|
273
|
-
<li>name (String): name of an attribute</li>
|
274
|
-
<li>value (String): value of an attribute</li>
|
275
|
-
</ul></dd>
|
276
|
-
<dt><h4><a name="label-50" id="label-50"><code>get(<var>hash</var>=<var>nil</var>)</code></a></h4></dt><!-- RDLabel: "get" -->
|
277
|
-
<dd>
|
278
|
-
<p>returns values of the variable.</p>
|
279
|
-
<p>ARGUMENTS</p>
|
280
|
-
<ul>
|
281
|
-
<li>hash (Hash) : Optional argument to limit the portion of the
|
282
|
-
variable to output values. If omitted, the whole variable is
|
283
|
-
subject to the output. This argument accepts a Hash whose keys
|
284
|
-
contain either "index" or a combination of "start","end", and
|
285
|
-
"stride". The value of "index" points the index of a scalar
|
286
|
-
portion of the variable. The other case is used to designate a
|
287
|
-
regularly ordered subset, where "start" and "end" specifies
|
288
|
-
bounds in each dimension and "stride" specifies intervals in
|
289
|
-
it. As in Array "start", "end", and "index" can take negative
|
290
|
-
values to specify index backward from the end. However,
|
291
|
-
"stride" has to be positive, so reversing the array must be
|
292
|
-
done afterwards if you like.</li>
|
293
|
-
</ul>
|
294
|
-
<p>RETURN VALUE</p>
|
295
|
-
<ul>
|
296
|
-
<li>an NArray object</li>
|
297
|
-
</ul>
|
298
|
-
<p>REMARK
|
299
|
-
"stride","index" is not supported yet.</p></dd>
|
300
|
-
<dt><h4><a name="label-51" id="label-51"><code>[]</code></a></h4></dt><!-- RDLabel: "[]" -->
|
301
|
-
<dd>
|
302
|
-
Same as GrADSVar#get but a subset is specified as in the method []
|
303
|
-
of NArray. </dd>
|
304
|
-
</dl>
|
305
|
-
|
306
|
-
</body>
|
307
|
-
</html>
|