gs2crmod 0.11.89 → 0.11.90

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 83e204b3c06cc4aadd1767357fc339f755d0893d
4
+ data.tar.gz: 320b4c3b2c5fa93f7dac8f8714e276624c49683e
5
+ SHA512:
6
+ metadata.gz: 02a74d105a68f5040ff9d873c41862c407c10c87c0aed24eb6b20f30967ef74446cef4432b6eca96307c7777ded260951f504f128d62d7c2e532bd0e042f5e2d
7
+ data.tar.gz: 1af8fd484a020e76f88223ae40808ed7fefb72b968caca4cef7ea258f7cffb90793f73b6a12b33d0e204be98dcacfa4871c1f84a86cd4b745305651f54784655
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.89
1
+ 0.11.90
data/gs2crmod.gemspec CHANGED
@@ -2,14 +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.90 ruby lib
6
+ # stub: ext/extconf.rb
5
7
 
6
8
  Gem::Specification.new do |s|
7
9
  s.name = "gs2crmod"
8
- s.version = "0.11.89"
10
+ s.version = "0.11.90"
9
11
 
10
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
+ s.require_paths = ["lib"]
11
14
  s.authors = ["Edmund Highcock", "Ferdinand van Wyk"]
12
- s.date = "2015-02-20"
15
+ s.date = "2015-03-04"
13
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."
14
17
  s.email = "edmundhighcock@sourceforge.net"
15
18
  s.extensions = ["ext/extconf.rb"]
@@ -76,13 +79,12 @@ Gem::Specification.new do |s|
76
79
  ]
77
80
  s.homepage = "http://gs2crmod.sourceforge.net"
78
81
  s.licenses = ["GSLv3"]
79
- s.require_paths = ["lib"]
80
82
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.1")
81
- s.rubygems_version = "1.8.23"
83
+ s.rubygems_version = "2.2.2"
82
84
  s.summary = "Module to allow CodeRunner to run and analyse the GS2 and AstroGK codes."
83
85
 
84
86
  if s.respond_to? :specification_version then
85
- s.specification_version = 3
87
+ s.specification_version = 4
86
88
 
87
89
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
88
90
  s.add_runtime_dependency(%q<coderunner>, [">= 0.15.5"])
@@ -81,7 +81,18 @@
81
81
  :explanation=>
82
82
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
83
83
  :type=>:Float,
84
- :autoscanned_defaults=>[0.003]}}},
84
+ :autoscanned_defaults=>[0.003]},
85
+ :user_comments=>
86
+ {:should_include=>"true",
87
+ :description=>
88
+ "A string which is stored in the netCDF as documentation for the run.",
89
+ :help=>
90
+ "A string which is stored in the netCDF as documentation for the run.",
91
+ :code_name=>:user_comments,
92
+ :must_pass=>
93
+ [{:test=>"kind_of? String",
94
+ :explanation=>"This variable must be a string."}],
95
+ :type=>:String}}},
85
96
  :kt_grids_knobs=>
86
97
  {:description=>nil,
87
98
  :help=>
@@ -1921,7 +1932,7 @@
1921
1932
  [{:test=>"kind_of? String",
1922
1933
  :explanation=>"This variable must be a string."}],
1923
1934
  :type=>:String,
1924
- :autoscanned_defaults=>["./", "trim(response_dir)//\"/\""]},
1935
+ :autoscanned_defaults=>[""]},
1925
1936
  :minnrow=>
1926
1937
  {:should_include=>"true",
1927
1938
  :description=>"",
@@ -2255,7 +2266,19 @@
2255
2266
  :explanation=>
2256
2267
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
2257
2268
  :type=>:Fortran_Bool,
2258
- :autoscanned_defaults=>[".true."]}}},
2269
+ :autoscanned_defaults=>[".true."]},
2270
+ :use_old_diagnostics=>
2271
+ {:should_include=>"true",
2272
+ :description=>
2273
+ "If .true. use old diagnostics module, otherwise use new.",
2274
+ :help=>
2275
+ "If .true. use old diagnostics module, otherwise use new. For testing purposes only: please use new diagnostics.",
2276
+ :code_name=>:use_old_diagnostics,
2277
+ :must_pass=>
2278
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
2279
+ :explanation=>
2280
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
2281
+ :type=>:Fortran_Bool}}},
2259
2282
  :reinit_knobs=>
2260
2283
  {:description=>"",
2261
2284
  :should_include=>"true",
@@ -2498,16 +2521,15 @@
2498
2521
  :autoscanned_defaults=>[".false."]},
2499
2522
  :fft_use_wisdom=>
2500
2523
  {:should_include=>"true",
2501
- :description=>"",
2502
- :help=>
2503
- "Use FFT wisdom to optimize the fftw calculations.\n ",
2524
+ :description=>nil,
2525
+ :help=>nil,
2504
2526
  :code_name=>:fft_use_wisdom,
2505
2527
  :must_pass=>
2506
2528
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
2507
2529
  :explanation=>
2508
2530
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
2509
2531
  :type=>:Fortran_Bool,
2510
- :autoscanned_defaults=>[".false."]},
2532
+ :autoscanned_defaults=>[".true."]},
2511
2533
  :fft_measure_plan=>
2512
2534
  {:should_include=>"true",
2513
2535
  :description=>"",
@@ -2520,16 +2542,6 @@
2520
2542
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
2521
2543
  :type=>:Fortran_Bool,
2522
2544
  :autoscanned_defaults=>[".true."]},
2523
- :fft_use_wisdom=>
2524
- {:should_include=>"true",
2525
- :description=>nil,
2526
- :help=>nil,
2527
- :code_name=>:fft_use_wisdom,
2528
- :must_pass=>
2529
- [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
2530
- :explanation=>
2531
- "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
2532
- :type=>:Fortran_Bool},
2533
2545
  :fft_wisdom_file=>
2534
2546
  {:should_include=>"true",
2535
2547
  :description=>nil,
@@ -2538,7 +2550,8 @@
2538
2550
  :must_pass=>
2539
2551
  [{:test=>"kind_of? String",
2540
2552
  :explanation=>"This variable must be a string."}],
2541
- :type=>:String}}},
2553
+ :type=>:String,
2554
+ :autoscanned_defaults=>["default"]}}},
2542
2555
  :collisions_knobs=>
2543
2556
  {:description=>"COLLISIONS",
2544
2557
  :should_include=>"true",
@@ -3131,7 +3144,8 @@
3131
3144
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
3132
3145
  :explanation=>
3133
3146
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
3134
- :type=>:Fortran_Bool}}},
3147
+ :type=>:Fortran_Bool,
3148
+ :autoscanned_defaults=>[]}}},
3135
3149
  :additional_linear_terms_knobs=>
3136
3150
  {:description=>"ADDITIONAL LINEAR TERMS",
3137
3151
  :should_include=>"true",
@@ -4223,7 +4237,20 @@
4223
4237
  :must_pass=>
4224
4238
  [{:test=>"kind_of? Integer",
4225
4239
  :explanation=>"This variable must be an integer."}],
4226
- :type=>:Integer}}},
4240
+ :type=>:Integer,
4241
+ :autoscanned_defaults=>[0]},
4242
+ :constant_random_flag=>
4243
+ {:should_include=>"true",
4244
+ :description=>
4245
+ "For testing. Used fixed array of random numbers in initialization.",
4246
+ :help=>
4247
+ "For testing. Used fixed array of random numbers in initialization.",
4248
+ :code_name=>:constant_random_flag,
4249
+ :must_pass=>
4250
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
4251
+ :explanation=>
4252
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
4253
+ :type=>:Fortran_Bool}}},
4227
4254
  :gs2_diagnostics_knobs=>
4228
4255
  {:description=>"DIAGNOSTICS",
4229
4256
  :should_include=>"true",
@@ -4245,7 +4272,7 @@
4245
4272
  :should_include=>"true",
4246
4273
  :description=>"Write nonlinear fluxes as a function of time.",
4247
4274
  :tests=>["Tst::FORTRAN_BOOL"],
4248
- :autoscanned_defaults=>[".false."],
4275
+ :autoscanned_defaults=>[".false.", ".true."],
4249
4276
  :must_pass=>
4250
4277
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
4251
4278
  :explanation=>
@@ -4394,7 +4421,7 @@
4394
4421
  :description=>
4395
4422
  "If (write_ascii = T) time-averaged growth rate and frequency to the output file.",
4396
4423
  :tests=>["Tst::FORTRAN_BOOL"],
4397
- :autoscanned_defaults=>[".false."],
4424
+ :autoscanned_defaults=>[".false.", ".true."],
4398
4425
  :must_pass=>
4399
4426
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
4400
4427
  :explanation=>
@@ -4458,7 +4485,7 @@
4458
4485
  :should_include=>"true",
4459
4486
  :description=>"Write restart files every nsave timesteps",
4460
4487
  :tests=>["Tst::INT"],
4461
- :autoscanned_defaults=>[-1],
4488
+ :autoscanned_defaults=>[-1, 1000],
4462
4489
  :must_pass=>
4463
4490
  [{:test=>"kind_of? Integer",
4464
4491
  :explanation=>"This variable must be an integer."}],
@@ -4519,7 +4546,7 @@
4519
4546
  :should_include=>"true",
4520
4547
  :description=>"Write restart files.",
4521
4548
  :tests=>["Tst::FORTRAN_BOOL"],
4522
- :autoscanned_defaults=>[".false.", ".true."],
4549
+ :autoscanned_defaults=>[".false."],
4523
4550
  :must_pass=>
4524
4551
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
4525
4552
  :explanation=>
@@ -4679,7 +4706,7 @@
4679
4706
  :must_pass=>
4680
4707
  [{:test=>"kind_of? Integer",
4681
4708
  :explanation=>"This variable must be an integer."}],
4682
- :autoscanned_defaults=>[1000],
4709
+ :autoscanned_defaults=>[-1, 1000],
4683
4710
  :type=>:Integer,
4684
4711
  :code_name=>:nmovie,
4685
4712
  :module=>:gs2_diagnostics},
@@ -5051,7 +5078,8 @@
5051
5078
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
5052
5079
  :explanation=>
5053
5080
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
5054
- :type=>:Fortran_Bool}},
5081
+ :type=>:Fortran_Bool,
5082
+ :autoscanned_defaults=>[".false.", ".true."]}},
5055
5083
  :help=>
5056
5084
  "Controls what information is output by GS2 during and at the end of a simulation."},
5057
5085
  :testgridgen=>
@@ -5832,7 +5860,8 @@
5832
5860
  :must_pass=>
5833
5861
  [{:test=>"kind_of? String",
5834
5862
  :explanation=>"This variable must be a string."}],
5835
- :type=>:String}}},
5863
+ :type=>:String,
5864
+ :autoscanned_defaults=>["default"]}}},
5836
5865
  :kt_grids_specified_parameters=>
5837
5866
  {:description=>"",
5838
5867
  :should_include=>"@grid_option=='specified'",
@@ -6316,7 +6345,7 @@
6316
6345
  :explanation=>
6317
6346
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6318
6347
  :type=>:Fortran_Bool,
6319
- :autoscanned_defaults=>[".false."]},
6348
+ :autoscanned_defaults=>[".true."]},
6320
6349
  :write_omega=>
6321
6350
  {:should_include=>"true",
6322
6351
  :description=>"Write growth rates and frequencies to the netcdf file",
@@ -6398,7 +6427,8 @@
6398
6427
  :must_pass=>
6399
6428
  [{:test=>"kind_of? Integer",
6400
6429
  :explanation=>"This variable must be an integer."}],
6401
- :type=>:Integer},
6430
+ :type=>:Integer,
6431
+ :autoscanned_defaults=>["gnostics%nwrite*gnostics%nwrite_mult"]},
6402
6432
  :enable_parallel=>
6403
6433
  {:should_include=>"true",
6404
6434
  :description=>"If built with parallel IO capability, enable it.",
@@ -6409,7 +6439,8 @@
6409
6439
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6410
6440
  :explanation=>
6411
6441
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6412
- :type=>:Fortran_Bool},
6442
+ :type=>:Fortran_Bool,
6443
+ :autoscanned_defaults=>[".false."]},
6413
6444
  :serial_netcdf4=>
6414
6445
  {:should_include=>"true",
6415
6446
  :description=>nil,
@@ -6419,7 +6450,8 @@
6419
6450
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6420
6451
  :explanation=>
6421
6452
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6422
- :type=>:Fortran_Bool},
6453
+ :type=>:Fortran_Bool,
6454
+ :autoscanned_defaults=>[".false."]},
6423
6455
  :print_line=>
6424
6456
  {:should_include=>"true",
6425
6457
  :description=>
@@ -6431,7 +6463,8 @@
6431
6463
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6432
6464
  :explanation=>
6433
6465
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6434
- :type=>:Fortran_Bool},
6466
+ :type=>:Fortran_Bool,
6467
+ :autoscanned_defaults=>[".false.", ".true."]},
6435
6468
  :print_flux_line=>
6436
6469
  {:should_include=>"true",
6437
6470
  :description=>"Instantaneous fluxes output to screen",
@@ -6441,7 +6474,8 @@
6441
6474
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6442
6475
  :explanation=>
6443
6476
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6444
- :type=>:Fortran_Bool},
6477
+ :type=>:Fortran_Bool,
6478
+ :autoscanned_defaults=>[".false."]},
6445
6479
  :write_line=>
6446
6480
  {:should_include=>"true",
6447
6481
  :description=>
@@ -6453,7 +6487,8 @@
6453
6487
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6454
6488
  :explanation=>
6455
6489
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6456
- :type=>:Fortran_Bool},
6490
+ :type=>:Fortran_Bool,
6491
+ :autoscanned_defaults=>[".true."]},
6457
6492
  :write_flux_line=>
6458
6493
  {:should_include=>"true",
6459
6494
  :description=>"Instantaneous fluxes output to runname.new.out",
@@ -6464,7 +6499,8 @@
6464
6499
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6465
6500
  :explanation=>
6466
6501
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6467
- :type=>:Fortran_Bool},
6502
+ :type=>:Fortran_Bool,
6503
+ :autoscanned_defaults=>[".true."]},
6468
6504
  :write_movie=>
6469
6505
  {:should_include=>"true",
6470
6506
  :description=>"Write fields in real space as a function of time.",
@@ -6475,7 +6511,8 @@
6475
6511
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6476
6512
  :explanation=>
6477
6513
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6478
- :type=>:Fortran_Bool},
6514
+ :type=>:Fortran_Bool,
6515
+ :autoscanned_defaults=>[]},
6479
6516
  :dump_fields_periodically=>
6480
6517
  {:should_include=>"true",
6481
6518
  :description=>nil,
@@ -6486,7 +6523,8 @@
6486
6523
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6487
6524
  :explanation=>
6488
6525
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6489
- :type=>:Fortran_Bool},
6526
+ :type=>:Fortran_Bool,
6527
+ :autoscanned_defaults=>[".false."]},
6490
6528
  :write_moments=>
6491
6529
  {:should_include=>"true",
6492
6530
  :description=>"Write density, temperature etc every nwrite steps.",
@@ -6497,7 +6535,8 @@
6497
6535
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6498
6536
  :explanation=>
6499
6537
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6500
- :type=>:Fortran_Bool},
6538
+ :type=>:Fortran_Bool,
6539
+ :autoscanned_defaults=>[".false.", ".true."]},
6501
6540
  :write_full_moments_notgc=>
6502
6541
  {:should_include=>"true",
6503
6542
  :description=>nil,
@@ -6507,7 +6546,8 @@
6507
6546
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6508
6547
  :explanation=>
6509
6548
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6510
- :type=>:Fortran_Bool},
6549
+ :type=>:Fortran_Bool,
6550
+ :autoscanned_defaults=>[".false."]},
6511
6551
  :write_ntot_over_time=>
6512
6552
  {:should_include=>"true",
6513
6553
  :description=>nil,
@@ -6518,7 +6558,8 @@
6518
6558
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6519
6559
  :explanation=>
6520
6560
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6521
- :type=>:Fortran_Bool},
6561
+ :type=>:Fortran_Bool,
6562
+ :autoscanned_defaults=>[".false."]},
6522
6563
  :write_density_over_time=>
6523
6564
  {:should_include=>"true",
6524
6565
  :description=>nil,
@@ -6529,7 +6570,8 @@
6529
6570
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6530
6571
  :explanation=>
6531
6572
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6532
- :type=>:Fortran_Bool},
6573
+ :type=>:Fortran_Bool,
6574
+ :autoscanned_defaults=>[".false."]},
6533
6575
  :write_upar_over_time=>
6534
6576
  {:should_include=>"true",
6535
6577
  :description=>nil,
@@ -6540,7 +6582,8 @@
6540
6582
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6541
6583
  :explanation=>
6542
6584
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6543
- :type=>:Fortran_Bool},
6585
+ :type=>:Fortran_Bool,
6586
+ :autoscanned_defaults=>[".false."]},
6544
6587
  :write_tperp_over_time=>
6545
6588
  {:should_include=>"true",
6546
6589
  :description=>nil,
@@ -6551,7 +6594,8 @@
6551
6594
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6552
6595
  :explanation=>
6553
6596
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6554
- :type=>:Fortran_Bool},
6597
+ :type=>:Fortran_Bool,
6598
+ :autoscanned_defaults=>[".false."]},
6555
6599
  :write_symmetry=>
6556
6600
  {:should_include=>"true",
6557
6601
  :description=>"Test the symmetry properties of the GK eqn.",
@@ -6562,7 +6606,8 @@
6562
6606
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6563
6607
  :explanation=>
6564
6608
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6565
- :type=>:Fortran_Bool},
6609
+ :type=>:Fortran_Bool,
6610
+ :autoscanned_defaults=>[".false."]},
6566
6611
  :write_parity=>
6567
6612
  {:should_include=>"true",
6568
6613
  :description=>"Writes parities in dist fn and particle fluxes",
@@ -6572,7 +6617,8 @@
6572
6617
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6573
6618
  :explanation=>
6574
6619
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6575
- :type=>:Fortran_Bool},
6620
+ :type=>:Fortran_Bool,
6621
+ :autoscanned_defaults=>[".false."]},
6576
6622
  :write_verr=>
6577
6623
  {:should_include=>"true",
6578
6624
  :description=>"Write velocity space diagnostics",
@@ -6583,7 +6629,8 @@
6583
6629
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6584
6630
  :explanation=>
6585
6631
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6586
- :type=>:Fortran_Bool},
6632
+ :type=>:Fortran_Bool,
6633
+ :autoscanned_defaults=>[".false.", ".true."]},
6587
6634
  :write_max_verr=>
6588
6635
  {:should_include=>"true",
6589
6636
  :description=>nil,
@@ -6594,7 +6641,8 @@
6594
6641
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6595
6642
  :explanation=>
6596
6643
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6597
- :type=>:Fortran_Bool},
6644
+ :type=>:Fortran_Bool,
6645
+ :autoscanned_defaults=>[".false."]},
6598
6646
  :ncheck=>
6599
6647
  {:should_include=>"true",
6600
6648
  :description=>
@@ -6605,7 +6653,8 @@
6605
6653
  :must_pass=>
6606
6654
  [{:test=>"kind_of? Integer",
6607
6655
  :explanation=>"This variable must be an integer."}],
6608
- :type=>:Integer},
6656
+ :type=>:Integer,
6657
+ :autoscanned_defaults=>[10, 100]},
6609
6658
  :write_heating=>
6610
6659
  {:should_include=>"true",
6611
6660
  :description=>
@@ -6617,7 +6666,8 @@
6617
6666
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6618
6667
  :explanation=>
6619
6668
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6620
- :type=>:Fortran_Bool},
6669
+ :type=>:Fortran_Bool,
6670
+ :autoscanned_defaults=>[".false."]},
6621
6671
  :write_ascii=>
6622
6672
  {:should_include=>"true",
6623
6673
  :description=>"Write to ascii files as well as netcdf",
@@ -6628,7 +6678,8 @@
6628
6678
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6629
6679
  :explanation=>
6630
6680
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6631
- :type=>:Fortran_Bool},
6681
+ :type=>:Fortran_Bool,
6682
+ :autoscanned_defaults=>[".true."]},
6632
6683
  :write_gyx=>
6633
6684
  {:should_include=>"true",
6634
6685
  :description=>
@@ -6640,7 +6691,8 @@
6640
6691
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6641
6692
  :explanation=>
6642
6693
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6643
- :type=>:Fortran_Bool},
6694
+ :type=>:Fortran_Bool,
6695
+ :autoscanned_defaults=>[".false."]},
6644
6696
  :write_g=>
6645
6697
  {:should_include=>"true",
6646
6698
  :description=>
@@ -6652,7 +6704,8 @@
6652
6704
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6653
6705
  :explanation=>
6654
6706
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6655
- :type=>:Fortran_Bool},
6707
+ :type=>:Fortran_Bool,
6708
+ :autoscanned_defaults=>[".false."]},
6656
6709
  :write_lpoly=>
6657
6710
  {:should_include=>"true",
6658
6711
  :description=>nil,
@@ -6663,7 +6716,8 @@
6663
6716
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6664
6717
  :explanation=>
6665
6718
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6666
- :type=>:Fortran_Bool},
6719
+ :type=>:Fortran_Bool,
6720
+ :autoscanned_defaults=>[".false."]},
6667
6721
  :write_cerr=>
6668
6722
  {:should_include=>"true",
6669
6723
  :description=>nil,
@@ -6673,7 +6727,8 @@
6673
6727
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6674
6728
  :explanation=>
6675
6729
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6676
- :type=>:Fortran_Bool},
6730
+ :type=>:Fortran_Bool,
6731
+ :autoscanned_defaults=>[".false."]},
6677
6732
  :conv_nstep_av=>
6678
6733
  {:should_include=>"true",
6679
6734
  :description=>"",
@@ -6682,7 +6737,8 @@
6682
6737
  :must_pass=>
6683
6738
  [{:test=>"kind_of? Integer",
6684
6739
  :explanation=>"This variable must be an integer."}],
6685
- :type=>:Integer},
6740
+ :type=>:Integer,
6741
+ :autoscanned_defaults=>[4000]},
6686
6742
  :conv_test_multiplier=>
6687
6743
  {:should_include=>"true",
6688
6744
  :description=>"",
@@ -6692,7 +6748,8 @@
6692
6748
  [{:test=>"kind_of? Numeric",
6693
6749
  :explanation=>
6694
6750
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
6695
- :type=>:Float},
6751
+ :type=>:Float,
6752
+ :autoscanned_defaults=>[]},
6696
6753
  :conv_min_step=>
6697
6754
  {:should_include=>"true",
6698
6755
  :description=>"",
@@ -6701,7 +6758,8 @@
6701
6758
  :must_pass=>
6702
6759
  [{:test=>"kind_of? Integer",
6703
6760
  :explanation=>"This variable must be an integer."}],
6704
- :type=>:Integer},
6761
+ :type=>:Integer,
6762
+ :autoscanned_defaults=>[4000]},
6705
6763
  :conv_max_step=>
6706
6764
  {:should_include=>"true",
6707
6765
  :description=>"",
@@ -6710,7 +6768,8 @@
6710
6768
  :must_pass=>
6711
6769
  [{:test=>"kind_of? Integer",
6712
6770
  :explanation=>"This variable must be an integer."}],
6713
- :type=>:Integer},
6771
+ :type=>:Integer,
6772
+ :autoscanned_defaults=>[80000]},
6714
6773
  :conv_nsteps_converged=>
6715
6774
  {:should_include=>"true",
6716
6775
  :description=>"",
@@ -6719,7 +6778,8 @@
6719
6778
  :must_pass=>
6720
6779
  [{:test=>"kind_of? Integer",
6721
6780
  :explanation=>"This variable must be an integer."}],
6722
- :type=>:Integer},
6781
+ :type=>:Integer,
6782
+ :autoscanned_defaults=>[10000]},
6723
6783
  :use_nonlin_convergence=>
6724
6784
  {:should_include=>"true",
6725
6785
  :description=>"",
@@ -6729,7 +6789,8 @@
6729
6789
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6730
6790
  :explanation=>
6731
6791
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6732
- :type=>:Fortran_Bool},
6792
+ :type=>:Fortran_Bool,
6793
+ :autoscanned_defaults=>[".false."]},
6733
6794
  :write_cross_phase=>
6734
6795
  {:should_include=>"true",
6735
6796
  :description=>
@@ -6740,7 +6801,8 @@
6740
6801
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6741
6802
  :explanation=>
6742
6803
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6743
- :type=>:Fortran_Bool},
6804
+ :type=>:Fortran_Bool,
6805
+ :autoscanned_defaults=>[".false."]},
6744
6806
  :write_correlation=>
6745
6807
  {:should_include=>"true",
6746
6808
  :description=>"Write parallel correlation.",
@@ -6751,7 +6813,8 @@
6751
6813
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6752
6814
  :explanation=>
6753
6815
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6754
- :type=>:Fortran_Bool},
6816
+ :type=>:Fortran_Bool,
6817
+ :autoscanned_defaults=>[".false.", ".true."]},
6755
6818
  :write_correlation_extend=>
6756
6819
  {:should_include=>"true",
6757
6820
  :description=>"Extend domain of correlation function calculation.",
@@ -6762,7 +6825,8 @@
6762
6825
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6763
6826
  :explanation=>
6764
6827
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6765
- :type=>:Fortran_Bool},
6828
+ :type=>:Fortran_Bool,
6829
+ :autoscanned_defaults=>[".false."]},
6766
6830
  :write_jext=>
6767
6831
  {:should_include=>"true",
6768
6832
  :description=>"Write the external current in the antenna if enabled.",
@@ -6772,7 +6836,8 @@
6772
6836
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6773
6837
  :explanation=>
6774
6838
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6775
- :type=>:Fortran_Bool},
6839
+ :type=>:Fortran_Bool,
6840
+ :autoscanned_defaults=>[".false."]},
6776
6841
  :write_lorentzian=>
6777
6842
  {:should_include=>"true",
6778
6843
  :description=>"Frequency Sweep Data",
@@ -6782,7 +6847,8 @@
6782
6847
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6783
6848
  :explanation=>
6784
6849
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6785
- :type=>:Fortran_Bool},
6850
+ :type=>:Fortran_Bool,
6851
+ :autoscanned_defaults=>[".false."]},
6786
6852
  :write_eigenfunc=>
6787
6853
  {:should_include=>"true",
6788
6854
  :description=>
@@ -6794,7 +6860,8 @@
6794
6860
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6795
6861
  :explanation=>
6796
6862
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6797
- :type=>:Fortran_Bool},
6863
+ :type=>:Fortran_Bool,
6864
+ :autoscanned_defaults=>[".false."]},
6798
6865
  :write_final_fields=>
6799
6866
  {:should_include=>"true",
6800
6867
  :description=>"If (write_ascii = T) Phi(theta) written to '.fields'",
@@ -6805,7 +6872,8 @@
6805
6872
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6806
6873
  :explanation=>
6807
6874
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6808
- :type=>:Fortran_Bool},
6875
+ :type=>:Fortran_Bool,
6876
+ :autoscanned_defaults=>[".false."]},
6809
6877
  :write_kpar=>
6810
6878
  {:should_include=>"true",
6811
6879
  :description=>nil,
@@ -6816,7 +6884,8 @@
6816
6884
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6817
6885
  :explanation=>
6818
6886
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6819
- :type=>:Fortran_Bool},
6887
+ :type=>:Fortran_Bool,
6888
+ :autoscanned_defaults=>[".false."]},
6820
6889
  :write_final_epar=>
6821
6890
  {:should_include=>"true",
6822
6891
  :description=>
@@ -6828,7 +6897,8 @@
6828
6897
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6829
6898
  :explanation=>
6830
6899
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6831
- :type=>:Fortran_Bool},
6900
+ :type=>:Fortran_Bool,
6901
+ :autoscanned_defaults=>[".false."]},
6832
6902
  :write_final_db=>
6833
6903
  {:should_include=>"true",
6834
6904
  :description=>"Write final delta B.",
@@ -6838,7 +6908,8 @@
6838
6908
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6839
6909
  :explanation=>
6840
6910
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6841
- :type=>:Fortran_Bool},
6911
+ :type=>:Fortran_Bool,
6912
+ :autoscanned_defaults=>[".false."]},
6842
6913
  :write_final_moments=>
6843
6914
  {:should_include=>"true",
6844
6915
  :description=>"write final n, T",
@@ -6849,7 +6920,8 @@
6849
6920
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6850
6921
  :explanation=>
6851
6922
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6852
- :type=>:Fortran_Bool},
6923
+ :type=>:Fortran_Bool,
6924
+ :autoscanned_defaults=>[".false."]},
6853
6925
  :write_final_antot=>
6854
6926
  {:should_include=>"true",
6855
6927
  :description=>nil,
@@ -6860,7 +6932,8 @@
6860
6932
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6861
6933
  :explanation=>
6862
6934
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6863
- :type=>:Fortran_Bool},
6935
+ :type=>:Fortran_Bool,
6936
+ :autoscanned_defaults=>[".false."]},
6864
6937
  :write_gs=>
6865
6938
  {:should_include=>"true",
6866
6939
  :description=>nil,
@@ -6870,7 +6943,8 @@
6870
6943
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6871
6944
  :explanation=>
6872
6945
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6873
- :type=>:Fortran_Bool},
6946
+ :type=>:Fortran_Bool,
6947
+ :autoscanned_defaults=>[".false."]},
6874
6948
  :save_for_restart_new=>
6875
6949
  {:should_include=>"true",
6876
6950
  :description=>"Write restart files.",
@@ -6881,7 +6955,8 @@
6881
6955
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6882
6956
  :explanation=>
6883
6957
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6884
- :type=>:Fortran_Bool},
6958
+ :type=>:Fortran_Bool,
6959
+ :autoscanned_defaults=>[".false."]},
6885
6960
  :save_distfn=>
6886
6961
  {:should_include=>"true",
6887
6962
  :description=>"Save dist_fn with lots of detail.",
@@ -6892,7 +6967,8 @@
6892
6967
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6893
6968
  :explanation=>
6894
6969
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6895
- :type=>:Fortran_Bool}}},
6970
+ :type=>:Fortran_Bool,
6971
+ :autoscanned_defaults=>[".false."]}}},
6896
6972
  :eigval_knobs=>
6897
6973
  {:description=>"",
6898
6974
  :should_include=>"true",
@@ -7019,7 +7095,8 @@
7019
7095
  :must_pass=>
7020
7096
  [{:test=>"kind_of? Integer",
7021
7097
  :explanation=>"This variable must be an integer."}],
7022
- :type=>:Integer},
7098
+ :type=>:Integer,
7099
+ :autoscanned_defaults=>[1]},
7023
7100
  :save_restarts=>
7024
7101
  {:should_include=>"true",
7025
7102
  :description=>nil,
@@ -7030,7 +7107,8 @@
7030
7107
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7031
7108
  :explanation=>
7032
7109
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7033
- :type=>:Fortran_Bool}}},
7110
+ :type=>:Fortran_Bool,
7111
+ :autoscanned_defaults=>[".false."]}}},
7034
7112
  :ballstab_knobs=>
7035
7113
  {:description=>"",
7036
7114
  :should_include=>"true",
@@ -7044,7 +7122,8 @@
7044
7122
  [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7045
7123
  :explanation=>
7046
7124
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7047
- :type=>:Fortran_Bool},
7125
+ :type=>:Fortran_Bool,
7126
+ :autoscanned_defaults=>[".false."]},
7048
7127
  :n_shat=>
7049
7128
  {:should_include=>"true",
7050
7129
  :description=>nil,
@@ -7053,7 +7132,8 @@
7053
7132
  :must_pass=>
7054
7133
  [{:test=>"kind_of? Integer",
7055
7134
  :explanation=>"This variable must be an integer."}],
7056
- :type=>:Integer},
7135
+ :type=>:Integer,
7136
+ :autoscanned_defaults=>[1]},
7057
7137
  :shat_min=>
7058
7138
  {:should_include=>"true",
7059
7139
  :description=>nil,
@@ -7063,7 +7143,8 @@
7063
7143
  [{:test=>"kind_of? Numeric",
7064
7144
  :explanation=>
7065
7145
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7066
- :type=>:Float},
7146
+ :type=>:Float,
7147
+ :autoscanned_defaults=>["shat"]},
7067
7148
  :shat_max=>
7068
7149
  {:should_include=>"true",
7069
7150
  :description=>nil,
@@ -7073,7 +7154,8 @@
7073
7154
  [{:test=>"kind_of? Numeric",
7074
7155
  :explanation=>
7075
7156
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7076
- :type=>:Float},
7157
+ :type=>:Float,
7158
+ :autoscanned_defaults=>["shat"]},
7077
7159
  :n_beta=>
7078
7160
  {:should_include=>"true",
7079
7161
  :description=>nil,
@@ -7082,7 +7164,8 @@
7082
7164
  :must_pass=>
7083
7165
  [{:test=>"kind_of? Integer",
7084
7166
  :explanation=>"This variable must be an integer."}],
7085
- :type=>:Integer},
7167
+ :type=>:Integer,
7168
+ :autoscanned_defaults=>[1]},
7086
7169
  :beta_mul=>
7087
7170
  {:should_include=>"true",
7088
7171
  :description=>nil,
@@ -7092,7 +7175,8 @@
7092
7175
  [{:test=>"kind_of? Numeric",
7093
7176
  :explanation=>
7094
7177
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7095
- :type=>:Float},
7178
+ :type=>:Float,
7179
+ :autoscanned_defaults=>[1.0]},
7096
7180
  :beta_div=>
7097
7181
  {:should_include=>"true",
7098
7182
  :description=>nil,
@@ -7102,12 +7186,114 @@
7102
7186
  [{:test=>"kind_of? Numeric",
7103
7187
  :explanation=>
7104
7188
  "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7105
- :type=>:Float},
7189
+ :type=>:Float,
7190
+ :autoscanned_defaults=>[1.0]},
7106
7191
  :diff=>
7107
7192
  {:should_include=>"true",
7108
7193
  :description=>nil,
7109
7194
  :help=>nil,
7110
7195
  :code_name=>:diff,
7196
+ :must_pass=>
7197
+ [{:test=>"kind_of? Numeric",
7198
+ :explanation=>
7199
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7200
+ :type=>:Float,
7201
+ :autoscanned_defaults=>[0.0]}}},
7202
+ :init_knobs=>
7203
+ {:description=>"",
7204
+ :should_include=>"true",
7205
+ :variables=>
7206
+ {:in_memory=>
7207
+ {:should_include=>"true",
7208
+ :description=>
7209
+ "Store field and dist fn values in memory when reinitializing.",
7210
+ :help=>
7211
+ "If true, field and dist fn values are stored in memory (e.g. for resetting the timestep). Otherwise, they are saved to disk.",
7212
+ :code_name=>:in_memory,
7213
+ :must_pass=>
7214
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7215
+ :explanation=>
7216
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7217
+ :type=>:Fortran_Bool}}},
7218
+ :normalisations=>
7219
+ {:description=>"",
7220
+ :should_include=>"true",
7221
+ :variables=>
7222
+ {:mref=>
7223
+ {:should_include=>"true",
7224
+ :description=>"",
7225
+ :help=>"",
7226
+ :code_name=>:mref,
7227
+ :must_pass=>
7228
+ [{:test=>"kind_of? Numeric",
7229
+ :explanation=>
7230
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7231
+ :type=>:Float},
7232
+ :zref=>
7233
+ {:should_include=>"true",
7234
+ :description=>"",
7235
+ :help=>"",
7236
+ :code_name=>:zref,
7237
+ :must_pass=>
7238
+ [{:test=>"kind_of? Numeric",
7239
+ :explanation=>
7240
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7241
+ :type=>:Float},
7242
+ :nref=>
7243
+ {:should_include=>"true",
7244
+ :description=>"",
7245
+ :help=>"",
7246
+ :code_name=>:nref,
7247
+ :must_pass=>
7248
+ [{:test=>"kind_of? Numeric",
7249
+ :explanation=>
7250
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7251
+ :type=>:Float},
7252
+ :tref=>
7253
+ {:should_include=>"true",
7254
+ :description=>"",
7255
+ :help=>"",
7256
+ :code_name=>:tref,
7257
+ :must_pass=>
7258
+ [{:test=>"kind_of? Numeric",
7259
+ :explanation=>
7260
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7261
+ :type=>:Float},
7262
+ :aref=>
7263
+ {:should_include=>"true",
7264
+ :description=>"",
7265
+ :help=>"",
7266
+ :code_name=>:aref,
7267
+ :must_pass=>
7268
+ [{:test=>"kind_of? Numeric",
7269
+ :explanation=>
7270
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7271
+ :type=>:Float},
7272
+ :vref=>
7273
+ {:should_include=>"true",
7274
+ :description=>"",
7275
+ :help=>"",
7276
+ :code_name=>:vref,
7277
+ :must_pass=>
7278
+ [{:test=>"kind_of? Numeric",
7279
+ :explanation=>
7280
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7281
+ :type=>:Float},
7282
+ :bref=>
7283
+ {:should_include=>"true",
7284
+ :description=>"",
7285
+ :help=>"",
7286
+ :code_name=>:bref,
7287
+ :must_pass=>
7288
+ [{:test=>"kind_of? Numeric",
7289
+ :explanation=>
7290
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
7291
+ :type=>:Float},
7292
+ :rhoref=>
7293
+ {:should_include=>"true",
7294
+ :description=>"",
7295
+ :help=>"",
7296
+ :code_name=>:rhoref,
7111
7297
  :must_pass=>
7112
7298
  [{:test=>"kind_of? Numeric",
7113
7299
  :explanation=>
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs2crmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.89
5
- prerelease:
4
+ version: 0.11.90
6
5
  platform: ruby
7
6
  authors:
8
7
  - Edmund Highcock
@@ -10,60 +9,53 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2015-02-20 00:00:00.000000000 Z
12
+ date: 2015-03-04 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: coderunner
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ! '>='
18
+ - - ">="
21
19
  - !ruby/object:Gem::Version
22
20
  version: 0.15.5
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ! '>='
25
+ - - ">="
29
26
  - !ruby/object:Gem::Version
30
27
  version: 0.15.5
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: rubyhacks
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
- - - ! '>='
32
+ - - ">="
37
33
  - !ruby/object:Gem::Version
38
34
  version: 0.1.2
39
35
  type: :runtime
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
- - - ! '>='
39
+ - - ">="
45
40
  - !ruby/object:Gem::Version
46
41
  version: 0.1.2
47
42
  - !ruby/object:Gem::Dependency
48
43
  name: ruby-netcdf-updated
49
44
  requirement: !ruby/object:Gem::Requirement
50
- none: false
51
45
  requirements:
52
- - - ! '>='
46
+ - - ">="
53
47
  - !ruby/object:Gem::Version
54
48
  version: 0.6.6.1
55
49
  type: :runtime
56
50
  prerelease: false
57
51
  version_requirements: !ruby/object:Gem::Requirement
58
- none: false
59
52
  requirements:
60
- - - ! '>='
53
+ - - ">="
61
54
  - !ruby/object:Gem::Version
62
55
  version: 0.6.6.1
63
56
  - !ruby/object:Gem::Dependency
64
57
  name: shoulda
65
58
  requirement: !ruby/object:Gem::Requirement
66
- none: false
67
59
  requirements:
68
60
  - - '='
69
61
  - !ruby/object:Gem::Version
@@ -71,7 +63,6 @@ dependencies:
71
63
  type: :development
72
64
  prerelease: false
73
65
  version_requirements: !ruby/object:Gem::Requirement
74
- none: false
75
66
  requirements:
76
67
  - - '='
77
68
  - !ruby/object:Gem::Version
@@ -79,65 +70,57 @@ dependencies:
79
70
  - !ruby/object:Gem::Dependency
80
71
  name: rdoc
81
72
  requirement: !ruby/object:Gem::Requirement
82
- none: false
83
73
  requirements:
84
- - - ~>
74
+ - - "~>"
85
75
  - !ruby/object:Gem::Version
86
76
  version: '3.12'
87
77
  type: :development
88
78
  prerelease: false
89
79
  version_requirements: !ruby/object:Gem::Requirement
90
- none: false
91
80
  requirements:
92
- - - ~>
81
+ - - "~>"
93
82
  - !ruby/object:Gem::Version
94
83
  version: '3.12'
95
84
  - !ruby/object:Gem::Dependency
96
85
  name: bundler
97
86
  requirement: !ruby/object:Gem::Requirement
98
- none: false
99
87
  requirements:
100
- - - ! '>'
88
+ - - ">"
101
89
  - !ruby/object:Gem::Version
102
90
  version: 1.0.0
103
91
  type: :development
104
92
  prerelease: false
105
93
  version_requirements: !ruby/object:Gem::Requirement
106
- none: false
107
94
  requirements:
108
- - - ! '>'
95
+ - - ">"
109
96
  - !ruby/object:Gem::Version
110
97
  version: 1.0.0
111
98
  - !ruby/object:Gem::Dependency
112
99
  name: jeweler
113
100
  requirement: !ruby/object:Gem::Requirement
114
- none: false
115
101
  requirements:
116
- - - ! '>='
102
+ - - ">="
117
103
  - !ruby/object:Gem::Version
118
104
  version: 1.8.4
119
105
  type: :development
120
106
  prerelease: false
121
107
  version_requirements: !ruby/object:Gem::Requirement
122
- none: false
123
108
  requirements:
124
- - - ! '>='
109
+ - - ">="
125
110
  - !ruby/object:Gem::Version
126
111
  version: 1.8.4
127
112
  - !ruby/object:Gem::Dependency
128
113
  name: minitest
129
114
  requirement: !ruby/object:Gem::Requirement
130
- none: false
131
115
  requirements:
132
- - - ~>
116
+ - - "~>"
133
117
  - !ruby/object:Gem::Version
134
118
  version: '4'
135
119
  type: :development
136
120
  prerelease: false
137
121
  version_requirements: !ruby/object:Gem::Requirement
138
- none: false
139
122
  requirements:
140
- - - ~>
123
+ - - "~>"
141
124
  - !ruby/object:Gem::Version
142
125
  version: '4'
143
126
  description: GS2 is a gyrokinetic flux tube initial value turbulence code which can
@@ -153,7 +136,7 @@ extra_rdoc_files:
153
136
  - README.md
154
137
  - README.rdoc
155
138
  files:
156
- - .document
139
+ - ".document"
157
140
  - Gemfile
158
141
  - LICENSE.txt
159
142
  - README.md
@@ -210,26 +193,25 @@ files:
210
193
  homepage: http://gs2crmod.sourceforge.net
211
194
  licenses:
212
195
  - GSLv3
196
+ metadata: {}
213
197
  post_install_message:
214
198
  rdoc_options: []
215
199
  require_paths:
216
200
  - lib
217
201
  required_ruby_version: !ruby/object:Gem::Requirement
218
- none: false
219
202
  requirements:
220
- - - ! '>='
203
+ - - ">="
221
204
  - !ruby/object:Gem::Version
222
205
  version: 1.9.1
223
206
  required_rubygems_version: !ruby/object:Gem::Requirement
224
- none: false
225
207
  requirements:
226
- - - ! '>='
208
+ - - ">="
227
209
  - !ruby/object:Gem::Version
228
210
  version: '0'
229
211
  requirements: []
230
212
  rubyforge_project:
231
- rubygems_version: 1.8.23
213
+ rubygems_version: 2.2.2
232
214
  signing_key:
233
- specification_version: 3
215
+ specification_version: 4
234
216
  summary: Module to allow CodeRunner to run and analyse the GS2 and AstroGK codes.
235
217
  test_files: []