trinitycrmod 0.8.13 → 0.8.14

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: 497316f4c75da8ef44ffa91af968a16344458432
4
- data.tar.gz: 8d18a794422b46b5d960cd4274084efcf9262fc2
3
+ metadata.gz: ac48b8120034bba1ff547f89a156758a863b90b0
4
+ data.tar.gz: a4018812ace9d277f4484aeff83a50e578c43dd0
5
5
  SHA512:
6
- metadata.gz: 789ae9489af29002843a28a7dfdf074a83d192340c60b4425c9025fe7b3d30e1f8efbfd5a75ec9a71035efbf1b7f6793c84805c2be9d2290ce1ad09f7c4cd814
7
- data.tar.gz: 9b8380f71c2045f4b43dfbc35828dc10d39d4a7de46839a460d3c17143a980cd0c609d639ccb6756bf650fd888ff9dacb14f646ff4cf202cb69e3377177097af
6
+ metadata.gz: 46652a50380f96c3ce61224f31f92e6cb76de117208fed9c3c145cbe26222e3d1cc1112e7a064c5c0b2e68c1b1140f764300e514db836eee40d5ebf7a19178bd
7
+ data.tar.gz: be62f0e08a7b53c73945c8ec1fd150308140da21cf51d8e0984ba2db26cc73a021abf262a562865ffd812b61f07a05d1a119eb924219633ac8f0fb4649992833
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.13
1
+ 0.8.14
@@ -591,7 +591,7 @@
591
591
  :explanation=>
592
592
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
593
593
  :type=>:Fortran_Bool,
594
- :autoscanned_defaults=>[".true."]},
594
+ :autoscanned_defaults=>[".false."]},
595
595
  :deltadj=>
596
596
  {:should_include=>"true",
597
597
  :description=>" If the iteration fails, reduce timestep by deltadj",
@@ -602,7 +602,7 @@
602
602
  :explanation=>
603
603
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
604
604
  :type=>:Float,
605
- :autoscanned_defaults=>[4.0]},
605
+ :autoscanned_defaults=>[2.0]},
606
606
  :avail_cpu_time=>
607
607
  {:should_include=>"true",
608
608
  :description=>" Number of seconds of wall clock time available",
@@ -1133,7 +1133,7 @@
1133
1133
  [{:test=>"kind_of? String",
1134
1134
  :explanation=>"This variable must be a string."}],
1135
1135
  :type=>:String,
1136
- :autoscanned_defaults=>["constant"]},
1136
+ :autoscanned_defaults=>["proportional"]},
1137
1137
  :damping=>
1138
1138
  {:should_include=>"true",
1139
1139
  :description=>" If > 0 damp grid scale oscillations in the profiles",
@@ -1144,7 +1144,7 @@
1144
1144
  :explanation=>
1145
1145
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
1146
1146
  :type=>:Float,
1147
- :autoscanned_defaults=>[1.0]},
1147
+ :autoscanned_defaults=>[0.0]},
1148
1148
  :neo_option=>
1149
1149
  {:should_include=>"true",
1150
1150
  :description=>" Choice for neoclassical fluxes: 'analytic', 'neo'",
@@ -1154,7 +1154,18 @@
1154
1154
  [{:test=>"kind_of? String",
1155
1155
  :explanation=>"This variable must be a string."}],
1156
1156
  :type=>:String,
1157
- :autoscanned_defaults=>["analytic"]}}},
1157
+ :autoscanned_defaults=>["analytic"]},
1158
+ :flux_match_switches=>
1159
+ {:should_include=>"true",
1160
+ :description=>
1161
+ " String of flux matching choices. Each letter controls a species (electrons on the left). n = none, d = density, t = temperature, a = all",
1162
+ :help=>
1163
+ " String of flux matching choices. Each letter controls a species (electrons on the left). n = none, d = density, t = temperature, a = all",
1164
+ :code_name=>:flux_match_switches,
1165
+ :must_pass=>
1166
+ [{:test=>"kind_of? String",
1167
+ :explanation=>"This variable must be a string."}],
1168
+ :type=>:String}}},
1158
1169
  :init=>
1159
1170
  {:description=>"",
1160
1171
  :should_include=>"true",
@@ -1443,7 +1454,19 @@
1443
1454
  :explanation=>
1444
1455
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
1445
1456
  :type=>:Float,
1446
- :autoscanned_defaults=>[-1.0]}}},
1457
+ :autoscanned_defaults=>[-1.0]},
1458
+ :evolve_boundary=>
1459
+ {:should_include=>"true",
1460
+ :description=>
1461
+ " set to true to use time-dependent boundary density, temperature, etc.",
1462
+ :help=>
1463
+ " set to true to use time-dependent boundary density, temperature, etc.",
1464
+ :code_name=>:evolve_boundary,
1465
+ :must_pass=>
1466
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
1467
+ :explanation=>
1468
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
1469
+ :type=>:Fortran_Bool}}},
1447
1470
  :sources=>
1448
1471
  {:description=>"",
1449
1472
  :should_include=>"true",
@@ -1725,7 +1748,38 @@
1725
1748
  :explanation=>
1726
1749
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
1727
1750
  :type=>:Float,
1728
- :autoscanned_defaults=>[1.0]}}},
1751
+ :autoscanned_defaults=>[1.0]},
1752
+ :evolve_sources=>
1753
+ {:should_include=>"true",
1754
+ :description=>" include time-dependent sources",
1755
+ :help=>" include time-dependent sources",
1756
+ :code_name=>:evolve_sources,
1757
+ :must_pass=>
1758
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
1759
+ :explanation=>
1760
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
1761
+ :type=>:Fortran_Bool},
1762
+ :adjust_beam_modulation=>
1763
+ {:should_include=>"true",
1764
+ :description=>
1765
+ " allows for artifical modification of neutral beam modulation",
1766
+ :help=>" allows for artifical modification of neutral beam modulation",
1767
+ :code_name=>:adjust_beam_modulation,
1768
+ :must_pass=>
1769
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
1770
+ :explanation=>
1771
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
1772
+ :type=>:Fortran_Bool},
1773
+ :modulation_factor=>
1774
+ {:should_include=>"true",
1775
+ :description=>" factor by which to multiply beam modulation amplitude",
1776
+ :help=>" factor by which to multiply beam modulation amplitude",
1777
+ :code_name=>:modulation_factor,
1778
+ :must_pass=>
1779
+ [{:test=>"kind_of? Numeric",
1780
+ :explanation=>
1781
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
1782
+ :type=>:Float}}},
1729
1783
  :physics=>
1730
1784
  {:description=>"",
1731
1785
  :should_include=>"true",
@@ -208,6 +208,8 @@ class CodeRunner
208
208
  @run_name += "_t"
209
209
  if @restart_id
210
210
  @runner.run_list[@restart_id].restart(self)
211
+ else
212
+ make_initial_profiles if self.respond_to?(:make_initial_profiles)
211
213
  end
212
214
  if uses_ecom?
213
215
  setup_ecom
@@ -2,16 +2,16 @@
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: trinitycrmod 0.8.13 ruby lib
5
+ # stub: trinitycrmod 0.8.14 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod".freeze
9
- s.version = "0.8.13"
9
+ s.version = "0.8.14"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Edmund Highcock".freeze]
14
- s.date = "2017-01-30"
14
+ s.date = "2017-04-27"
15
15
  s.description = "This module allows Trinity, the Multiscale Gyrokinetic Turbulent Transport solver for Fusion Reactors, to harness the power of CodeRunner, a framework for the automated running and analysis of simulations.".freeze
16
16
  s.email = "edmundhighcock@sourceforge.net".freeze
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinitycrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.13
4
+ version: 0.8.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-30 00:00:00.000000000 Z
11
+ date: 2017-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner