gs2crmod 0.11.83 → 0.11.84
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 +3 -3
- data/lib/gs2crmod/gs2.rb +2 -1
- 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: afe9bc09c0cb05b8fe04ad88092ced9c58e3c0cf
|
|
4
|
+
data.tar.gz: d3b86651715e91ada6e8b653caed22f6bbd19e35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c95f84c4a41d777f8c9c0bfe20117b585b441b625d670ce8580cfcbdc47afc6b23e627e7d81c1a52c6197343605da6f2ff53a518ee993beb90ce23f4dc8904f8
|
|
7
|
+
data.tar.gz: f5177255f69673f67065f7c2b7e37d1dd5475ec4395e47323363f3cd3802ef4c49eb5ba18448264a9b4eab000eec354120cdf6874a76ecbfc7015540c165e7c1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.84
|
data/gs2crmod.gemspec
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
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.84 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.84"
|
|
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"]
|
|
14
14
|
s.authors = ["Edmund Highcock", "Ferdinand van Wyk"]
|
|
15
|
-
s.date = "2014-12-
|
|
15
|
+
s.date = "2014-12-19"
|
|
16
16
|
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."
|
|
17
17
|
s.email = "edmundhighcock@sourceforge.net"
|
|
18
18
|
s.extensions = ["ext/extconf.rb"]
|
data/lib/gs2crmod/gs2.rb
CHANGED
|
@@ -871,7 +871,8 @@ def generate_input_file(&block)
|
|
|
871
871
|
# fact a resubmitted run.
|
|
872
872
|
if @restart_id and (not @is_a_restart or @resubmit_id)
|
|
873
873
|
@runner.run_list[@restart_id].restart(self)
|
|
874
|
-
elsif @save_for_restart and @save_for_restart.fortran_true?
|
|
874
|
+
elsif ((@save_for_restart and @save_for_restart.fortran_true?) or
|
|
875
|
+
(@save_for_restart_new and @save_for_restart_new.fortran_true?)) and
|
|
875
876
|
(not @is_a_restart or @resubmit_id)
|
|
876
877
|
@restart_dir = "nc"
|
|
877
878
|
#if CODE_OPTIONS[:gs2] and CODE_OPTIONS[:gs2][:list]
|
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.11.
|
|
4
|
+
version: 0.11.84
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Edmund Highcock
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-12-
|
|
12
|
+
date: 2014-12-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: coderunner
|