gs2crmod 0.5.12 → 0.5.13
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/gs2crmod.gemspec +2 -2
- data/lib/gs2crmod/ingen.rb +3 -1
- data/lib/gs2crmod/namelists.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.13
|
data/gs2crmod.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "gs2crmod"
|
8
|
-
s.version = "0.5.
|
8
|
+
s.version = "0.5.13"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Edmund Highcock", "Ferdinand van Wyk"]
|
12
|
-
s.date = "2013-05-
|
12
|
+
s.date = "2013-05-30"
|
13
13
|
s.description = "GS2 is a gyrokinetic flux tube initial value turbulence code which can be used for fusion or astrophysical plasmas. CodeRunner is a framework for the automated running and analysis of large simulations. This module allows GS2 (and its sister code AstroGK) to harness the power of the CodeRunner framework."
|
14
14
|
s.email = "edmundhighcock@sourceforge.net"
|
15
15
|
s.extensions = ["ext/extconf.rb"]
|
data/lib/gs2crmod/ingen.rb
CHANGED
@@ -188,7 +188,9 @@ def ingen
|
|
188
188
|
|
189
189
|
warning("The system will abort with rapid timestep changes...") if !@abort_rapid_time_step_change or @abort_rapid_time_step_change.fortran_true?
|
190
190
|
|
191
|
-
|
191
|
+
# Boundary Condition Errors
|
192
|
+
|
193
|
+
warning("The correct BC is not being implemented. Prefereably specify nonad_zero = true in input file.") if not (@nonad_zero and @nonad_zero.fortran_true?)
|
192
194
|
|
193
195
|
end
|
194
196
|
|
data/lib/gs2crmod/namelists.rb
CHANGED
@@ -1478,7 +1478,7 @@
|
|
1478
1478
|
:module=>:dist_fn},
|
1479
1479
|
:nonad_zero=>
|
1480
1480
|
{:should_include=>"true",
|
1481
|
-
:description=>"If true, new boundary conditions g_wesson=0",
|
1481
|
+
:description=>"If true, new boundary conditions g_wesson = 0",
|
1482
1482
|
:help=>
|
1483
1483
|
"If true, new boundary conditions g_wesson=0. If false, g_gs2 = 0",
|
1484
1484
|
:tests=>["Tst::FORTRAN_BOOL"],
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gs2crmod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.13
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-05-
|
13
|
+
date: 2013-05-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: coderunner
|