gs2crmod 0.11.31 → 0.11.32
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 +2 -2
- data/lib/gs2crmod/gs2.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb7d0aba0645087c36b3da468e773b1710381dfd
|
|
4
|
+
data.tar.gz: fba3aa59f389e065ea08a313dcc5caa94e8addd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb9a0a70461e50a8cba215f9769bef03b27fcd5a59c3b1c1222905ab19cdac16c39f8292b7371fd3db11b4d14895338c3c51394ec0fa606f06271f8a7f934101
|
|
7
|
+
data.tar.gz: aec6d3fb88daf340360dc17c2827f295584e310257ab1232f71b9e5d26f314ef566af914511ef7e9b9560662e7aaaf403c38d39b8de5347d8c5828a7ad46ce16
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.32
|
data/gs2crmod.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
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.32 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.32"
|
|
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"]
|
data/lib/gs2crmod/gs2.rb
CHANGED
|
@@ -797,7 +797,7 @@ def generate_input_file(&block)
|
|
|
797
797
|
run_namelist_backwards_compatibility
|
|
798
798
|
if @restart_id and not @is_a_restart # The second test checks that the restart function has not been called manually earlier (e.g. in Trinity)
|
|
799
799
|
@runner.run_list[@restart_id].restart(self)
|
|
800
|
-
elsif @save_for_restart and @save_for_restart.fortran_true?
|
|
800
|
+
elsif @save_for_restart and @save_for_restart.fortran_true? and not @is_a_restart
|
|
801
801
|
@restart_dir = "nc"
|
|
802
802
|
#if CODE_OPTIONS[:gs2] and CODE_OPTIONS[:gs2][:list]
|
|
803
803
|
#FileUtils.makedirs "#{@runner.root_folder}/#@restart_dir"
|