gs2crmod 0.11.83 → 0.11.84

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6309ba2ba12c3ea9a8aa4b0f365222bdf0ccf7f2
4
- data.tar.gz: 766ebdb2f1f2977e4f4f030b607d524c23df76a9
3
+ metadata.gz: afe9bc09c0cb05b8fe04ad88092ced9c58e3c0cf
4
+ data.tar.gz: d3b86651715e91ada6e8b653caed22f6bbd19e35
5
5
  SHA512:
6
- metadata.gz: 6a47b6f00bde20d7ebab449fe6e3efb1cc09137d7c6fb70ca258fbda88c20cfc90ffc02ca2694dff739923fb8196dfde9d5121d84aafe697cb4f31ce3e7fc640
7
- data.tar.gz: 1cf8d752a218e7936537f42ccc31d0e6f69b895c7b8b950ee72647c9347917e323c55590b2cfff51c146b69e482c574b2c77583435c8e5ab88ef8fa5b5907fbe
6
+ metadata.gz: c95f84c4a41d777f8c9c0bfe20117b585b441b625d670ce8580cfcbdc47afc6b23e627e7d81c1a52c6197343605da6f2ff53a518ee993beb90ce23f4dc8904f8
7
+ data.tar.gz: f5177255f69673f67065f7c2b7e37d1dd5475ec4395e47323363f3cd3802ef4c49eb5ba18448264a9b4eab000eec354120cdf6874a76ecbfc7015540c165e7c1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.83
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.83 ruby lib
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.83"
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-18"
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? and
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.83
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-18 00:00:00.000000000 Z
12
+ date: 2014-12-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coderunner