gs2crmod 0.11.36 → 0.11.37
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/gs2crmod.gemspec +2 -2
- data/lib/gs2crmod/read_netcdf.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1a9a4185bce9124f892737bf245409898e63e66
|
|
4
|
+
data.tar.gz: 458b91ea39eafa31311c0590e5178a1fb5d4b3ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a11b22b21608f693cc339623b01910b988b6a9177a5768ae852f09f84923c35a3776a47752beb87c38a557f85c2fbd94e9f7432be09479b2ff7ce819d4d3222b
|
|
7
|
+
data.tar.gz: 48a50b24cd335f6ee39363760a5d3744290744f7a9d582b8af56f0e884bbe1d04571875078e4a2d6366a07aa5607f3a45bffce299d9a47b4cd9fe3fe107877ca
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.37
|
data/gs2crmod.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: gs2crmod 0.11.
|
|
5
|
+
# stub: gs2crmod 0.11.37 ruby lib
|
|
6
6
|
# stub: ext/extconf.rb
|
|
7
7
|
|
|
8
8
|
Gem::Specification.new do |s|
|
|
9
9
|
s.name = "gs2crmod"
|
|
10
|
-
s.version = "0.11.
|
|
10
|
+
s.version = "0.11.37"
|
|
11
11
|
|
|
12
12
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
13
13
|
s.require_paths = ["lib"]
|
data/lib/gs2crmod/read_netcdf.rb
CHANGED
|
@@ -207,7 +207,7 @@ def hyperviscosity_graphkit(options)
|
|
|
207
207
|
for il in 0...shape[3]
|
|
208
208
|
for ie in 0...shape[4]
|
|
209
209
|
for is in 0...shape[5]
|
|
210
|
-
narray[ig,ik,it,il,ie,is]*=(ky
|
|
210
|
+
narray[ig,ik,it,il,ie,is]*=(ky[ik]**2.0 + kx[it]**2.0)*@d_hypervsic
|
|
211
211
|
end
|
|
212
212
|
end
|
|
213
213
|
end
|