gs2crmod 0.5.16 → 0.5.17
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/VERSION +1 -1
- data/gs2crmod.gemspec +2 -2
- data/lib/gs2crmod/astrogk/namelists.rb +3 -3
- data/lib/gs2crmod/gs2.rb +3 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.17
|
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.17"
|
|
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-06-
|
|
12
|
+
s.date = "2013-06-17"
|
|
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"]
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
:explanation=>
|
|
1326
1326
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
1327
1327
|
:type=>:Fortran_Bool},
|
|
1328
|
-
:
|
|
1328
|
+
:d_hyperres=>
|
|
1329
1329
|
{:should_include=>"true",
|
|
1330
1330
|
:description=>nil,
|
|
1331
1331
|
:help=>nil,
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
:explanation=>
|
|
1337
1337
|
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
|
1338
1338
|
:type=>:Float},
|
|
1339
|
-
:
|
|
1339
|
+
:d_hypervisc=>
|
|
1340
1340
|
{:should_include=>"true",
|
|
1341
1341
|
:description=>nil,
|
|
1342
1342
|
:help=>nil,
|
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
:explanation=>
|
|
1348
1348
|
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
|
1349
1349
|
:type=>:Float},
|
|
1350
|
-
:
|
|
1350
|
+
:d_hyper=>
|
|
1351
1351
|
{:should_include=>"true",
|
|
1352
1352
|
:description=>nil,
|
|
1353
1353
|
:help=>nil,
|
data/lib/gs2crmod/gs2.rb
CHANGED
|
@@ -850,7 +850,7 @@ end
|
|
|
850
850
|
|
|
851
851
|
|
|
852
852
|
def self.list_code_commands
|
|
853
|
-
puts (methods -
|
|
853
|
+
puts (methods - Run.methods).sort
|
|
854
854
|
end
|
|
855
855
|
|
|
856
856
|
def self.add_variable_to_namelist(namelist, var, value)
|
|
@@ -874,6 +874,8 @@ def input_file_header
|
|
|
874
874
|
! of large simulations.
|
|
875
875
|
!
|
|
876
876
|
! See http://coderunner.sourceforge.net
|
|
877
|
+
!
|
|
878
|
+
! Created on #{Time.now.to_s}
|
|
877
879
|
! by CodeRunner version #{CodeRunner::CODE_RUNNER_VERSION.to_s}
|
|
878
880
|
!
|
|
879
881
|
!==============================================================================
|
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.17
|
|
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-06-
|
|
13
|
+
date: 2013-06-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: coderunner
|