trinitycrmod 0.6.4 → 0.6.5
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/lib/trinitycrmod/namelists.rb +15 -3
- data/trinitycrmod.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f4834c2c89e742e8f530dd631fec3f3b8e21a5a
|
|
4
|
+
data.tar.gz: f0551ce2986a4c54c6702c316ace6f0dd2393636
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7617dd16dfb0ccd092ad0d2dccf497c19f1fdb2ee0bf1f3ab233caad1f1de2bd975aa84d278aba9aecae8d5d92bf05610e20f8fe9b96dde1f28b849737a68650
|
|
7
|
+
data.tar.gz: 4b58fac9ce917f3c054eadc71a8a25a71a24db71e48b5f6b6d65bda118c6564d41815257bac07e2359aab3b0871a8ea3663d344b7c631b4462f1bc9f85e8a749
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.5
|
|
@@ -891,14 +891,26 @@
|
|
|
891
891
|
:autoscanned_defaults=>[".true."]},
|
|
892
892
|
:calibrate_abs=>
|
|
893
893
|
{:should_include=>"true",
|
|
894
|
-
:description=>"
|
|
895
|
-
:help=>"
|
|
894
|
+
:description=>" If true calibration factor is forced positive ",
|
|
895
|
+
:help=>" If true calibration factor is forced positive ",
|
|
896
896
|
:code_name=>:calibrate_abs,
|
|
897
897
|
:must_pass=>
|
|
898
898
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
|
899
899
|
:explanation=>
|
|
900
900
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
|
901
|
-
:type=>:Fortran_Bool
|
|
901
|
+
:type=>:Fortran_Bool,
|
|
902
|
+
:autoscanned_defaults=>[".false."]},
|
|
903
|
+
:calib_option=>
|
|
904
|
+
{:should_include=>"true",
|
|
905
|
+
:description=>
|
|
906
|
+
"Sets interpolation of the calibration factor. 'default', 'piecewise_linear', or 'spline'.",
|
|
907
|
+
:help=>
|
|
908
|
+
"Which interpolation method to use for the calibration factor. 'default', 'piecewise_linear', or 'spline'.",
|
|
909
|
+
:code_name=>:calib_option,
|
|
910
|
+
:must_pass=>
|
|
911
|
+
[{:test=>"kind_of? String",
|
|
912
|
+
:explanation=>"This variable must be a string."}],
|
|
913
|
+
:type=>:String}}},
|
|
902
914
|
:init=>
|
|
903
915
|
{:description=>"",
|
|
904
916
|
:should_include=>"true",
|
data/trinitycrmod.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
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: trinitycrmod 0.6.
|
|
5
|
+
# stub: trinitycrmod 0.6.5 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "trinitycrmod"
|
|
9
|
-
s.version = "0.6.
|
|
9
|
+
s.version = "0.6.5"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Edmund Highcock"]
|
|
14
|
-
s.date = "2015-02-
|
|
14
|
+
s.date = "2015-02-18"
|
|
15
15
|
s.description = "This module allows Trinity, the Multiscale Gyrokinetic Turbulent Transport solver for Fusion Reactors, to harness the power of CodeRunner, a framework for the automated running and analysis of simulations."
|
|
16
16
|
s.email = "edmundhighcock@sourceforge.net"
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trinitycrmod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Edmund Highcock
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coderunner
|