gs2crmod 0.11.92 → 0.11.93

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e69cc69b9415df60fb92d0bf8d1a7b313b3429b
4
- data.tar.gz: 7bb750d6d019972c0042c7af9bdece7664f33027
3
+ metadata.gz: fb495dfce02a13be1db6eeaceb7655e8f54c922f
4
+ data.tar.gz: e5552dd8394f231d605c7a45b06ab05be5f8aeaf
5
5
  SHA512:
6
- metadata.gz: 925c89e94d6ce7b9e6311f6a05088a0a94724622cd2f7dd493c594fa4e88c527edeb3c3d317c1fe93a646db38161f61636bea7e2bc1eb8aff266d7a0c402d474
7
- data.tar.gz: fa0c2b0c1b56c8a5d0271ef8a2e86b5677774c5450ec68d0680070368fdab383216fe53a2b550995f3465a6b3114b9c999af0d68328979826282cbb4a5d5c47e
6
+ metadata.gz: c6067b563896f8a59afb1a01e1f836b6f71143a6a40e1e9411186f97cac9940ab1fd74e394103aba14ae2082402dad51e9088eb9c2530a3475988f61d236856a
7
+ data.tar.gz: 87d48ab367709f3ab91fef0823be0ee2c3b909c5011f6b4ba2123ec8faee3cf70dd4b0a63fc254b83d3d4f57c68f778b6a657a6c7a842b4c41a1a9c2d72003d4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.92
1
+ 0.11.93
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.92 ruby lib
5
+ # stub: gs2crmod 0.11.93 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.92"
10
+ s.version = "0.11.93"
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 = "2015-03-31"
15
+ s.date = "2015-04-08"
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
@@ -854,6 +854,8 @@ def generate_input_file(&block)
854
854
  methods.include? (:input_file_text)
855
855
  run_namelist_backwards_compatibility
856
856
 
857
+ @user_comments = "Defaults description: #@defaults_file_description. Run description: #@comment"
858
+
857
859
  # If it is a restart default behaviour will be to copy the response files
858
860
  # from the run being restarted. Specifying a response_id will override this.
859
861
  if not @is_a_restart and @response_id
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.92
4
+ version: 0.11.93
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: 2015-03-31 00:00:00.000000000 Z
12
+ date: 2015-04-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coderunner