gphys 1.2.2.1 → 1.4.3

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.
Files changed (405) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -17
  3. data/.rspec +2 -0
  4. data/.travis.yml +3 -0
  5. data/ChangeLog +5762 -753
  6. data/LICENSE.txt +30 -18
  7. data/Rakefile +1 -0
  8. data/bin/console +14 -0
  9. data/bin/gpcat +43 -2
  10. data/bin/gpcut +16 -0
  11. data/bin/gpvect +167 -15
  12. data/bin/gpview +254 -51
  13. data/bin/setup +7 -0
  14. data/dim_op.c +1220 -0
  15. data/doc/attribute.html +19 -0
  16. data/doc/attributenetcdf.html +15 -0
  17. data/doc/axis.html +387 -0
  18. data/doc/coordmapping.html +111 -0
  19. data/doc/coordtransform.html +36 -0
  20. data/doc/dclext.html +821 -0
  21. data/doc/derivative/gphys-derivative.html +100 -0
  22. data/doc/derivative/index.html +21 -0
  23. data/doc/derivative/index.rd +14 -0
  24. data/doc/derivative/math-doc/document.pdf +0 -0
  25. data/doc/derivative/math-doc/document.tex +158 -0
  26. data/doc/derivative/math-doc/document/document.css +30 -0
  27. data/doc/derivative/math-doc/document/document.html +57 -0
  28. data/doc/derivative/math-doc/document/images.aux +1 -0
  29. data/doc/derivative/math-doc/document/images.log +385 -0
  30. data/doc/derivative/math-doc/document/images.pl +186 -0
  31. data/doc/derivative/math-doc/document/images.tex +364 -0
  32. data/doc/derivative/math-doc/document/img1.png +0 -0
  33. data/doc/derivative/math-doc/document/img10.png +0 -0
  34. data/doc/derivative/math-doc/document/img11.png +0 -0
  35. data/doc/derivative/math-doc/document/img12.png +0 -0
  36. data/doc/derivative/math-doc/document/img13.png +0 -0
  37. data/doc/derivative/math-doc/document/img14.png +0 -0
  38. data/doc/derivative/math-doc/document/img15.png +0 -0
  39. data/doc/derivative/math-doc/document/img16.png +0 -0
  40. data/doc/derivative/math-doc/document/img17.png +0 -0
  41. data/doc/derivative/math-doc/document/img18.png +0 -0
  42. data/doc/derivative/math-doc/document/img19.png +0 -0
  43. data/doc/derivative/math-doc/document/img2.png +0 -0
  44. data/doc/derivative/math-doc/document/img20.png +0 -0
  45. data/doc/derivative/math-doc/document/img21.png +0 -0
  46. data/doc/derivative/math-doc/document/img22.png +0 -0
  47. data/doc/derivative/math-doc/document/img23.png +0 -0
  48. data/doc/derivative/math-doc/document/img24.png +0 -0
  49. data/doc/derivative/math-doc/document/img25.png +0 -0
  50. data/doc/derivative/math-doc/document/img26.png +0 -0
  51. data/doc/derivative/math-doc/document/img27.png +0 -0
  52. data/doc/derivative/math-doc/document/img28.png +0 -0
  53. data/doc/derivative/math-doc/document/img29.png +0 -0
  54. data/doc/derivative/math-doc/document/img3.png +0 -0
  55. data/doc/derivative/math-doc/document/img30.png +0 -0
  56. data/doc/derivative/math-doc/document/img4.png +0 -0
  57. data/doc/derivative/math-doc/document/img5.png +0 -0
  58. data/doc/derivative/math-doc/document/img6.png +0 -0
  59. data/doc/derivative/math-doc/document/img7.png +0 -0
  60. data/doc/derivative/math-doc/document/img8.png +0 -0
  61. data/doc/derivative/math-doc/document/img9.png +0 -0
  62. data/doc/derivative/math-doc/document/index.html +57 -0
  63. data/doc/derivative/math-doc/document/labels.pl +13 -0
  64. data/doc/derivative/math-doc/document/next.png +0 -0
  65. data/doc/derivative/math-doc/document/next_g.png +0 -0
  66. data/doc/derivative/math-doc/document/node1.html +238 -0
  67. data/doc/derivative/math-doc/document/node2.html +75 -0
  68. data/doc/derivative/math-doc/document/prev.png +0 -0
  69. data/doc/derivative/math-doc/document/prev_g.png +0 -0
  70. data/doc/derivative/math-doc/document/up.png +0 -0
  71. data/doc/derivative/math-doc/document/up_g.png +0 -0
  72. data/doc/derivative/numru-derivative.html +158 -0
  73. data/doc/ep_flux/ep_flux.html +469 -0
  74. data/doc/ep_flux/ggraph_on_merdional_section.html +71 -0
  75. data/doc/ep_flux/index.html +31 -0
  76. data/doc/ep_flux/index.rd +24 -0
  77. data/doc/ep_flux/math-doc/document.pdf +0 -0
  78. data/doc/ep_flux/math-doc/document.tex +2018 -0
  79. data/doc/ep_flux/math-doc/document/WARNINGS +1 -0
  80. data/doc/ep_flux/math-doc/document/contents.png +0 -0
  81. data/doc/ep_flux/math-doc/document/crossref.png +0 -0
  82. data/doc/ep_flux/math-doc/document/document.css +30 -0
  83. data/doc/ep_flux/math-doc/document/document.html +101 -0
  84. data/doc/ep_flux/math-doc/document/images.aux +1 -0
  85. data/doc/ep_flux/math-doc/document/images.log +1375 -0
  86. data/doc/ep_flux/math-doc/document/images.pl +1328 -0
  87. data/doc/ep_flux/math-doc/document/images.tex +1471 -0
  88. data/doc/ep_flux/math-doc/document/img1.png +0 -0
  89. data/doc/ep_flux/math-doc/document/img10.png +0 -0
  90. data/doc/ep_flux/math-doc/document/img100.png +0 -0
  91. data/doc/ep_flux/math-doc/document/img101.png +0 -0
  92. data/doc/ep_flux/math-doc/document/img102.png +0 -0
  93. data/doc/ep_flux/math-doc/document/img103.png +0 -0
  94. data/doc/ep_flux/math-doc/document/img104.png +0 -0
  95. data/doc/ep_flux/math-doc/document/img105.png +0 -0
  96. data/doc/ep_flux/math-doc/document/img106.png +0 -0
  97. data/doc/ep_flux/math-doc/document/img107.png +0 -0
  98. data/doc/ep_flux/math-doc/document/img108.png +0 -0
  99. data/doc/ep_flux/math-doc/document/img109.png +0 -0
  100. data/doc/ep_flux/math-doc/document/img11.png +0 -0
  101. data/doc/ep_flux/math-doc/document/img110.png +0 -0
  102. data/doc/ep_flux/math-doc/document/img111.png +0 -0
  103. data/doc/ep_flux/math-doc/document/img112.png +0 -0
  104. data/doc/ep_flux/math-doc/document/img113.png +0 -0
  105. data/doc/ep_flux/math-doc/document/img114.png +0 -0
  106. data/doc/ep_flux/math-doc/document/img115.png +0 -0
  107. data/doc/ep_flux/math-doc/document/img116.png +0 -0
  108. data/doc/ep_flux/math-doc/document/img117.png +0 -0
  109. data/doc/ep_flux/math-doc/document/img118.png +0 -0
  110. data/doc/ep_flux/math-doc/document/img119.png +0 -0
  111. data/doc/ep_flux/math-doc/document/img12.png +0 -0
  112. data/doc/ep_flux/math-doc/document/img120.png +0 -0
  113. data/doc/ep_flux/math-doc/document/img121.png +0 -0
  114. data/doc/ep_flux/math-doc/document/img122.png +0 -0
  115. data/doc/ep_flux/math-doc/document/img123.png +0 -0
  116. data/doc/ep_flux/math-doc/document/img124.png +0 -0
  117. data/doc/ep_flux/math-doc/document/img125.png +0 -0
  118. data/doc/ep_flux/math-doc/document/img126.png +0 -0
  119. data/doc/ep_flux/math-doc/document/img127.png +0 -0
  120. data/doc/ep_flux/math-doc/document/img128.png +0 -0
  121. data/doc/ep_flux/math-doc/document/img129.png +0 -0
  122. data/doc/ep_flux/math-doc/document/img13.png +0 -0
  123. data/doc/ep_flux/math-doc/document/img130.png +0 -0
  124. data/doc/ep_flux/math-doc/document/img131.png +0 -0
  125. data/doc/ep_flux/math-doc/document/img132.png +0 -0
  126. data/doc/ep_flux/math-doc/document/img133.png +0 -0
  127. data/doc/ep_flux/math-doc/document/img134.png +0 -0
  128. data/doc/ep_flux/math-doc/document/img135.png +0 -0
  129. data/doc/ep_flux/math-doc/document/img136.png +0 -0
  130. data/doc/ep_flux/math-doc/document/img137.png +0 -0
  131. data/doc/ep_flux/math-doc/document/img138.png +0 -0
  132. data/doc/ep_flux/math-doc/document/img139.png +0 -0
  133. data/doc/ep_flux/math-doc/document/img14.png +0 -0
  134. data/doc/ep_flux/math-doc/document/img140.png +0 -0
  135. data/doc/ep_flux/math-doc/document/img141.png +0 -0
  136. data/doc/ep_flux/math-doc/document/img142.png +0 -0
  137. data/doc/ep_flux/math-doc/document/img143.png +0 -0
  138. data/doc/ep_flux/math-doc/document/img144.png +0 -0
  139. data/doc/ep_flux/math-doc/document/img145.png +0 -0
  140. data/doc/ep_flux/math-doc/document/img146.png +0 -0
  141. data/doc/ep_flux/math-doc/document/img147.png +0 -0
  142. data/doc/ep_flux/math-doc/document/img148.png +0 -0
  143. data/doc/ep_flux/math-doc/document/img149.png +0 -0
  144. data/doc/ep_flux/math-doc/document/img15.png +0 -0
  145. data/doc/ep_flux/math-doc/document/img150.png +0 -0
  146. data/doc/ep_flux/math-doc/document/img151.png +0 -0
  147. data/doc/ep_flux/math-doc/document/img152.png +0 -0
  148. data/doc/ep_flux/math-doc/document/img153.png +0 -0
  149. data/doc/ep_flux/math-doc/document/img154.png +0 -0
  150. data/doc/ep_flux/math-doc/document/img155.png +0 -0
  151. data/doc/ep_flux/math-doc/document/img156.png +0 -0
  152. data/doc/ep_flux/math-doc/document/img157.png +0 -0
  153. data/doc/ep_flux/math-doc/document/img158.png +0 -0
  154. data/doc/ep_flux/math-doc/document/img159.png +0 -0
  155. data/doc/ep_flux/math-doc/document/img16.png +0 -0
  156. data/doc/ep_flux/math-doc/document/img160.png +0 -0
  157. data/doc/ep_flux/math-doc/document/img161.png +0 -0
  158. data/doc/ep_flux/math-doc/document/img162.png +0 -0
  159. data/doc/ep_flux/math-doc/document/img163.png +0 -0
  160. data/doc/ep_flux/math-doc/document/img164.png +0 -0
  161. data/doc/ep_flux/math-doc/document/img165.png +0 -0
  162. data/doc/ep_flux/math-doc/document/img166.png +0 -0
  163. data/doc/ep_flux/math-doc/document/img167.png +0 -0
  164. data/doc/ep_flux/math-doc/document/img168.png +0 -0
  165. data/doc/ep_flux/math-doc/document/img169.png +0 -0
  166. data/doc/ep_flux/math-doc/document/img17.png +0 -0
  167. data/doc/ep_flux/math-doc/document/img170.png +0 -0
  168. data/doc/ep_flux/math-doc/document/img171.png +0 -0
  169. data/doc/ep_flux/math-doc/document/img172.png +0 -0
  170. data/doc/ep_flux/math-doc/document/img173.png +0 -0
  171. data/doc/ep_flux/math-doc/document/img174.png +0 -0
  172. data/doc/ep_flux/math-doc/document/img175.png +0 -0
  173. data/doc/ep_flux/math-doc/document/img176.png +0 -0
  174. data/doc/ep_flux/math-doc/document/img177.png +0 -0
  175. data/doc/ep_flux/math-doc/document/img178.png +0 -0
  176. data/doc/ep_flux/math-doc/document/img179.png +0 -0
  177. data/doc/ep_flux/math-doc/document/img18.png +0 -0
  178. data/doc/ep_flux/math-doc/document/img180.png +0 -0
  179. data/doc/ep_flux/math-doc/document/img181.png +0 -0
  180. data/doc/ep_flux/math-doc/document/img182.png +0 -0
  181. data/doc/ep_flux/math-doc/document/img183.png +0 -0
  182. data/doc/ep_flux/math-doc/document/img184.png +0 -0
  183. data/doc/ep_flux/math-doc/document/img185.png +0 -0
  184. data/doc/ep_flux/math-doc/document/img186.png +0 -0
  185. data/doc/ep_flux/math-doc/document/img187.png +0 -0
  186. data/doc/ep_flux/math-doc/document/img188.png +0 -0
  187. data/doc/ep_flux/math-doc/document/img189.png +0 -0
  188. data/doc/ep_flux/math-doc/document/img19.png +0 -0
  189. data/doc/ep_flux/math-doc/document/img190.png +0 -0
  190. data/doc/ep_flux/math-doc/document/img191.png +0 -0
  191. data/doc/ep_flux/math-doc/document/img192.png +0 -0
  192. data/doc/ep_flux/math-doc/document/img193.png +0 -0
  193. data/doc/ep_flux/math-doc/document/img194.png +0 -0
  194. data/doc/ep_flux/math-doc/document/img195.png +0 -0
  195. data/doc/ep_flux/math-doc/document/img196.png +0 -0
  196. data/doc/ep_flux/math-doc/document/img197.png +0 -0
  197. data/doc/ep_flux/math-doc/document/img198.png +0 -0
  198. data/doc/ep_flux/math-doc/document/img199.png +0 -0
  199. data/doc/ep_flux/math-doc/document/img2.png +0 -0
  200. data/doc/ep_flux/math-doc/document/img20.png +0 -0
  201. data/doc/ep_flux/math-doc/document/img200.png +0 -0
  202. data/doc/ep_flux/math-doc/document/img21.png +0 -0
  203. data/doc/ep_flux/math-doc/document/img22.png +0 -0
  204. data/doc/ep_flux/math-doc/document/img23.png +0 -0
  205. data/doc/ep_flux/math-doc/document/img24.png +0 -0
  206. data/doc/ep_flux/math-doc/document/img25.png +0 -0
  207. data/doc/ep_flux/math-doc/document/img26.png +0 -0
  208. data/doc/ep_flux/math-doc/document/img27.png +0 -0
  209. data/doc/ep_flux/math-doc/document/img28.png +0 -0
  210. data/doc/ep_flux/math-doc/document/img29.png +0 -0
  211. data/doc/ep_flux/math-doc/document/img3.png +0 -0
  212. data/doc/ep_flux/math-doc/document/img30.png +0 -0
  213. data/doc/ep_flux/math-doc/document/img31.png +0 -0
  214. data/doc/ep_flux/math-doc/document/img32.png +0 -0
  215. data/doc/ep_flux/math-doc/document/img33.png +0 -0
  216. data/doc/ep_flux/math-doc/document/img34.png +0 -0
  217. data/doc/ep_flux/math-doc/document/img35.png +0 -0
  218. data/doc/ep_flux/math-doc/document/img36.png +0 -0
  219. data/doc/ep_flux/math-doc/document/img37.png +0 -0
  220. data/doc/ep_flux/math-doc/document/img38.png +0 -0
  221. data/doc/ep_flux/math-doc/document/img39.png +0 -0
  222. data/doc/ep_flux/math-doc/document/img4.png +0 -0
  223. data/doc/ep_flux/math-doc/document/img40.png +0 -0
  224. data/doc/ep_flux/math-doc/document/img41.png +0 -0
  225. data/doc/ep_flux/math-doc/document/img42.png +0 -0
  226. data/doc/ep_flux/math-doc/document/img43.png +0 -0
  227. data/doc/ep_flux/math-doc/document/img44.png +0 -0
  228. data/doc/ep_flux/math-doc/document/img45.png +0 -0
  229. data/doc/ep_flux/math-doc/document/img46.png +0 -0
  230. data/doc/ep_flux/math-doc/document/img47.png +0 -0
  231. data/doc/ep_flux/math-doc/document/img48.png +0 -0
  232. data/doc/ep_flux/math-doc/document/img49.png +0 -0
  233. data/doc/ep_flux/math-doc/document/img5.png +0 -0
  234. data/doc/ep_flux/math-doc/document/img50.png +0 -0
  235. data/doc/ep_flux/math-doc/document/img51.png +0 -0
  236. data/doc/ep_flux/math-doc/document/img52.png +0 -0
  237. data/doc/ep_flux/math-doc/document/img53.png +0 -0
  238. data/doc/ep_flux/math-doc/document/img54.png +0 -0
  239. data/doc/ep_flux/math-doc/document/img55.png +0 -0
  240. data/doc/ep_flux/math-doc/document/img56.png +0 -0
  241. data/doc/ep_flux/math-doc/document/img57.png +0 -0
  242. data/doc/ep_flux/math-doc/document/img58.png +0 -0
  243. data/doc/ep_flux/math-doc/document/img59.png +0 -0
  244. data/doc/ep_flux/math-doc/document/img6.png +0 -0
  245. data/doc/ep_flux/math-doc/document/img60.png +0 -0
  246. data/doc/ep_flux/math-doc/document/img61.png +0 -0
  247. data/doc/ep_flux/math-doc/document/img62.png +0 -0
  248. data/doc/ep_flux/math-doc/document/img63.png +0 -0
  249. data/doc/ep_flux/math-doc/document/img64.png +0 -0
  250. data/doc/ep_flux/math-doc/document/img65.png +0 -0
  251. data/doc/ep_flux/math-doc/document/img66.png +0 -0
  252. data/doc/ep_flux/math-doc/document/img67.png +0 -0
  253. data/doc/ep_flux/math-doc/document/img68.png +0 -0
  254. data/doc/ep_flux/math-doc/document/img69.png +0 -0
  255. data/doc/ep_flux/math-doc/document/img7.png +0 -0
  256. data/doc/ep_flux/math-doc/document/img70.png +0 -0
  257. data/doc/ep_flux/math-doc/document/img71.png +0 -0
  258. data/doc/ep_flux/math-doc/document/img72.png +0 -0
  259. data/doc/ep_flux/math-doc/document/img73.png +0 -0
  260. data/doc/ep_flux/math-doc/document/img74.png +0 -0
  261. data/doc/ep_flux/math-doc/document/img75.png +0 -0
  262. data/doc/ep_flux/math-doc/document/img76.png +0 -0
  263. data/doc/ep_flux/math-doc/document/img77.png +0 -0
  264. data/doc/ep_flux/math-doc/document/img78.png +0 -0
  265. data/doc/ep_flux/math-doc/document/img79.png +0 -0
  266. data/doc/ep_flux/math-doc/document/img8.png +0 -0
  267. data/doc/ep_flux/math-doc/document/img80.png +0 -0
  268. data/doc/ep_flux/math-doc/document/img81.png +0 -0
  269. data/doc/ep_flux/math-doc/document/img82.png +0 -0
  270. data/doc/ep_flux/math-doc/document/img83.png +0 -0
  271. data/doc/ep_flux/math-doc/document/img84.png +0 -0
  272. data/doc/ep_flux/math-doc/document/img85.png +0 -0
  273. data/doc/ep_flux/math-doc/document/img86.png +0 -0
  274. data/doc/ep_flux/math-doc/document/img87.png +0 -0
  275. data/doc/ep_flux/math-doc/document/img88.png +0 -0
  276. data/doc/ep_flux/math-doc/document/img89.png +0 -0
  277. data/doc/ep_flux/math-doc/document/img9.png +0 -0
  278. data/doc/ep_flux/math-doc/document/img90.png +0 -0
  279. data/doc/ep_flux/math-doc/document/img91.png +0 -0
  280. data/doc/ep_flux/math-doc/document/img92.png +0 -0
  281. data/doc/ep_flux/math-doc/document/img93.png +0 -0
  282. data/doc/ep_flux/math-doc/document/img94.png +0 -0
  283. data/doc/ep_flux/math-doc/document/img95.png +0 -0
  284. data/doc/ep_flux/math-doc/document/img96.png +0 -0
  285. data/doc/ep_flux/math-doc/document/img97.png +0 -0
  286. data/doc/ep_flux/math-doc/document/img98.png +0 -0
  287. data/doc/ep_flux/math-doc/document/img99.png +0 -0
  288. data/doc/ep_flux/math-doc/document/index.html +101 -0
  289. data/doc/ep_flux/math-doc/document/internals.pl +258 -0
  290. data/doc/ep_flux/math-doc/document/labels.pl +265 -0
  291. data/doc/ep_flux/math-doc/document/next.png +0 -0
  292. data/doc/ep_flux/math-doc/document/next_g.png +0 -0
  293. data/doc/ep_flux/math-doc/document/node1.html +104 -0
  294. data/doc/ep_flux/math-doc/document/node10.html +164 -0
  295. data/doc/ep_flux/math-doc/document/node11.html +86 -0
  296. data/doc/ep_flux/math-doc/document/node12.html +166 -0
  297. data/doc/ep_flux/math-doc/document/node13.html +897 -0
  298. data/doc/ep_flux/math-doc/document/node14.html +1065 -0
  299. data/doc/ep_flux/math-doc/document/node15.html +72 -0
  300. data/doc/ep_flux/math-doc/document/node16.html +81 -0
  301. data/doc/ep_flux/math-doc/document/node2.html +82 -0
  302. data/doc/ep_flux/math-doc/document/node3.html +91 -0
  303. data/doc/ep_flux/math-doc/document/node4.html +149 -0
  304. data/doc/ep_flux/math-doc/document/node5.html +330 -0
  305. data/doc/ep_flux/math-doc/document/node6.html +99 -0
  306. data/doc/ep_flux/math-doc/document/node7.html +98 -0
  307. data/doc/ep_flux/math-doc/document/node8.html +83 -0
  308. data/doc/ep_flux/math-doc/document/node9.html +140 -0
  309. data/doc/ep_flux/math-doc/document/prev.png +0 -0
  310. data/doc/ep_flux/math-doc/document/prev_g.png +0 -0
  311. data/doc/ep_flux/math-doc/document/up.png +0 -0
  312. data/doc/ep_flux/math-doc/document/up_g.png +0 -0
  313. data/doc/gdir.html +412 -0
  314. data/doc/gdir_client.html +16 -0
  315. data/doc/gdir_connect_ftp-like.html +61 -0
  316. data/doc/gdir_server.html +45 -0
  317. data/doc/ggraph.html +1119 -0
  318. data/doc/gpcat.html +45 -0
  319. data/doc/gpcut.html +47 -0
  320. data/doc/gphys.html +624 -0
  321. data/doc/gphys_fft.html +324 -0
  322. data/doc/gphys_grads_io.html +69 -0
  323. data/doc/gphys_grib_io.html +82 -0
  324. data/doc/gphys_io.html +183 -0
  325. data/doc/gphys_io_common.html +18 -0
  326. data/doc/gphys_netcdf_io.html +283 -0
  327. data/doc/gplist.html +24 -0
  328. data/doc/gpmath.html +52 -0
  329. data/doc/gpmaxmin.html +32 -0
  330. data/doc/gpprint.html +35 -0
  331. data/doc/gpview.html +349 -0
  332. data/doc/grads2nc_with_gphys.html +21 -0
  333. data/doc/grads_gridded.html +307 -0
  334. data/doc/grib.html +149 -0
  335. data/doc/grid.html +224 -0
  336. data/doc/index.html +145 -0
  337. data/doc/index.rd +138 -0
  338. data/doc/netcdf_convention.html +136 -0
  339. data/doc/unumeric.html +176 -0
  340. data/doc/update +69 -0
  341. data/doc/update_rdoc +8 -0
  342. data/doc/varray.html +299 -0
  343. data/doc/varraycomposite.html +67 -0
  344. data/ext_init.c +1 -0
  345. data/extconf.rb +16 -6
  346. data/gphys.gemspec +33 -26
  347. data/interpo.c +1 -1
  348. data/lib/numru/dclext.rb +718 -546
  349. data/lib/numru/derivative.rb +2 -0
  350. data/lib/numru/ganalysis.rb +38 -0
  351. data/lib/numru/ganalysis/beta_plane.rb +103 -0
  352. data/lib/numru/ganalysis/eof.rb +3 -2
  353. data/lib/numru/ganalysis/fitting.rb +559 -0
  354. data/lib/numru/ganalysis/histogram.rb +36 -19
  355. data/lib/numru/ganalysis/log_p.rb +130 -0
  356. data/lib/numru/ganalysis/met.rb +396 -2
  357. data/lib/numru/ganalysis/met_z.rb +300 -0
  358. data/lib/numru/ganalysis/planet.rb +17 -7
  359. data/lib/numru/ganalysis/qg.rb +685 -0
  360. data/lib/numru/ganalysis/sigma_coord.rb +90 -0
  361. data/lib/numru/gdir.rb +2 -1
  362. data/lib/numru/ggraph.rb +204 -60
  363. data/lib/numru/ggraph_on_merdional_section.rb +1 -1
  364. data/lib/numru/gphys.rb +6 -0
  365. data/lib/numru/gphys/assoccoords.rb +18 -3
  366. data/lib/numru/gphys/axis.rb +209 -8
  367. data/lib/numru/gphys/derivative.rb +11 -0
  368. data/lib/numru/gphys/gphys.rb +539 -48
  369. data/lib/numru/gphys/gphys_dim_op.rb +331 -0
  370. data/lib/numru/gphys/gphys_fft.rb +48 -2
  371. data/lib/numru/gphys/gphys_io.rb +241 -13
  372. data/lib/numru/gphys/gphys_netcdf_io.rb +77 -39
  373. data/lib/numru/gphys/gphys_nusdas_io.rb +3 -0
  374. data/lib/numru/gphys/grib.rb +133 -54
  375. data/lib/numru/gphys/grib_params.rb +26 -3
  376. data/lib/numru/gphys/grid.rb +75 -34
  377. data/lib/numru/gphys/interpolate.rb +24 -10
  378. data/lib/numru/gphys/mdstorage.rb +160 -0
  379. data/lib/numru/gphys/netcdf_convention.rb +4 -2
  380. data/lib/numru/gphys/subsetmapping.rb +0 -1
  381. data/lib/numru/gphys/unumeric.rb +50 -5
  382. data/lib/numru/gphys/varray.rb +15 -30
  383. data/lib/numru/gphys/varraycomposite.rb +107 -24
  384. data/lib/numru/gphys/varraynetcdf.rb +9 -3
  385. data/lib/numru/gphys/version.rb +5 -0
  386. data/sample/druby_cli1.rb +2 -0
  387. data/sample/druby_cli2.rb +0 -6
  388. data/sample/druby_serv2.rb +0 -13
  389. data/spec/gphys_spec.rb +11 -0
  390. data/spec/spec_helper.rb +2 -0
  391. data/test/test_assoccoords.rb +102 -0
  392. data/test/test_axis.rb +61 -0
  393. data/test/test_fitting.rb +116 -0
  394. data/test/test_gphys.rb +20 -0
  395. data/test/test_met_z.rb +96 -0
  396. data/test/test_sigma_coord.rb +50 -0
  397. data/{test → test_old}/eof_slp.rb +0 -0
  398. data/{test → test_old}/mltbit.dat +0 -0
  399. data/{test → test_old}/test_ep_flux.rb +0 -0
  400. data/{test → test_old}/test_multibitIO.rb +0 -0
  401. metadata +530 -191
  402. data/README.md +0 -29
  403. data/lib/gphys.rb +0 -2
  404. data/lib/numru/dclext_datetime_ax.rb +0 -220
  405. data/lib/version.rb +0 -3
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,16 +1,9 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: gphys
3
- version: !ruby/object:Gem::Version
4
- hash: 69
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 2
9
- - 2
10
- - 1
11
- version: 1.2.2.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.4.3
12
5
  platform: ruby
13
- authors:
6
+ authors:
14
7
  - Takeshi Horinouchi
15
8
  - Ryo Mizuta
16
9
  - Daisuke Tsukahara
@@ -19,170 +12,154 @@ authors:
19
12
  autorequire:
20
13
  bindir: bin
21
14
  cert_chain: []
22
-
23
- date: 2012-12-12 00:00:00 +09:00
24
- default_executable:
25
- dependencies:
26
- - !ruby/object:Gem::Dependency
15
+ date: 2015-02-25 00:00:00.000000000 Z
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
27
18
  name: narray
28
- prerelease: false
29
- requirement: &id001 !ruby/object:Gem::Requirement
30
- none: false
31
- requirements:
32
- - - ">="
33
- - !ruby/object:Gem::Version
34
- hash: 5
35
- segments:
36
- - 0
37
- - 5
38
- - 7
19
+ requirement: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - '>='
22
+ - !ruby/object:Gem::Version
39
23
  version: 0.5.7
40
24
  type: :runtime
41
- version_requirements: *id001
42
- - !ruby/object:Gem::Dependency
43
- name: numru-misc
44
25
  prerelease: false
45
- requirement: &id002 !ruby/object:Gem::Requirement
46
- none: false
47
- requirements:
48
- - - ">="
49
- - !ruby/object:Gem::Version
50
- hash: 27
51
- segments:
52
- - 0
53
- - 1
54
- - 0
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - '>='
29
+ - !ruby/object:Gem::Version
30
+ version: 0.5.7
31
+ - !ruby/object:Gem::Dependency
32
+ name: numru-misc
33
+ requirement: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
55
37
  version: 0.1.0
56
38
  type: :runtime
57
- version_requirements: *id002
58
- - !ruby/object:Gem::Dependency
59
- name: numru-units
60
39
  prerelease: false
61
- requirement: &id003 !ruby/object:Gem::Requirement
62
- none: false
63
- requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- hash: 1
67
- segments:
68
- - 1
69
- - 7
70
- version: "1.7"
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - '>='
43
+ - !ruby/object:Gem::Version
44
+ version: 0.1.0
45
+ - !ruby/object:Gem::Dependency
46
+ name: numru-units
47
+ requirement: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '1.7'
71
52
  type: :runtime
72
- version_requirements: *id003
73
- - !ruby/object:Gem::Dependency
74
- name: narray_miss
75
53
  prerelease: false
76
- requirement: &id004 !ruby/object:Gem::Requirement
77
- none: false
78
- requirements:
79
- - - ">="
80
- - !ruby/object:Gem::Version
81
- hash: 23
82
- segments:
83
- - 1
84
- - 2
85
- - 4
54
+ version_requirements: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - '>='
57
+ - !ruby/object:Gem::Version
58
+ version: '1.7'
59
+ - !ruby/object:Gem::Dependency
60
+ name: narray_miss
61
+ requirement: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - '>='
64
+ - !ruby/object:Gem::Version
86
65
  version: 1.2.4
87
66
  type: :runtime
88
- version_requirements: *id004
89
- - !ruby/object:Gem::Dependency
90
- name: ruby-netcdf
91
67
  prerelease: false
92
- requirement: &id005 !ruby/object:Gem::Requirement
93
- none: false
94
- requirements:
95
- - - ">="
96
- - !ruby/object:Gem::Version
97
- hash: 11
98
- segments:
99
- - 0
100
- - 6
101
- - 6
68
+ version_requirements: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - '>='
71
+ - !ruby/object:Gem::Version
72
+ version: 1.2.4
73
+ - !ruby/object:Gem::Dependency
74
+ name: ruby-netcdf
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - '>='
78
+ - !ruby/object:Gem::Version
102
79
  version: 0.6.6
103
80
  type: :runtime
104
- version_requirements: *id005
105
- - !ruby/object:Gem::Dependency
106
- name: ruby-dcl
107
81
  prerelease: false
108
- requirement: &id006 !ruby/object:Gem::Requirement
109
- none: false
110
- requirements:
111
- - - ">="
112
- - !ruby/object:Gem::Version
113
- hash: 13
114
- segments:
115
- - 1
116
- - 6
117
- - 1
82
+ version_requirements: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - '>='
85
+ - !ruby/object:Gem::Version
86
+ version: 0.6.6
87
+ - !ruby/object:Gem::Dependency
88
+ name: ruby-dcl
89
+ requirement: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - '>='
92
+ - !ruby/object:Gem::Version
118
93
  version: 1.6.1
119
94
  type: :runtime
120
- version_requirements: *id006
121
- - !ruby/object:Gem::Dependency
122
- name: ruby-fftw3
123
95
  prerelease: false
124
- requirement: &id007 !ruby/object:Gem::Requirement
125
- none: false
126
- requirements:
127
- - - ">="
128
- - !ruby/object:Gem::Version
129
- hash: 13
130
- segments:
131
- - 0
132
- - 3
133
- version: "0.3"
96
+ version_requirements: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - '>='
99
+ - !ruby/object:Gem::Version
100
+ version: 1.6.1
101
+ - !ruby/object:Gem::Dependency
102
+ name: ruby-fftw3
103
+ requirement: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - '>='
106
+ - !ruby/object:Gem::Version
107
+ version: '0.3'
134
108
  type: :runtime
135
- version_requirements: *id007
136
- - !ruby/object:Gem::Dependency
137
- name: gsl
138
109
  prerelease: false
139
- requirement: &id008 !ruby/object:Gem::Requirement
140
- none: false
141
- requirements:
142
- - - ">="
143
- - !ruby/object:Gem::Version
144
- hash: 19
145
- segments:
146
- - 1
147
- - 14
148
- version: "1.14"
110
+ version_requirements: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - '>='
113
+ - !ruby/object:Gem::Version
114
+ version: '0.3'
115
+ - !ruby/object:Gem::Dependency
116
+ name: gsl
117
+ requirement: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - '>='
120
+ - !ruby/object:Gem::Version
121
+ version: '1.14'
149
122
  type: :runtime
150
- version_requirements: *id008
151
- - !ruby/object:Gem::Dependency
152
- name: ruby-lapack
153
123
  prerelease: false
154
- requirement: &id009 !ruby/object:Gem::Requirement
155
- none: false
156
- requirements:
157
- - - ">="
158
- - !ruby/object:Gem::Version
159
- hash: 5
160
- segments:
161
- - 1
162
- - 5
163
- version: "1.5"
124
+ version_requirements: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - '>='
127
+ - !ruby/object:Gem::Version
128
+ version: '1.14'
129
+ - !ruby/object:Gem::Dependency
130
+ name: ruby-lapack
131
+ requirement: !ruby/object:Gem::Requirement
132
+ requirements:
133
+ - - '>='
134
+ - !ruby/object:Gem::Version
135
+ version: '1.5'
164
136
  type: :runtime
165
- version_requirements: *id009
166
- - !ruby/object:Gem::Dependency
167
- name: rb-grib
168
137
  prerelease: false
169
- requirement: &id010 !ruby/object:Gem::Requirement
170
- none: false
171
- requirements:
172
- - - ">="
173
- - !ruby/object:Gem::Version
174
- hash: 23
175
- segments:
176
- - 0
177
- - 2
178
- - 0
138
+ version_requirements: !ruby/object:Gem::Requirement
139
+ requirements:
140
+ - - '>='
141
+ - !ruby/object:Gem::Version
142
+ version: '1.5'
143
+ - !ruby/object:Gem::Dependency
144
+ name: rb-grib
145
+ requirement: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - '>='
148
+ - !ruby/object:Gem::Version
179
149
  version: 0.2.0
180
150
  type: :development
181
- version_requirements: *id010
182
- description: comprehensive library for self-descriptive gridded physical data (in NetCDF, GrADS, or on memory) with graphicsgraphicsgraphicsgraphics.
183
- email:
151
+ prerelease: false
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ requirements:
154
+ - - '>='
155
+ - !ruby/object:Gem::Version
156
+ version: 0.2.0
157
+ description: comprehensive library for self-descriptive gridded physical data (in
158
+ NetCDF, GrADS, or on memory) with graphicsgraphicsgraphicsgraphics.
159
+ email:
184
160
  - eriko@gfd-dennou.org
185
- executables:
161
+ executables:
162
+ - console
186
163
  - gdir_client
187
164
  - gdir_server
188
165
  - gpaop
@@ -196,19 +173,21 @@ executables:
196
173
  - gpvect
197
174
  - gpview
198
175
  - grads2nc_with_gphys
199
- extensions:
176
+ - setup
177
+ extensions:
200
178
  - extconf.rb
201
179
  extra_rdoc_files: []
202
-
203
- files:
180
+ files:
204
181
  - .gitignore
182
+ - .rspec
183
+ - .travis.yml
205
184
  - ChangeLog
206
185
  - Gemfile
207
186
  - LICENSE.txt
208
187
  - README
209
- - README.md
210
188
  - Rakefile
211
189
  - TODO_ep_flux
190
+ - bin/console
212
191
  - bin/gdir_client
213
192
  - bin/gdir_server
214
193
  - bin/gpaop
@@ -222,23 +201,358 @@ files:
222
201
  - bin/gpvect
223
202
  - bin/gpview
224
203
  - bin/grads2nc_with_gphys
204
+ - bin/setup
205
+ - dim_op.c
206
+ - doc/attribute.html
207
+ - doc/attributenetcdf.html
208
+ - doc/axis.html
209
+ - doc/coordmapping.html
210
+ - doc/coordtransform.html
211
+ - doc/dclext.html
212
+ - doc/derivative/gphys-derivative.html
213
+ - doc/derivative/index.html
214
+ - doc/derivative/index.rd
215
+ - doc/derivative/math-doc/document.pdf
216
+ - doc/derivative/math-doc/document.tex
217
+ - doc/derivative/math-doc/document/document.css
218
+ - doc/derivative/math-doc/document/document.html
219
+ - doc/derivative/math-doc/document/images.aux
220
+ - doc/derivative/math-doc/document/images.log
221
+ - doc/derivative/math-doc/document/images.pl
222
+ - doc/derivative/math-doc/document/images.tex
223
+ - doc/derivative/math-doc/document/img1.png
224
+ - doc/derivative/math-doc/document/img10.png
225
+ - doc/derivative/math-doc/document/img11.png
226
+ - doc/derivative/math-doc/document/img12.png
227
+ - doc/derivative/math-doc/document/img13.png
228
+ - doc/derivative/math-doc/document/img14.png
229
+ - doc/derivative/math-doc/document/img15.png
230
+ - doc/derivative/math-doc/document/img16.png
231
+ - doc/derivative/math-doc/document/img17.png
232
+ - doc/derivative/math-doc/document/img18.png
233
+ - doc/derivative/math-doc/document/img19.png
234
+ - doc/derivative/math-doc/document/img2.png
235
+ - doc/derivative/math-doc/document/img20.png
236
+ - doc/derivative/math-doc/document/img21.png
237
+ - doc/derivative/math-doc/document/img22.png
238
+ - doc/derivative/math-doc/document/img23.png
239
+ - doc/derivative/math-doc/document/img24.png
240
+ - doc/derivative/math-doc/document/img25.png
241
+ - doc/derivative/math-doc/document/img26.png
242
+ - doc/derivative/math-doc/document/img27.png
243
+ - doc/derivative/math-doc/document/img28.png
244
+ - doc/derivative/math-doc/document/img29.png
245
+ - doc/derivative/math-doc/document/img3.png
246
+ - doc/derivative/math-doc/document/img30.png
247
+ - doc/derivative/math-doc/document/img4.png
248
+ - doc/derivative/math-doc/document/img5.png
249
+ - doc/derivative/math-doc/document/img6.png
250
+ - doc/derivative/math-doc/document/img7.png
251
+ - doc/derivative/math-doc/document/img8.png
252
+ - doc/derivative/math-doc/document/img9.png
253
+ - doc/derivative/math-doc/document/index.html
254
+ - doc/derivative/math-doc/document/labels.pl
255
+ - doc/derivative/math-doc/document/next.png
256
+ - doc/derivative/math-doc/document/next_g.png
257
+ - doc/derivative/math-doc/document/node1.html
258
+ - doc/derivative/math-doc/document/node2.html
259
+ - doc/derivative/math-doc/document/prev.png
260
+ - doc/derivative/math-doc/document/prev_g.png
261
+ - doc/derivative/math-doc/document/up.png
262
+ - doc/derivative/math-doc/document/up_g.png
263
+ - doc/derivative/numru-derivative.html
264
+ - doc/ep_flux/ep_flux.html
265
+ - doc/ep_flux/ggraph_on_merdional_section.html
266
+ - doc/ep_flux/index.html
267
+ - doc/ep_flux/index.rd
268
+ - doc/ep_flux/math-doc/document.pdf
269
+ - doc/ep_flux/math-doc/document.tex
270
+ - doc/ep_flux/math-doc/document/WARNINGS
271
+ - doc/ep_flux/math-doc/document/contents.png
272
+ - doc/ep_flux/math-doc/document/crossref.png
273
+ - doc/ep_flux/math-doc/document/document.css
274
+ - doc/ep_flux/math-doc/document/document.html
275
+ - doc/ep_flux/math-doc/document/images.aux
276
+ - doc/ep_flux/math-doc/document/images.log
277
+ - doc/ep_flux/math-doc/document/images.pl
278
+ - doc/ep_flux/math-doc/document/images.tex
279
+ - doc/ep_flux/math-doc/document/img1.png
280
+ - doc/ep_flux/math-doc/document/img10.png
281
+ - doc/ep_flux/math-doc/document/img100.png
282
+ - doc/ep_flux/math-doc/document/img101.png
283
+ - doc/ep_flux/math-doc/document/img102.png
284
+ - doc/ep_flux/math-doc/document/img103.png
285
+ - doc/ep_flux/math-doc/document/img104.png
286
+ - doc/ep_flux/math-doc/document/img105.png
287
+ - doc/ep_flux/math-doc/document/img106.png
288
+ - doc/ep_flux/math-doc/document/img107.png
289
+ - doc/ep_flux/math-doc/document/img108.png
290
+ - doc/ep_flux/math-doc/document/img109.png
291
+ - doc/ep_flux/math-doc/document/img11.png
292
+ - doc/ep_flux/math-doc/document/img110.png
293
+ - doc/ep_flux/math-doc/document/img111.png
294
+ - doc/ep_flux/math-doc/document/img112.png
295
+ - doc/ep_flux/math-doc/document/img113.png
296
+ - doc/ep_flux/math-doc/document/img114.png
297
+ - doc/ep_flux/math-doc/document/img115.png
298
+ - doc/ep_flux/math-doc/document/img116.png
299
+ - doc/ep_flux/math-doc/document/img117.png
300
+ - doc/ep_flux/math-doc/document/img118.png
301
+ - doc/ep_flux/math-doc/document/img119.png
302
+ - doc/ep_flux/math-doc/document/img12.png
303
+ - doc/ep_flux/math-doc/document/img120.png
304
+ - doc/ep_flux/math-doc/document/img121.png
305
+ - doc/ep_flux/math-doc/document/img122.png
306
+ - doc/ep_flux/math-doc/document/img123.png
307
+ - doc/ep_flux/math-doc/document/img124.png
308
+ - doc/ep_flux/math-doc/document/img125.png
309
+ - doc/ep_flux/math-doc/document/img126.png
310
+ - doc/ep_flux/math-doc/document/img127.png
311
+ - doc/ep_flux/math-doc/document/img128.png
312
+ - doc/ep_flux/math-doc/document/img129.png
313
+ - doc/ep_flux/math-doc/document/img13.png
314
+ - doc/ep_flux/math-doc/document/img130.png
315
+ - doc/ep_flux/math-doc/document/img131.png
316
+ - doc/ep_flux/math-doc/document/img132.png
317
+ - doc/ep_flux/math-doc/document/img133.png
318
+ - doc/ep_flux/math-doc/document/img134.png
319
+ - doc/ep_flux/math-doc/document/img135.png
320
+ - doc/ep_flux/math-doc/document/img136.png
321
+ - doc/ep_flux/math-doc/document/img137.png
322
+ - doc/ep_flux/math-doc/document/img138.png
323
+ - doc/ep_flux/math-doc/document/img139.png
324
+ - doc/ep_flux/math-doc/document/img14.png
325
+ - doc/ep_flux/math-doc/document/img140.png
326
+ - doc/ep_flux/math-doc/document/img141.png
327
+ - doc/ep_flux/math-doc/document/img142.png
328
+ - doc/ep_flux/math-doc/document/img143.png
329
+ - doc/ep_flux/math-doc/document/img144.png
330
+ - doc/ep_flux/math-doc/document/img145.png
331
+ - doc/ep_flux/math-doc/document/img146.png
332
+ - doc/ep_flux/math-doc/document/img147.png
333
+ - doc/ep_flux/math-doc/document/img148.png
334
+ - doc/ep_flux/math-doc/document/img149.png
335
+ - doc/ep_flux/math-doc/document/img15.png
336
+ - doc/ep_flux/math-doc/document/img150.png
337
+ - doc/ep_flux/math-doc/document/img151.png
338
+ - doc/ep_flux/math-doc/document/img152.png
339
+ - doc/ep_flux/math-doc/document/img153.png
340
+ - doc/ep_flux/math-doc/document/img154.png
341
+ - doc/ep_flux/math-doc/document/img155.png
342
+ - doc/ep_flux/math-doc/document/img156.png
343
+ - doc/ep_flux/math-doc/document/img157.png
344
+ - doc/ep_flux/math-doc/document/img158.png
345
+ - doc/ep_flux/math-doc/document/img159.png
346
+ - doc/ep_flux/math-doc/document/img16.png
347
+ - doc/ep_flux/math-doc/document/img160.png
348
+ - doc/ep_flux/math-doc/document/img161.png
349
+ - doc/ep_flux/math-doc/document/img162.png
350
+ - doc/ep_flux/math-doc/document/img163.png
351
+ - doc/ep_flux/math-doc/document/img164.png
352
+ - doc/ep_flux/math-doc/document/img165.png
353
+ - doc/ep_flux/math-doc/document/img166.png
354
+ - doc/ep_flux/math-doc/document/img167.png
355
+ - doc/ep_flux/math-doc/document/img168.png
356
+ - doc/ep_flux/math-doc/document/img169.png
357
+ - doc/ep_flux/math-doc/document/img17.png
358
+ - doc/ep_flux/math-doc/document/img170.png
359
+ - doc/ep_flux/math-doc/document/img171.png
360
+ - doc/ep_flux/math-doc/document/img172.png
361
+ - doc/ep_flux/math-doc/document/img173.png
362
+ - doc/ep_flux/math-doc/document/img174.png
363
+ - doc/ep_flux/math-doc/document/img175.png
364
+ - doc/ep_flux/math-doc/document/img176.png
365
+ - doc/ep_flux/math-doc/document/img177.png
366
+ - doc/ep_flux/math-doc/document/img178.png
367
+ - doc/ep_flux/math-doc/document/img179.png
368
+ - doc/ep_flux/math-doc/document/img18.png
369
+ - doc/ep_flux/math-doc/document/img180.png
370
+ - doc/ep_flux/math-doc/document/img181.png
371
+ - doc/ep_flux/math-doc/document/img182.png
372
+ - doc/ep_flux/math-doc/document/img183.png
373
+ - doc/ep_flux/math-doc/document/img184.png
374
+ - doc/ep_flux/math-doc/document/img185.png
375
+ - doc/ep_flux/math-doc/document/img186.png
376
+ - doc/ep_flux/math-doc/document/img187.png
377
+ - doc/ep_flux/math-doc/document/img188.png
378
+ - doc/ep_flux/math-doc/document/img189.png
379
+ - doc/ep_flux/math-doc/document/img19.png
380
+ - doc/ep_flux/math-doc/document/img190.png
381
+ - doc/ep_flux/math-doc/document/img191.png
382
+ - doc/ep_flux/math-doc/document/img192.png
383
+ - doc/ep_flux/math-doc/document/img193.png
384
+ - doc/ep_flux/math-doc/document/img194.png
385
+ - doc/ep_flux/math-doc/document/img195.png
386
+ - doc/ep_flux/math-doc/document/img196.png
387
+ - doc/ep_flux/math-doc/document/img197.png
388
+ - doc/ep_flux/math-doc/document/img198.png
389
+ - doc/ep_flux/math-doc/document/img199.png
390
+ - doc/ep_flux/math-doc/document/img2.png
391
+ - doc/ep_flux/math-doc/document/img20.png
392
+ - doc/ep_flux/math-doc/document/img200.png
393
+ - doc/ep_flux/math-doc/document/img21.png
394
+ - doc/ep_flux/math-doc/document/img22.png
395
+ - doc/ep_flux/math-doc/document/img23.png
396
+ - doc/ep_flux/math-doc/document/img24.png
397
+ - doc/ep_flux/math-doc/document/img25.png
398
+ - doc/ep_flux/math-doc/document/img26.png
399
+ - doc/ep_flux/math-doc/document/img27.png
400
+ - doc/ep_flux/math-doc/document/img28.png
401
+ - doc/ep_flux/math-doc/document/img29.png
402
+ - doc/ep_flux/math-doc/document/img3.png
403
+ - doc/ep_flux/math-doc/document/img30.png
404
+ - doc/ep_flux/math-doc/document/img31.png
405
+ - doc/ep_flux/math-doc/document/img32.png
406
+ - doc/ep_flux/math-doc/document/img33.png
407
+ - doc/ep_flux/math-doc/document/img34.png
408
+ - doc/ep_flux/math-doc/document/img35.png
409
+ - doc/ep_flux/math-doc/document/img36.png
410
+ - doc/ep_flux/math-doc/document/img37.png
411
+ - doc/ep_flux/math-doc/document/img38.png
412
+ - doc/ep_flux/math-doc/document/img39.png
413
+ - doc/ep_flux/math-doc/document/img4.png
414
+ - doc/ep_flux/math-doc/document/img40.png
415
+ - doc/ep_flux/math-doc/document/img41.png
416
+ - doc/ep_flux/math-doc/document/img42.png
417
+ - doc/ep_flux/math-doc/document/img43.png
418
+ - doc/ep_flux/math-doc/document/img44.png
419
+ - doc/ep_flux/math-doc/document/img45.png
420
+ - doc/ep_flux/math-doc/document/img46.png
421
+ - doc/ep_flux/math-doc/document/img47.png
422
+ - doc/ep_flux/math-doc/document/img48.png
423
+ - doc/ep_flux/math-doc/document/img49.png
424
+ - doc/ep_flux/math-doc/document/img5.png
425
+ - doc/ep_flux/math-doc/document/img50.png
426
+ - doc/ep_flux/math-doc/document/img51.png
427
+ - doc/ep_flux/math-doc/document/img52.png
428
+ - doc/ep_flux/math-doc/document/img53.png
429
+ - doc/ep_flux/math-doc/document/img54.png
430
+ - doc/ep_flux/math-doc/document/img55.png
431
+ - doc/ep_flux/math-doc/document/img56.png
432
+ - doc/ep_flux/math-doc/document/img57.png
433
+ - doc/ep_flux/math-doc/document/img58.png
434
+ - doc/ep_flux/math-doc/document/img59.png
435
+ - doc/ep_flux/math-doc/document/img6.png
436
+ - doc/ep_flux/math-doc/document/img60.png
437
+ - doc/ep_flux/math-doc/document/img61.png
438
+ - doc/ep_flux/math-doc/document/img62.png
439
+ - doc/ep_flux/math-doc/document/img63.png
440
+ - doc/ep_flux/math-doc/document/img64.png
441
+ - doc/ep_flux/math-doc/document/img65.png
442
+ - doc/ep_flux/math-doc/document/img66.png
443
+ - doc/ep_flux/math-doc/document/img67.png
444
+ - doc/ep_flux/math-doc/document/img68.png
445
+ - doc/ep_flux/math-doc/document/img69.png
446
+ - doc/ep_flux/math-doc/document/img7.png
447
+ - doc/ep_flux/math-doc/document/img70.png
448
+ - doc/ep_flux/math-doc/document/img71.png
449
+ - doc/ep_flux/math-doc/document/img72.png
450
+ - doc/ep_flux/math-doc/document/img73.png
451
+ - doc/ep_flux/math-doc/document/img74.png
452
+ - doc/ep_flux/math-doc/document/img75.png
453
+ - doc/ep_flux/math-doc/document/img76.png
454
+ - doc/ep_flux/math-doc/document/img77.png
455
+ - doc/ep_flux/math-doc/document/img78.png
456
+ - doc/ep_flux/math-doc/document/img79.png
457
+ - doc/ep_flux/math-doc/document/img8.png
458
+ - doc/ep_flux/math-doc/document/img80.png
459
+ - doc/ep_flux/math-doc/document/img81.png
460
+ - doc/ep_flux/math-doc/document/img82.png
461
+ - doc/ep_flux/math-doc/document/img83.png
462
+ - doc/ep_flux/math-doc/document/img84.png
463
+ - doc/ep_flux/math-doc/document/img85.png
464
+ - doc/ep_flux/math-doc/document/img86.png
465
+ - doc/ep_flux/math-doc/document/img87.png
466
+ - doc/ep_flux/math-doc/document/img88.png
467
+ - doc/ep_flux/math-doc/document/img89.png
468
+ - doc/ep_flux/math-doc/document/img9.png
469
+ - doc/ep_flux/math-doc/document/img90.png
470
+ - doc/ep_flux/math-doc/document/img91.png
471
+ - doc/ep_flux/math-doc/document/img92.png
472
+ - doc/ep_flux/math-doc/document/img93.png
473
+ - doc/ep_flux/math-doc/document/img94.png
474
+ - doc/ep_flux/math-doc/document/img95.png
475
+ - doc/ep_flux/math-doc/document/img96.png
476
+ - doc/ep_flux/math-doc/document/img97.png
477
+ - doc/ep_flux/math-doc/document/img98.png
478
+ - doc/ep_flux/math-doc/document/img99.png
479
+ - doc/ep_flux/math-doc/document/index.html
480
+ - doc/ep_flux/math-doc/document/internals.pl
481
+ - doc/ep_flux/math-doc/document/labels.pl
482
+ - doc/ep_flux/math-doc/document/next.png
483
+ - doc/ep_flux/math-doc/document/next_g.png
484
+ - doc/ep_flux/math-doc/document/node1.html
485
+ - doc/ep_flux/math-doc/document/node10.html
486
+ - doc/ep_flux/math-doc/document/node11.html
487
+ - doc/ep_flux/math-doc/document/node12.html
488
+ - doc/ep_flux/math-doc/document/node13.html
489
+ - doc/ep_flux/math-doc/document/node14.html
490
+ - doc/ep_flux/math-doc/document/node15.html
491
+ - doc/ep_flux/math-doc/document/node16.html
492
+ - doc/ep_flux/math-doc/document/node2.html
493
+ - doc/ep_flux/math-doc/document/node3.html
494
+ - doc/ep_flux/math-doc/document/node4.html
495
+ - doc/ep_flux/math-doc/document/node5.html
496
+ - doc/ep_flux/math-doc/document/node6.html
497
+ - doc/ep_flux/math-doc/document/node7.html
498
+ - doc/ep_flux/math-doc/document/node8.html
499
+ - doc/ep_flux/math-doc/document/node9.html
500
+ - doc/ep_flux/math-doc/document/prev.png
501
+ - doc/ep_flux/math-doc/document/prev_g.png
502
+ - doc/ep_flux/math-doc/document/up.png
503
+ - doc/ep_flux/math-doc/document/up_g.png
504
+ - doc/gdir.html
505
+ - doc/gdir_client.html
506
+ - doc/gdir_connect_ftp-like.html
507
+ - doc/gdir_server.html
508
+ - doc/ggraph.html
509
+ - doc/gpcat.html
510
+ - doc/gpcut.html
511
+ - doc/gphys.html
512
+ - doc/gphys_fft.html
513
+ - doc/gphys_grads_io.html
514
+ - doc/gphys_grib_io.html
515
+ - doc/gphys_io.html
516
+ - doc/gphys_io_common.html
517
+ - doc/gphys_netcdf_io.html
518
+ - doc/gplist.html
519
+ - doc/gpmath.html
520
+ - doc/gpmaxmin.html
521
+ - doc/gpprint.html
522
+ - doc/gpview.html
523
+ - doc/grads2nc_with_gphys.html
524
+ - doc/grads_gridded.html
525
+ - doc/grib.html
526
+ - doc/grid.html
527
+ - doc/index.html
528
+ - doc/index.rd
529
+ - doc/netcdf_convention.html
530
+ - doc/unumeric.html
531
+ - doc/update
532
+ - doc/update_rdoc
533
+ - doc/varray.html
534
+ - doc/varraycomposite.html
225
535
  - ext_coord.c
226
536
  - ext_init.c
227
537
  - extconf.rb
228
538
  - gphys.gemspec
229
539
  - install.rb
230
540
  - interpo.c
231
- - lib/gphys.rb
232
541
  - lib/numru/dcl_mouse.rb
233
542
  - lib/numru/dclext.rb
234
- - lib/numru/dclext_datetime_ax.rb
235
543
  - lib/numru/derivative.rb
236
544
  - lib/numru/ganalysis.rb
545
+ - lib/numru/ganalysis/beta_plane.rb
237
546
  - lib/numru/ganalysis/covariance.rb
238
547
  - lib/numru/ganalysis/eof.rb
548
+ - lib/numru/ganalysis/fitting.rb
239
549
  - lib/numru/ganalysis/histogram.rb
550
+ - lib/numru/ganalysis/log_p.rb
240
551
  - lib/numru/ganalysis/met.rb
552
+ - lib/numru/ganalysis/met_z.rb
241
553
  - lib/numru/ganalysis/planet.rb
554
+ - lib/numru/ganalysis/qg.rb
555
+ - lib/numru/ganalysis/sigma_coord.rb
242
556
  - lib/numru/gdir.rb
243
557
  - lib/numru/gdir_connect_ftp-like.rb
244
558
  - lib/numru/ggraph.rb
@@ -254,6 +568,7 @@ files:
254
568
  - lib/numru/gphys/ep_flux.rb
255
569
  - lib/numru/gphys/gpcommon.rb
256
570
  - lib/numru/gphys/gphys.rb
571
+ - lib/numru/gphys/gphys_dim_op.rb
257
572
  - lib/numru/gphys/gphys_fft.rb
258
573
  - lib/numru/gphys/gphys_grads_io.rb
259
574
  - lib/numru/gphys/gphys_grib_io.rb
@@ -269,6 +584,7 @@ files:
269
584
  - lib/numru/gphys/grid.rb
270
585
  - lib/numru/gphys/gtool3.rb
271
586
  - lib/numru/gphys/interpolate.rb
587
+ - lib/numru/gphys/mdstorage.rb
272
588
  - lib/numru/gphys/narray_ext.rb
273
589
  - lib/numru/gphys/netcdf_convention.rb
274
590
  - lib/numru/gphys/subsetmapping.rb
@@ -281,8 +597,8 @@ files:
281
597
  - lib/numru/gphys/varrayhdfeos5.rb
282
598
  - lib/numru/gphys/varraynetcdf.rb
283
599
  - lib/numru/gphys/varraynusdas.rb
600
+ - lib/numru/gphys/version.rb
284
601
  - lib/numru/htdir.rb
285
- - lib/version.rb
286
602
  - multibitIO.c
287
603
  - sample/cira86_to_nc.rb
288
604
  - sample/druby_cli1.rb
@@ -296,10 +612,18 @@ files:
296
612
  - sample/ggraph_mapfit-axes_dr002687.rb
297
613
  - sample/map_projection.rb
298
614
  - sample/ncep_theta_coord.rb
299
- - test/eof_slp.rb
300
- - test/mltbit.dat
301
- - test/test_ep_flux.rb
302
- - test/test_multibitIO.rb
615
+ - spec/gphys_spec.rb
616
+ - spec/spec_helper.rb
617
+ - test/test_assoccoords.rb
618
+ - test/test_axis.rb
619
+ - test/test_fitting.rb
620
+ - test/test_gphys.rb
621
+ - test/test_met_z.rb
622
+ - test/test_sigma_coord.rb
623
+ - test_old/eof_slp.rb
624
+ - test_old/mltbit.dat
625
+ - test_old/test_ep_flux.rb
626
+ - test_old/test_multibitIO.rb
303
627
  - testdata/T.jan.ctl
304
628
  - testdata/T.jan.dat
305
629
  - testdata/T.jan.grib
@@ -308,43 +632,58 @@ files:
308
632
  - testdata/UV.jan.nc
309
633
  - testdata/assoc_crds.nc
310
634
  - testdata/cira86.dat
311
- has_rdoc: true
312
635
  homepage: http://www.gfd-dennou.org/arch/ruby/products/gphys/
313
- licenses: []
314
-
636
+ licenses:
637
+ - GFD Dennou Club
638
+ metadata: {}
315
639
  post_install_message:
316
640
  rdoc_options: []
317
-
318
- require_paths:
641
+ require_paths:
319
642
  - lib
320
- required_ruby_version: !ruby/object:Gem::Requirement
321
- none: false
322
- requirements:
323
- - - ">="
324
- - !ruby/object:Gem::Version
325
- hash: 31
326
- segments:
327
- - 1
328
- - 8
329
- version: "1.8"
330
- required_rubygems_version: !ruby/object:Gem::Requirement
331
- none: false
332
- requirements:
333
- - - ">="
334
- - !ruby/object:Gem::Version
335
- hash: 3
336
- segments:
337
- - 0
338
- version: "0"
643
+ required_ruby_version: !ruby/object:Gem::Requirement
644
+ requirements:
645
+ - - '>='
646
+ - !ruby/object:Gem::Version
647
+ version: '1.8'
648
+ required_rubygems_version: !ruby/object:Gem::Requirement
649
+ requirements:
650
+ - - '>='
651
+ - !ruby/object:Gem::Version
652
+ version: '0'
339
653
  requirements: []
340
-
341
654
  rubyforge_project:
342
- rubygems_version: 1.3.7
655
+ rubygems_version: 2.4.6
343
656
  signing_key:
344
- specification_version: 3
657
+ specification_version: 4
345
658
  summary: a multi-purpose class to handle Gridded Physical quantities
346
- test_files:
347
- - test/eof_slp.rb
348
- - test/mltbit.dat
349
- - test/test_ep_flux.rb
350
- - test/test_multibitIO.rb
659
+ test_files:
660
+ - sample/cira86_to_nc.rb
661
+ - sample/druby_cli1.rb
662
+ - sample/druby_cli2.rb
663
+ - sample/druby_serv1.rb
664
+ - sample/druby_serv2.rb
665
+ - sample/ep_flux/demo_NCEP_1.rb
666
+ - sample/ep_flux/demo_NCEP_2.rb
667
+ - sample/ep_flux/demo_NCEP_3.rb
668
+ - sample/ggraph_latlon_labelling_dr002690.rb
669
+ - sample/ggraph_mapfit-axes_dr002687.rb
670
+ - sample/map_projection.rb
671
+ - sample/ncep_theta_coord.rb
672
+ - test/test_assoccoords.rb
673
+ - test/test_axis.rb
674
+ - test/test_fitting.rb
675
+ - test/test_gphys.rb
676
+ - test/test_met_z.rb
677
+ - test/test_sigma_coord.rb
678
+ - test_old/eof_slp.rb
679
+ - test_old/mltbit.dat
680
+ - test_old/test_ep_flux.rb
681
+ - test_old/test_multibitIO.rb
682
+ - testdata/T.jan.ctl
683
+ - testdata/T.jan.dat
684
+ - testdata/T.jan.grib
685
+ - testdata/T.jan.nc
686
+ - testdata/T.jan.packed.withmiss.nc
687
+ - testdata/UV.jan.nc
688
+ - testdata/assoc_crds.nc
689
+ - testdata/cira86.dat