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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e14ad78fbb20e691af4854d16330bd501887ee71
4
- data.tar.gz: 30d83ff6c269452e5da8641a0f2ec42d3b625e81
3
+ metadata.gz: bb7d0aba0645087c36b3da468e773b1710381dfd
4
+ data.tar.gz: fba3aa59f389e065ea08a313dcc5caa94e8addd5
5
5
  SHA512:
6
- metadata.gz: 78149f600001842a8fa651e3ddd544e4c8398cec88004f428592e1aa4e355f62c0ca37a63ea398f1bdde5e9c020eac503f403291e3fe813e16ef8e9a3789f820
7
- data.tar.gz: 7911b6ab26d6d16a89aee78ff92afb826ef5d86b6d7f9ff330058996265db590a20cb72e695269653c34859f91e0dcb6eb561a661909bf54246734cc819d8d2e
6
+ metadata.gz: bb9a0a70461e50a8cba215f9769bef03b27fcd5a59c3b1c1222905ab19cdac16c39f8292b7371fd3db11b4d14895338c3c51394ec0fa606f06271f8a7f934101
7
+ data.tar.gz: aec6d3fb88daf340360dc17c2827f295584e310257ab1232f71b9e5d26f314ef566af914511ef7e9b9560662e7aaaf403c38d39b8de5347d8c5828a7ad46ce16
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.31
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.31 ruby lib
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.31"
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"
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.31
4
+ version: 0.11.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock