gs2crmod 0.10.19 → 0.10.20
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 +1 -1
- data/lib/gs2crmod/namelists.rb +22 -22
- metadata +15 -15
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.20
|
data/gs2crmod.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "gs2crmod"
|
|
8
|
-
s.version = "0.10.
|
|
8
|
+
s.version = "0.10.20"
|
|
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"]
|
data/lib/gs2crmod/namelists.rb
CHANGED
|
@@ -1511,6 +1511,28 @@
|
|
|
1511
1511
|
:explanation=>
|
|
1512
1512
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
1513
1513
|
:type=>:Fortran_Bool},
|
|
1514
|
+
:read_many=>
|
|
1515
|
+
{:should_include=>"true",
|
|
1516
|
+
:description=>"Allows reading of many restart files and writing to one. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1517
|
+
:help=>"Allows reading of many restart files and writing to one. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1518
|
+
:gs2_name=>:read_many,
|
|
1519
|
+
:must_pass=>
|
|
1520
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
|
1521
|
+
:explanation=>
|
|
1522
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
1523
|
+
:type=>:Fortran_Bool,
|
|
1524
|
+
:code_name=>:read_many},
|
|
1525
|
+
:save_many=>
|
|
1526
|
+
{:should_include=>"true",
|
|
1527
|
+
:description=>"Allows saving of many restart files. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1528
|
+
:help=>"Allows saving of many restart files. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1529
|
+
:gs2_name=>:save_many,
|
|
1530
|
+
:must_pass=>
|
|
1531
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
|
1532
|
+
:explanation=>
|
|
1533
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
1534
|
+
:type=>:Fortran_Bool,
|
|
1535
|
+
:code_name=>:save_many},
|
|
1514
1536
|
:mult_imp=>
|
|
1515
1537
|
{:should_include=>"true",
|
|
1516
1538
|
:description=>nil,
|
|
@@ -1642,28 +1664,6 @@
|
|
|
1642
1664
|
:explanation=>
|
|
1643
1665
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
1644
1666
|
:type=>:Fortran_Bool}}},
|
|
1645
|
-
:read_many=>
|
|
1646
|
-
{:should_include=>"true",
|
|
1647
|
-
:description=>"Allows reading of many restart files and writing to one. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1648
|
-
:help=>"Allows reading of many restart files and writing to one. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1649
|
-
:must_pass=>
|
|
1650
|
-
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
|
1651
|
-
:explanation=>
|
|
1652
|
-
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
1653
|
-
:autoscanned_defaults=>[".false."],
|
|
1654
|
-
:type=>:Fortran_Bool,
|
|
1655
|
-
:code_name=>:read_many},
|
|
1656
|
-
:save_many=>
|
|
1657
|
-
{:should_include=>"true",
|
|
1658
|
-
:description=>"Allows saving of many restart files. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1659
|
-
:help=>"Allows saving of many restart files. Compile with USE_PARALLEL_NETCDF=on.\n",
|
|
1660
|
-
:must_pass=>
|
|
1661
|
-
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
|
1662
|
-
:explanation=>
|
|
1663
|
-
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
1664
|
-
:autoscanned_defaults=>[".false."],
|
|
1665
|
-
:type=>:Fortran_Bool,
|
|
1666
|
-
:code_name=>:save_many},
|
|
1667
1667
|
:fields_knobs=>
|
|
1668
1668
|
{:description=>"ALGORITHMIC CHOICES",
|
|
1669
1669
|
:should_include=>"true",
|
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.10.
|
|
4
|
+
version: 0.10.20
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -14,7 +14,7 @@ date: 2013-10-21 00:00:00.000000000 Z
|
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: coderunner
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &8074360 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,10 +22,10 @@ dependencies:
|
|
|
22
22
|
version: 0.13.13
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *8074360
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: rubyhacks
|
|
28
|
-
requirement: &
|
|
28
|
+
requirement: &8090940 !ruby/object:Gem::Requirement
|
|
29
29
|
none: false
|
|
30
30
|
requirements:
|
|
31
31
|
- - ! '>='
|
|
@@ -33,10 +33,10 @@ dependencies:
|
|
|
33
33
|
version: 0.1.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
36
|
+
version_requirements: *8090940
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
38
38
|
name: ruby-netcdf
|
|
39
|
-
requirement: &
|
|
39
|
+
requirement: &8089960 !ruby/object:Gem::Requirement
|
|
40
40
|
none: false
|
|
41
41
|
requirements:
|
|
42
42
|
- - ! '>='
|
|
@@ -44,10 +44,10 @@ dependencies:
|
|
|
44
44
|
version: 0.6.6.1
|
|
45
45
|
type: :runtime
|
|
46
46
|
prerelease: false
|
|
47
|
-
version_requirements: *
|
|
47
|
+
version_requirements: *8089960
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: shoulda
|
|
50
|
-
requirement: &
|
|
50
|
+
requirement: &8089020 !ruby/object:Gem::Requirement
|
|
51
51
|
none: false
|
|
52
52
|
requirements:
|
|
53
53
|
- - ! '>='
|
|
@@ -55,10 +55,10 @@ dependencies:
|
|
|
55
55
|
version: '0'
|
|
56
56
|
type: :development
|
|
57
57
|
prerelease: false
|
|
58
|
-
version_requirements: *
|
|
58
|
+
version_requirements: *8089020
|
|
59
59
|
- !ruby/object:Gem::Dependency
|
|
60
60
|
name: rdoc
|
|
61
|
-
requirement: &
|
|
61
|
+
requirement: &8087820 !ruby/object:Gem::Requirement
|
|
62
62
|
none: false
|
|
63
63
|
requirements:
|
|
64
64
|
- - ~>
|
|
@@ -66,10 +66,10 @@ dependencies:
|
|
|
66
66
|
version: '3.12'
|
|
67
67
|
type: :development
|
|
68
68
|
prerelease: false
|
|
69
|
-
version_requirements: *
|
|
69
|
+
version_requirements: *8087820
|
|
70
70
|
- !ruby/object:Gem::Dependency
|
|
71
71
|
name: bundler
|
|
72
|
-
requirement: &
|
|
72
|
+
requirement: &8085460 !ruby/object:Gem::Requirement
|
|
73
73
|
none: false
|
|
74
74
|
requirements:
|
|
75
75
|
- - ! '>'
|
|
@@ -77,10 +77,10 @@ dependencies:
|
|
|
77
77
|
version: 1.0.0
|
|
78
78
|
type: :development
|
|
79
79
|
prerelease: false
|
|
80
|
-
version_requirements: *
|
|
80
|
+
version_requirements: *8085460
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
82
|
name: jeweler
|
|
83
|
-
requirement: &
|
|
83
|
+
requirement: &8100660 !ruby/object:Gem::Requirement
|
|
84
84
|
none: false
|
|
85
85
|
requirements:
|
|
86
86
|
- - ! '>='
|
|
@@ -88,7 +88,7 @@ dependencies:
|
|
|
88
88
|
version: 1.8.4
|
|
89
89
|
type: :development
|
|
90
90
|
prerelease: false
|
|
91
|
-
version_requirements: *
|
|
91
|
+
version_requirements: *8100660
|
|
92
92
|
description: GS2 is a gyrokinetic flux tube initial value turbulence code which can
|
|
93
93
|
be used for fusion or astrophysical plasmas. CodeRunner is a framework for the automated
|
|
94
94
|
running and analysis of large simulations. This module allows GS2 (and its sister
|