gs2crmod 0.12.8 → 0.12.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c959a0aba3f1188af0a2be3760aafc497290889
4
- data.tar.gz: 3873eb0f31f069c79b4ed532fbec9400de80e02e
3
+ metadata.gz: 778b712ae4e960b016cb005cf3ca791cd75c6c9a
4
+ data.tar.gz: 3cfbda327a6a3e894a8b1eac0dee3986f394a923
5
5
  SHA512:
6
- metadata.gz: faf87a7416ff784651e48a5ea616c40bb1580329b652d5b4da3c07759c9533a587ba5fd768884ecf8012eeb9faa4b0e9ce7946018a4a296ce6788845e0b8d3e7
7
- data.tar.gz: a8f34778914c47e24af40d9ea12eefbfa5a113d4e743e0ccec9583c914e09bdd2601d88f7636664b0a1b592fa24cef76e24b09087d77aea09996aa6855cdd622
6
+ metadata.gz: df724405af77ea845219ee1c312d03c7a2d20e14028d2e87bc85a3578b10f0ee57ff1d961f9b5d4b92375c1491afbc6c113490dcafb6dd231d284b5d628f7b44
7
+ data.tar.gz: b6be1a07b6bef5ddd399c1258a79462d121dbf90c9c4ae9c7a62d983abba3e36cfeb53267d4cd810d00eb190eba19e73f83fce904daa98be8660b8f0c946b448
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.12.8
1
+ 0.12.9
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.12.8 ruby lib
5
+ # stub: gs2crmod 0.12.9 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.12.8"
10
+ s.version = "0.12.9"
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"]
@@ -6379,6 +6379,732 @@
6379
6379
  "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6380
6380
  :type=>:Fortran_Bool,
6381
6381
  :autoscanned_defaults=>[]}}},
6382
+ :diagnostics_config=>
6383
+ {:help=>
6384
+ "This namelists controls the behaviour of the new diagnostics module (which can be enabled by setting USE_NEW_DIAG=on).",
6385
+ :description=>"Options for the new diagnostics module",
6386
+ :should_include=>"true",
6387
+ :variables=>
6388
+ {:nwrite_new=>
6389
+ {:should_include=>"true",
6390
+ :description=>
6391
+ "Diagnostic quantities are written every nwrite timesteps.",
6392
+ :help=>"Diagnostic quantities are written every nwrite timesteps.",
6393
+ :code_name=>:nwrite,
6394
+ :must_pass=>
6395
+ [{:test=>"kind_of? Integer",
6396
+ :explanation=>"This variable must be an integer."}],
6397
+ :type=>:Integer,
6398
+ :autoscanned_defaults=>[10, 100]},
6399
+ :write_any=>
6400
+ {:should_include=>"true",
6401
+ :description=>"If .false. disables the new diagnostics module.",
6402
+ :help=>
6403
+ "If .false. disables the new diagnostics module. No output is written.",
6404
+ :code_name=>:write_any,
6405
+ :must_pass=>
6406
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6407
+ :explanation=>
6408
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6409
+ :type=>:Fortran_Bool,
6410
+ :autoscanned_defaults=>[".true."]},
6411
+ :write_fields=>
6412
+ {:should_include=>"true",
6413
+ :description=>
6414
+ "If .true. write out values of phi, apar and bpar at the current time, as well as integrated quantities as a function of time.",
6415
+ :help=>"If .true. write out values of phi, apar and bpar.",
6416
+ :code_name=>:write_fields,
6417
+ :must_pass=>
6418
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6419
+ :explanation=>
6420
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6421
+ :type=>:Fortran_Bool,
6422
+ :autoscanned_defaults=>[".false.", ".true."]},
6423
+ :write_phi_over_time=>
6424
+ {:should_include=>"true",
6425
+ :description=>"Write entire phi field to NetCDF file every nwrite.",
6426
+ :help=>
6427
+ "If this variable is set to true then the entire field phi will be written to the NetCDF file every nwrite. Useful for making films. This can cause the NetCDF file to be huge, if resolution is large or nwrite is small.",
6428
+ :code_name=>:write_phi_over_time,
6429
+ :must_pass=>
6430
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6431
+ :explanation=>
6432
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6433
+ :type=>:Fortran_Bool,
6434
+ :autoscanned_defaults=>[".false."]},
6435
+ :write_apar_over_time=>
6436
+ {:should_include=>"true",
6437
+ :description=>"Write entire apar field to NetCDF file every nwrite.",
6438
+ :help=>
6439
+ "If this variable is set to true then the entire field apar will be written to the NetCDF file every nwrite. Useful for making films. This can cause the NetCDF file to be huge, if resolution is large or nwrite is small.",
6440
+ :code_name=>:write_apar_over_time,
6441
+ :must_pass=>
6442
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6443
+ :explanation=>
6444
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6445
+ :type=>:Fortran_Bool,
6446
+ :autoscanned_defaults=>[".false."]},
6447
+ :write_bpar_over_time=>
6448
+ {:should_include=>"true",
6449
+ :description=>"Write entire bpar field to NetCDF file every nwrite.",
6450
+ :help=>
6451
+ "If this variable is set to true then the entire field bpar will be written to the NetCDF file every nwrite. Useful for making films. This can cause the NetCDF file to be huge, if resolution is large or nwrite is small.",
6452
+ :code_name=>:write_bpar_over_time,
6453
+ :must_pass=>
6454
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6455
+ :explanation=>
6456
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6457
+ :type=>:Fortran_Bool,
6458
+ :autoscanned_defaults=>[".false."]},
6459
+ :write_fluxes=>
6460
+ {:should_include=>"true",
6461
+ :description=>
6462
+ "If .true. write fluxes of heat, momentum & particles to netcdf file, as well as integrated fluxes.",
6463
+ :help=>
6464
+ "If .true. write fluxes of heat, momentum & particles to the new netcdf file.",
6465
+ :code_name=>:write_fluxes,
6466
+ :must_pass=>
6467
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6468
+ :explanation=>
6469
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6470
+ :type=>:Fortran_Bool,
6471
+ :autoscanned_defaults=>[".true."]},
6472
+ :write_fluxes_by_mode=>
6473
+ {:should_include=>"true",
6474
+ :description=>
6475
+ "If .true., write fluxes as a function of ky, kx, species and time.",
6476
+ :help=>
6477
+ "If .true., write fluxes as a function of ky, kx, species and time (otherwise they will only be written out as functions of species, time and kx or ky). Creates large output files.",
6478
+ :code_name=>:write_fluxes_by_mode,
6479
+ :must_pass=>
6480
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6481
+ :explanation=>
6482
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6483
+ :type=>:Fortran_Bool,
6484
+ :autoscanned_defaults=>[".true."]},
6485
+ :write_omega=>
6486
+ {:should_include=>"true",
6487
+ :description=>"Write growth rates and frequencies to the netcdf file",
6488
+ :help=>
6489
+ "If true writes omega (both growth rate and frequency) to netcdf file every nwrite timesteps.\n**Also writes out omegaavg (omega averaged over navg steps) to netcdf file.",
6490
+ :code_name=>:write_omega,
6491
+ :must_pass=>
6492
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6493
+ :explanation=>
6494
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6495
+ :type=>:Fortran_Bool,
6496
+ :autoscanned_defaults=>[".false.", ".true."]},
6497
+ :navg=>
6498
+ {:should_include=>"true",
6499
+ :description=>"Any time averages performed over navg",
6500
+ :help=>
6501
+ "Any time averages (for example growth rates and frequencies) performed over navg timesteps",
6502
+ :code_name=>:navg,
6503
+ :must_pass=>
6504
+ [{:test=>"kind_of? Integer",
6505
+ :explanation=>"This variable must be an integer."}],
6506
+ :type=>:Integer,
6507
+ :autoscanned_defaults=>[10, 100]},
6508
+ :igomega=>
6509
+ {:should_include=>"true",
6510
+ :description=>
6511
+ " Theta index at which frequencies are calculated, and at which single-theta fields and moments written out (e.g. phi_igomega_by_mode).\n",
6512
+ :help=>" Theta index at which frequencies are calculated.\n",
6513
+ :code_name=>:igomega,
6514
+ :must_pass=>
6515
+ [{:test=>"kind_of? Integer",
6516
+ :explanation=>"This variable must be an integer."}],
6517
+ :type=>:Integer,
6518
+ :autoscanned_defaults=>[0]},
6519
+ :omegatinst=>
6520
+ {:should_include=>"true",
6521
+ :description=>
6522
+ "Growth rates > omegatinst assumed numerical instability.",
6523
+ :help=>
6524
+ "If any growth rate is greater than omegatinst, assume there is a numerical instability and abort.",
6525
+ :code_name=>:omegatinst,
6526
+ :must_pass=>
6527
+ [{:test=>"kind_of? Numeric",
6528
+ :explanation=>
6529
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
6530
+ :type=>:Float,
6531
+ :autoscanned_defaults=>[1.0, 1000000.0]},
6532
+ :omegatol=>
6533
+ {:should_include=>"true",
6534
+ :description=>
6535
+ "The convergence has to be better than one part in 1/omegatol",
6536
+ :help=>
6537
+ "In linear runs GS2 will exit if the growth rate has converged to an accuracy of one part in 1/omegatol. Set negative to switch off this feature.",
6538
+ :code_name=>:omegatol,
6539
+ :must_pass=>
6540
+ [{:test=>"kind_of? Numeric",
6541
+ :explanation=>
6542
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
6543
+ :type=>:Float,
6544
+ :autoscanned_defaults=>[-0.001]},
6545
+ :exit_when_converged=>
6546
+ {:should_include=>"true",
6547
+ :description=>
6548
+ " When the frequencies for each k have converged, the run will stop.\n",
6549
+ :help=>
6550
+ " If .true. when the frequencies for each k have converged, the run will stop.\n",
6551
+ :code_name=>:exit_when_converged,
6552
+ :must_pass=>
6553
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6554
+ :explanation=>
6555
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6556
+ :type=>:Fortran_Bool,
6557
+ :autoscanned_defaults=>[".true."]},
6558
+ :nwrite_large=>
6559
+ {:should_include=>"true",
6560
+ :description=>nil,
6561
+ :help=>"Not in use currently",
6562
+ :code_name=>:nwrite_large,
6563
+ :must_pass=>
6564
+ [{:test=>"kind_of? Integer",
6565
+ :explanation=>"This variable must be an integer."}],
6566
+ :type=>:Integer,
6567
+ :autoscanned_defaults=>["gnostics%nwrite*gnostics%nwrite_mult"]},
6568
+ :enable_parallel=>
6569
+ {:should_include=>"true",
6570
+ :description=>"If built with parallel IO capability, enable it.",
6571
+ :help=>
6572
+ "If built with parallel IO capability, enable it. There are currently issues with parallel IO on some systems which cause GS2 to hang. If you enable this parameter, test it on a smaller problem (but with at least two nodes) before using it on a prouction run. Bug reports welcome.",
6573
+ :code_name=>:enable_parallel,
6574
+ :must_pass=>
6575
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6576
+ :explanation=>
6577
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6578
+ :type=>:Fortran_Bool,
6579
+ :autoscanned_defaults=>[".false."]},
6580
+ :serial_netcdf4=>
6581
+ {:should_include=>"true",
6582
+ :description=>nil,
6583
+ :help=>nil,
6584
+ :code_name=>:serial_netcdf4,
6585
+ :must_pass=>
6586
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6587
+ :explanation=>
6588
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6589
+ :type=>:Fortran_Bool,
6590
+ :autoscanned_defaults=>[".false."]},
6591
+ :print_line=>
6592
+ {:should_include=>"true",
6593
+ :description=>
6594
+ "Estimated frequencies and growth rates to the screen/stdout",
6595
+ :help=>
6596
+ "Estimated frequencies and growth rates output to the screen/stdout every nwrite timesteps",
6597
+ :code_name=>:print_line,
6598
+ :must_pass=>
6599
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6600
+ :explanation=>
6601
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6602
+ :type=>:Fortran_Bool,
6603
+ :autoscanned_defaults=>[".false.", ".true."]},
6604
+ :print_flux_line=>
6605
+ {:should_include=>"true",
6606
+ :description=>"Instantaneous fluxes output to screen",
6607
+ :help=>"Instantaneous fluxes output to screen every nwrite timesteps",
6608
+ :code_name=>:print_flux_line,
6609
+ :must_pass=>
6610
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6611
+ :explanation=>
6612
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6613
+ :type=>:Fortran_Bool,
6614
+ :autoscanned_defaults=>[".false."]},
6615
+ :write_line=>
6616
+ {:should_include=>"true",
6617
+ :description=>
6618
+ "Write estimated frequencies and growth rates to the output file",
6619
+ :help=>
6620
+ "Write estimated frequencies and growth rates to the output file (usually runname.new.out) every nwrite steps (regardless of the value of write_ascii).",
6621
+ :code_name=>:write_line,
6622
+ :must_pass=>
6623
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6624
+ :explanation=>
6625
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6626
+ :type=>:Fortran_Bool,
6627
+ :autoscanned_defaults=>[".true."]},
6628
+ :write_flux_line=>
6629
+ {:should_include=>"true",
6630
+ :description=>"Instantaneous fluxes output to runname.new.out",
6631
+ :help=>
6632
+ " Instantaneous fluxes output to runname.new.out every nwrite timesteps (regardless of the value of write_ascii)\n",
6633
+ :code_name=>:write_flux_line,
6634
+ :must_pass=>
6635
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6636
+ :explanation=>
6637
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6638
+ :type=>:Fortran_Bool,
6639
+ :autoscanned_defaults=>[".true."]},
6640
+ :write_movie=>
6641
+ {:should_include=>"true",
6642
+ :description=>"Write fields in real space as a function of time.",
6643
+ :help=>
6644
+ "Write fields in real space as a function of time. Note this uses transform2 and so includes the aliased gridpoints in the real space dimensions. This means that there is 30% reduncancy in the output. Consider writing the fields in k space as a function of time and doing the Fourier transforms in post processing",
6645
+ :code_name=>:write_movie,
6646
+ :must_pass=>
6647
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6648
+ :explanation=>
6649
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6650
+ :type=>:Fortran_Bool,
6651
+ :autoscanned_defaults=>[]},
6652
+ :dump_fields_periodically=>
6653
+ {:should_include=>"true",
6654
+ :description=>nil,
6655
+ :help=>
6656
+ " Phi, Apar, Bpar written to dump.fields.t=(time). This is expensive!\n",
6657
+ :code_name=>:dump_fields_periodically,
6658
+ :must_pass=>
6659
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6660
+ :explanation=>
6661
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6662
+ :type=>:Fortran_Bool,
6663
+ :autoscanned_defaults=>[".false."]},
6664
+ :write_moments=>
6665
+ {:should_include=>"true",
6666
+ :description=>"Write density, temperature etc every nwrite steps.",
6667
+ :help=>
6668
+ "If true then we write the various velocity moments (density, parallel flow, temperature) of the distribution function to the netcdf file every nwrite steps. ",
6669
+ :code_name=>:write_moments,
6670
+ :must_pass=>
6671
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6672
+ :explanation=>
6673
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6674
+ :type=>:Fortran_Bool,
6675
+ :autoscanned_defaults=>[".false.", ".true."]},
6676
+ :write_full_moments_notgc=>
6677
+ {:should_include=>"true",
6678
+ :description=>nil,
6679
+ :help=>nil,
6680
+ :code_name=>:write_full_moments_notgc,
6681
+ :must_pass=>
6682
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6683
+ :explanation=>
6684
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6685
+ :type=>:Fortran_Bool,
6686
+ :autoscanned_defaults=>[".false."]},
6687
+ :write_ntot_over_time=>
6688
+ {:should_include=>"true",
6689
+ :description=>nil,
6690
+ :help=>
6691
+ "Write total density as a function theta, ky, kx, species and time... very expensive!",
6692
+ :code_name=>:write_ntot_over_time,
6693
+ :must_pass=>
6694
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6695
+ :explanation=>
6696
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6697
+ :type=>:Fortran_Bool,
6698
+ :autoscanned_defaults=>[".false."]},
6699
+ :write_density_over_time=>
6700
+ {:should_include=>"true",
6701
+ :description=>nil,
6702
+ :help=>
6703
+ "Write non-adiabitic density as a function theta, ky, kx, species and time... very expensive!",
6704
+ :code_name=>:write_density_over_time,
6705
+ :must_pass=>
6706
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6707
+ :explanation=>
6708
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6709
+ :type=>:Fortran_Bool,
6710
+ :autoscanned_defaults=>[".false."]},
6711
+ :write_upar_over_time=>
6712
+ {:should_include=>"true",
6713
+ :description=>nil,
6714
+ :help=>
6715
+ "Write parallel flow perturbation as a function theta, ky, kx, species and time... very expensive!",
6716
+ :code_name=>:write_upar_over_time,
6717
+ :must_pass=>
6718
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6719
+ :explanation=>
6720
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6721
+ :type=>:Fortran_Bool,
6722
+ :autoscanned_defaults=>[".false."]},
6723
+ :write_tperp_over_time=>
6724
+ {:should_include=>"true",
6725
+ :description=>nil,
6726
+ :help=>
6727
+ "Write perpendicular temperature perturbation as a function theta, ky, kx, species and time... very expensive!",
6728
+ :code_name=>:write_tperp_over_time,
6729
+ :must_pass=>
6730
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6731
+ :explanation=>
6732
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6733
+ :type=>:Fortran_Bool,
6734
+ :autoscanned_defaults=>[".false."]},
6735
+ :write_symmetry=>
6736
+ {:should_include=>"true",
6737
+ :description=>"Test the symmetry properties of the GK eqn.",
6738
+ :help=>
6739
+ "Switch on a diagnostic to test the symmetry properties of the GK eqn. It calculates the momentum flux as a function of vpar, theta, and time.",
6740
+ :code_name=>:write_symmetry,
6741
+ :must_pass=>
6742
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6743
+ :explanation=>
6744
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6745
+ :type=>:Fortran_Bool,
6746
+ :autoscanned_defaults=>[".false."]},
6747
+ :write_parity=>
6748
+ {:should_include=>"true",
6749
+ :description=>"Writes parities in dist fn and particle fluxes",
6750
+ :help=>"Writes parities in dist fn and particle fluxes",
6751
+ :code_name=>:write_parity,
6752
+ :must_pass=>
6753
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6754
+ :explanation=>
6755
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6756
+ :type=>:Fortran_Bool,
6757
+ :autoscanned_defaults=>[".false."]},
6758
+ :write_verr=>
6759
+ {:should_include=>"true",
6760
+ :description=>"Write velocity space diagnostics",
6761
+ :help=>
6762
+ "Write velocity space diagnostics to netcdf file and (if write_ascii) '.new.lpc' and '.new.vres' files. Clear documentation of the outputs is given in the netcdf file.",
6763
+ :code_name=>:write_verr,
6764
+ :must_pass=>
6765
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6766
+ :explanation=>
6767
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6768
+ :type=>:Fortran_Bool,
6769
+ :autoscanned_defaults=>[".false.", ".true."]},
6770
+ :write_max_verr=>
6771
+ {:should_include=>"true",
6772
+ :description=>nil,
6773
+ :help=>
6774
+ "Write the spatial index corresponding to the maximum error in the velocity space integrals",
6775
+ :code_name=>:write_max_verr,
6776
+ :must_pass=>
6777
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6778
+ :explanation=>
6779
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6780
+ :type=>:Fortran_Bool,
6781
+ :autoscanned_defaults=>[".false."]},
6782
+ :ncheck=>
6783
+ {:should_include=>"true",
6784
+ :description=>
6785
+ "If vary_vnew, check whether to vary the collisionality every ncheck timesteps.",
6786
+ :help=>
6787
+ "If vary_vnew, check to see whether to vary the collisionality every ncheck timesteps.",
6788
+ :code_name=>:ncheck,
6789
+ :must_pass=>
6790
+ [{:test=>"kind_of? Integer",
6791
+ :explanation=>"This variable must be an integer."}],
6792
+ :type=>:Integer,
6793
+ :autoscanned_defaults=>[10, 100]},
6794
+ :write_heating=>
6795
+ {:should_include=>"true",
6796
+ :description=>
6797
+ "Write multiple diagnostics of turbulent heating and free energy",
6798
+ :help=>
6799
+ "Write multiple diagnostics of turbulent heating and free energy generation and dissipation.",
6800
+ :code_name=>:write_heating,
6801
+ :must_pass=>
6802
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6803
+ :explanation=>
6804
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6805
+ :type=>:Fortran_Bool,
6806
+ :autoscanned_defaults=>[".false."]},
6807
+ :write_ascii=>
6808
+ {:should_include=>"true",
6809
+ :description=>"Write to ascii files as well as netcdf",
6810
+ :help=>
6811
+ "Controls the creation of a large number of ascii data files (such as <run_name>.new.fields). Many of diagnostics will write to ascii files as well as the netdf file if this flag is true. ",
6812
+ :code_name=>:write_ascii,
6813
+ :must_pass=>
6814
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6815
+ :explanation=>
6816
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6817
+ :type=>:Fortran_Bool,
6818
+ :autoscanned_defaults=>[".true."]},
6819
+ :write_gyx=>
6820
+ {:should_include=>"true",
6821
+ :description=>
6822
+ "Write dist fn at a given physical spacial point to a file",
6823
+ :help=>
6824
+ "Write dist fn (in real space) at a given physical spacial point to a file",
6825
+ :code_name=>:write_gyx,
6826
+ :must_pass=>
6827
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6828
+ :explanation=>
6829
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6830
+ :type=>:Fortran_Bool,
6831
+ :autoscanned_defaults=>[".false."]},
6832
+ :write_g=>
6833
+ {:should_include=>"true",
6834
+ :description=>
6835
+ "Write the distribution function to the '.dist' (NetCDF?)",
6836
+ :help=>
6837
+ "Write the distribution function (in fourier space) at a fixed wavenumber to the '.dist' file",
6838
+ :code_name=>:write_g,
6839
+ :must_pass=>
6840
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6841
+ :explanation=>
6842
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6843
+ :type=>:Fortran_Bool,
6844
+ :autoscanned_defaults=>[".false."]},
6845
+ :write_lpoly=>
6846
+ {:should_include=>"true",
6847
+ :description=>nil,
6848
+ :help=>
6849
+ "computes and returns lagrange interpolating polynomial for g. Needs checking.",
6850
+ :code_name=>:write_lpoly,
6851
+ :must_pass=>
6852
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6853
+ :explanation=>
6854
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6855
+ :type=>:Fortran_Bool,
6856
+ :autoscanned_defaults=>[".false."]},
6857
+ :write_cerr=>
6858
+ {:should_include=>"true",
6859
+ :description=>nil,
6860
+ :help=>nil,
6861
+ :code_name=>:write_cerr,
6862
+ :must_pass=>
6863
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6864
+ :explanation=>
6865
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6866
+ :type=>:Fortran_Bool,
6867
+ :autoscanned_defaults=>[".false."]},
6868
+ :conv_nstep_av=>
6869
+ {:should_include=>"true",
6870
+ :description=>"",
6871
+ :help=>"",
6872
+ :code_name=>:conv_nstep_av,
6873
+ :must_pass=>
6874
+ [{:test=>"kind_of? Integer",
6875
+ :explanation=>"This variable must be an integer."}],
6876
+ :type=>:Integer,
6877
+ :autoscanned_defaults=>[4000]},
6878
+ :conv_test_multiplier=>
6879
+ {:should_include=>"true",
6880
+ :description=>"",
6881
+ :help=>"",
6882
+ :code_name=>:conv_test_multiplier,
6883
+ :must_pass=>
6884
+ [{:test=>"kind_of? Numeric",
6885
+ :explanation=>
6886
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
6887
+ :type=>:Float,
6888
+ :autoscanned_defaults=>[]},
6889
+ :conv_min_step=>
6890
+ {:should_include=>"true",
6891
+ :description=>"",
6892
+ :help=>"",
6893
+ :code_name=>:conv_min_step,
6894
+ :must_pass=>
6895
+ [{:test=>"kind_of? Integer",
6896
+ :explanation=>"This variable must be an integer."}],
6897
+ :type=>:Integer,
6898
+ :autoscanned_defaults=>[4000]},
6899
+ :conv_max_step=>
6900
+ {:should_include=>"true",
6901
+ :description=>"",
6902
+ :help=>"",
6903
+ :code_name=>:conv_max_step,
6904
+ :must_pass=>
6905
+ [{:test=>"kind_of? Integer",
6906
+ :explanation=>"This variable must be an integer."}],
6907
+ :type=>:Integer,
6908
+ :autoscanned_defaults=>[80000]},
6909
+ :conv_nsteps_converged=>
6910
+ {:should_include=>"true",
6911
+ :description=>"",
6912
+ :help=>"",
6913
+ :code_name=>:conv_nsteps_converged,
6914
+ :must_pass=>
6915
+ [{:test=>"kind_of? Integer",
6916
+ :explanation=>"This variable must be an integer."}],
6917
+ :type=>:Integer,
6918
+ :autoscanned_defaults=>[10000]},
6919
+ :use_nonlin_convergence=>
6920
+ {:should_include=>"true",
6921
+ :description=>"",
6922
+ :help=>"",
6923
+ :code_name=>:use_nonlin_convergence,
6924
+ :must_pass=>
6925
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6926
+ :explanation=>
6927
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6928
+ :type=>:Fortran_Bool,
6929
+ :autoscanned_defaults=>[".false."]},
6930
+ :write_cross_phase=>
6931
+ {:should_include=>"true",
6932
+ :description=>
6933
+ "Write cross phase between electron temperature and density.",
6934
+ :help=>"Write cross phase between electron temperature and density.",
6935
+ :code_name=>:write_cross_phase,
6936
+ :must_pass=>
6937
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6938
+ :explanation=>
6939
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6940
+ :type=>:Fortran_Bool,
6941
+ :autoscanned_defaults=>[".false."]},
6942
+ :write_correlation=>
6943
+ {:should_include=>"true",
6944
+ :description=>"Write parallel correlation.",
6945
+ :help=>
6946
+ "Write correlation function diagnostic... shows parallel correlation as a function of ky. See arXiv 1104.4514.",
6947
+ :code_name=>:write_correlation,
6948
+ :must_pass=>
6949
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6950
+ :explanation=>
6951
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6952
+ :type=>:Fortran_Bool,
6953
+ :autoscanned_defaults=>[".false.", ".true."]},
6954
+ :write_correlation_extend=>
6955
+ {:should_include=>"true",
6956
+ :description=>"Extend domain of correlation function calculation.",
6957
+ :help=>
6958
+ "If used in conjunction with write_correlation, extends the length of <math>\\Delta \\theta</math> for which the correlation function is calculated.",
6959
+ :code_name=>:write_correlation_extend,
6960
+ :must_pass=>
6961
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6962
+ :explanation=>
6963
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6964
+ :type=>:Fortran_Bool,
6965
+ :autoscanned_defaults=>[".false."]},
6966
+ :write_jext=>
6967
+ {:should_include=>"true",
6968
+ :description=>"Write the external current in the antenna if enabled.",
6969
+ :help=>"Write the external current in the antenna if enabled.",
6970
+ :code_name=>:write_jext,
6971
+ :must_pass=>
6972
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6973
+ :explanation=>
6974
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6975
+ :type=>:Fortran_Bool,
6976
+ :autoscanned_defaults=>[".false."]},
6977
+ :write_lorentzian=>
6978
+ {:should_include=>"true",
6979
+ :description=>"Frequency Sweep Data",
6980
+ :help=>"Frequency Sweep Data",
6981
+ :code_name=>:write_lorentzian,
6982
+ :must_pass=>
6983
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6984
+ :explanation=>
6985
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6986
+ :type=>:Fortran_Bool,
6987
+ :autoscanned_defaults=>[".false."]},
6988
+ :write_eigenfunc=>
6989
+ {:should_include=>"true",
6990
+ :description=>
6991
+ "If (write_ascii = T) Normalized phi written to runname.eigenfunc",
6992
+ :help=>
6993
+ "If (write_ascii = T) Normalized Phi(theta) written to runname.eigenfunc\n** Write to runname.out.nc even if (write_ascii = F)",
6994
+ :code_name=>:write_eigenfunc,
6995
+ :must_pass=>
6996
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
6997
+ :explanation=>
6998
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
6999
+ :type=>:Fortran_Bool,
7000
+ :autoscanned_defaults=>[".false."]},
7001
+ :write_final_fields=>
7002
+ {:should_include=>"true",
7003
+ :description=>"If (write_ascii = T) Phi(theta) written to '.fields'",
7004
+ :help=>
7005
+ "If (write_ascii = T) Phi(theta) written to runname.fields\n** Write to runname.out.nc even if (write_ascii = F)",
7006
+ :code_name=>:write_final_fields,
7007
+ :must_pass=>
7008
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7009
+ :explanation=>
7010
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7011
+ :type=>:Fortran_Bool,
7012
+ :autoscanned_defaults=>[".false."]},
7013
+ :write_kpar=>
7014
+ {:should_include=>"true",
7015
+ :description=>nil,
7016
+ :help=>
7017
+ " Spectrum in k_parallel calculated and written. Only works for periodic boundary??\n",
7018
+ :code_name=>:write_kpar,
7019
+ :must_pass=>
7020
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7021
+ :explanation=>
7022
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7023
+ :type=>:Fortran_Bool,
7024
+ :autoscanned_defaults=>[".false."]},
7025
+ :write_final_epar=>
7026
+ {:should_include=>"true",
7027
+ :description=>
7028
+ "If (write_ascii = T) E_parallel(theta) written to runname.eigenfunc",
7029
+ :help=>
7030
+ "If (write_ascii = T) E_parallel(theta) written to runname.eigenfunc\n** Write to runname.out.nc even if (write_ascii = F)",
7031
+ :code_name=>:write_final_epar,
7032
+ :must_pass=>
7033
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7034
+ :explanation=>
7035
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7036
+ :type=>:Fortran_Bool,
7037
+ :autoscanned_defaults=>[".false."]},
7038
+ :write_final_db=>
7039
+ {:should_include=>"true",
7040
+ :description=>"Write final delta B.",
7041
+ :help=>"Write final delta B.",
7042
+ :code_name=>:write_final_db,
7043
+ :must_pass=>
7044
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7045
+ :explanation=>
7046
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7047
+ :type=>:Fortran_Bool,
7048
+ :autoscanned_defaults=>[".false."]},
7049
+ :write_final_moments=>
7050
+ {:should_include=>"true",
7051
+ :description=>"write final n, T",
7052
+ :help=>
7053
+ "If (write_ascii = T) low-order moments of g written to runname.moments and int dl/B averages of low-order moments of g written to runname.amoments\n** Write to runname.out.nc even if (write_ascii = F)",
7054
+ :code_name=>:write_final_moments,
7055
+ :must_pass=>
7056
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7057
+ :explanation=>
7058
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7059
+ :type=>:Fortran_Bool,
7060
+ :autoscanned_defaults=>[".false."]},
7061
+ :write_final_antot=>
7062
+ {:should_include=>"true",
7063
+ :description=>nil,
7064
+ :help=>
7065
+ " If (write_ascii = T) Sources for Maxwell eqns. written to runname.antot\n** Write to runname.out.nc even if (write_ascii = F)\n",
7066
+ :code_name=>:write_final_antot,
7067
+ :must_pass=>
7068
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7069
+ :explanation=>
7070
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7071
+ :type=>:Fortran_Bool,
7072
+ :autoscanned_defaults=>[".false."]},
7073
+ :write_gs=>
7074
+ {:should_include=>"true",
7075
+ :description=>nil,
7076
+ :help=>nil,
7077
+ :code_name=>:write_gs,
7078
+ :must_pass=>
7079
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7080
+ :explanation=>
7081
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7082
+ :type=>:Fortran_Bool,
7083
+ :autoscanned_defaults=>[".false."]},
7084
+ :save_for_restart_new=>
7085
+ {:should_include=>"true",
7086
+ :description=>"Write restart files.",
7087
+ :help=>
7088
+ "If true then restart files written to the local folder and the simulation can be restarted from the point it ended.\n** Restart files written to restart_file.PE#. \n** Recommended for nonlinear runs.",
7089
+ :code_name=>:save_for_restart,
7090
+ :must_pass=>
7091
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7092
+ :explanation=>
7093
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7094
+ :type=>:Fortran_Bool,
7095
+ :autoscanned_defaults=>[".false."]},
7096
+ :save_distfn=>
7097
+ {:should_include=>"true",
7098
+ :description=>"Save dist_fn with lots of detail.",
7099
+ :help=>
7100
+ "If true, saves the restart files with name 'rootname.nc.dfn.<proc>' with lots of extra detail about the dist function --- velocity space grids and so on, when GS2 exits.",
7101
+ :code_name=>:save_distfn,
7102
+ :must_pass=>
7103
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
7104
+ :explanation=>
7105
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
7106
+ :type=>:Fortran_Bool,
7107
+ :autoscanned_defaults=>[".false."]}}},
6382
7108
  :eigval_knobs=>
6383
7109
  {:description=>"",
6384
7110
  :should_include=>"true",
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.12.8
4
+ version: 0.12.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock