gs2crmod 0.11.80 → 0.11.81
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/VERSION +1 -1
- data/gs2crmod.gemspec +6 -6
- data/lib/gs2crmod/gs2.rb +119 -61
- data/lib/gs2crmod/ingen.rb +8 -1
- data/lib/gs2crmod/namelists.rb +811 -116
- metadata +4 -4
data/lib/gs2crmod/namelists.rb
CHANGED
@@ -437,7 +437,7 @@
|
|
437
437
|
:module=>:hyper},
|
438
438
|
:rhoc=>
|
439
439
|
{:help=>
|
440
|
-
"rhoc is flux surface label (0< rhoc< 1). Its exact meaning depends on irho. Usually rho = diameter/diameter of LCFS\n** When irho = 1, rhoc = sqrt(toroidal flux)/sqrt(toroidal flux of LCFS)\n** When irho = 2, rhoc = diameter/(diameter of LCFS). recommended\n** When irho = 3, rhoc = poloidal flux/(poloidal flux of LCFS)",
|
440
|
+
"rhoc is flux surface label (0< rhoc< 1). Its exact meaning depends on irho. Usually rho = midplane diameter/midplane diameter of LCFS\n** When irho = 1, rhoc = sqrt(toroidal flux)/sqrt(toroidal flux of LCFS)\n** When irho = 2, rhoc = midplane diameter/(midplane diameter of LCFS). recommended\n** When irho = 3, rhoc = poloidal flux/(poloidal flux of LCFS)",
|
441
441
|
:should_include=>"true",
|
442
442
|
:description=>
|
443
443
|
"Flux surface label. Usually rho = diameter/diameter of LCFS",
|
@@ -518,9 +518,9 @@
|
|
518
518
|
:module=>:theta_grid_params},
|
519
519
|
:shift=>
|
520
520
|
{:help=>
|
521
|
-
"shift is related to
|
521
|
+
"shift is related to derivatives of the Shafranov shift, but this input variable has '''different physical definitions''' in s-alpha and Miller equilbrium models: \n** In s-alpha shift<math>\\propto</math> p' is a parameter for local <math>J_{\\phi}</math> (and NOT <math> B_{\\theta}</math> which is constant): <math>shift = -\\frac{2epsl}{pk^2}\\frac{d\\beta}{d\\rho}=-\\frac{q^2R}{L_{ref}}\\frac{d\\beta}{d\\rho} > 0 </math> \n** In Miller shift is a parameter for local <math> B_{\\theta}</math> (and NOT for <math>J_{\\phi}</math>): <math>shift = \\frac{1}{L_{ref}} \\frac{dR}{d\\rho} < 0 </math> \n*NB in Miller shift contains the ''1st'' radial derivative of the Shafranov shift, BUT in s-alpha shift is related to a ''2nd'' radial derivative of the Shafranov shift.\n** in Miller an additional parameter (beta_prime) is required to specify the piece of <math>J_{\\phi} \\propto</math> p' \n** in s-alpha no additional parameter is required as the piece of <math>J_{\\phi} \\propto</math> p' is specified by shift.",
|
522
522
|
:should_include=>"true",
|
523
|
-
:description=>"shift
|
523
|
+
:description=>"Sets Shafranov shift. See online help for definition.",
|
524
524
|
:tests=>["Tst::FLOAT"],
|
525
525
|
:autoscanned_defaults=>[0.0, 0],
|
526
526
|
:must_pass=>
|
@@ -646,7 +646,7 @@
|
|
646
646
|
:cvdriftknob=>
|
647
647
|
{:should_include=>"true",
|
648
648
|
:description=>"",
|
649
|
-
:help=>"",
|
649
|
+
:help=>"Scales the curvature drift.\n",
|
650
650
|
:code_name=>:cvdriftknob,
|
651
651
|
:must_pass=>
|
652
652
|
[{:test=>"kind_of? Numeric",
|
@@ -657,7 +657,7 @@
|
|
657
657
|
:gbdriftknob=>
|
658
658
|
{:should_include=>"true",
|
659
659
|
:description=>"",
|
660
|
-
:help=>"",
|
660
|
+
:help=>"Scales the grad-B drift.\n",
|
661
661
|
:code_name=>:gbdriftknob,
|
662
662
|
:must_pass=>
|
663
663
|
[{:test=>"kind_of? Numeric",
|
@@ -1128,7 +1128,7 @@
|
|
1128
1128
|
[{:test=>"kind_of? Float or kind_of? Integer",
|
1129
1129
|
:explanation=>
|
1130
1130
|
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
1131
|
-
:autoscanned_defaults=>["alpmhd_in"],
|
1131
|
+
:autoscanned_defaults=>["alpmhd_in", "bp_in"],
|
1132
1132
|
:type=>:Float,
|
1133
1133
|
:code_name=>:alpha_input,
|
1134
1134
|
:module=>:theta_grid_eik},
|
@@ -1473,9 +1473,9 @@
|
|
1473
1473
|
:module=>:dist_fn},
|
1474
1474
|
:include_lowflow=>
|
1475
1475
|
{:help=>
|
1476
|
-
"Include calculation of terms present in the low flow limit of gyrokinetics. Many new terms... will slow calculation... don't set true unless you know what you are doing
|
1476
|
+
"<s>Include calculation of terms present in the low flow limit of gyrokinetics. Many new terms... will slow calculation... don't set true unless you know what you are doing.</s> ''not currently implemented : lowflow terms automatically active if gs2 compiled with LOWFLOW=on''",
|
1477
1477
|
:should_include=>"true",
|
1478
|
-
:description=>
|
1478
|
+
:description=>"",
|
1479
1479
|
:tests=>["Tst::STRING"],
|
1480
1480
|
:autoscanned_defaults=>[],
|
1481
1481
|
:must_pass=>
|
@@ -1715,7 +1715,7 @@
|
|
1715
1715
|
[{:test=>"kind_of? Integer",
|
1716
1716
|
:explanation=>"This variable must be an integer."}],
|
1717
1717
|
:type=>:Integer,
|
1718
|
-
:autoscanned_defaults=>[]},
|
1718
|
+
:autoscanned_defaults=>[-1]},
|
1719
1719
|
:g_exb_start_timestep=>
|
1720
1720
|
{:should_include=>"true",
|
1721
1721
|
:description=>"Flow shear is switched on at this time step.",
|
@@ -1725,7 +1725,7 @@
|
|
1725
1725
|
[{:test=>"kind_of? Integer",
|
1726
1726
|
:explanation=>"This variable must be an integer."}],
|
1727
1727
|
:type=>:Integer,
|
1728
|
-
:autoscanned_defaults=>[]},
|
1728
|
+
:autoscanned_defaults=>[-1]},
|
1729
1729
|
:g_exb_error_limit=>
|
1730
1730
|
{:should_include=>"true",
|
1731
1731
|
:description=>
|
@@ -1738,7 +1738,7 @@
|
|
1738
1738
|
:explanation=>
|
1739
1739
|
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
1740
1740
|
:type=>:Float,
|
1741
|
-
:autoscanned_defaults=>[]},
|
1741
|
+
:autoscanned_defaults=>[0.0]},
|
1742
1742
|
:lf_default=>
|
1743
1743
|
{:should_include=>"true",
|
1744
1744
|
:description=>"",
|
@@ -1910,6 +1910,18 @@
|
|
1910
1910
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
1911
1911
|
:type=>:Fortran_Bool,
|
1912
1912
|
:autoscanned_defaults=>[".false."]},
|
1913
|
+
:response_dir=>
|
1914
|
+
{:should_include=>"true",
|
1915
|
+
:description=>nil,
|
1916
|
+
:help=>
|
1917
|
+
"Directory in which to write/read response files. If not specified they will be written to the run directory",
|
1918
|
+
:tests=>["Tst::STRING"],
|
1919
|
+
:code_name=>:response_dir,
|
1920
|
+
:must_pass=>
|
1921
|
+
[{:test=>"kind_of? String",
|
1922
|
+
:explanation=>"This variable must be a string."}],
|
1923
|
+
:type=>:String,
|
1924
|
+
:autoscanned_defaults=>["./", "trim(response_dir)//\"/\""]},
|
1913
1925
|
:minnrow=>
|
1914
1926
|
{:should_include=>"true",
|
1915
1927
|
:description=>"",
|
@@ -2193,7 +2205,7 @@
|
|
2193
2205
|
[{:test=>"kind_of? Integer",
|
2194
2206
|
:explanation=>"This variable must be an integer."}],
|
2195
2207
|
:type=>:Integer,
|
2196
|
-
:autoscanned_defaults=>[
|
2208
|
+
:autoscanned_defaults=>[]},
|
2197
2209
|
:margin_cpu_time=>
|
2198
2210
|
{:should_include=>"true",
|
2199
2211
|
:description=>
|
@@ -2309,7 +2321,8 @@
|
|
2309
2321
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
2310
2322
|
:explanation=>
|
2311
2323
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
2312
|
-
:type=>:Fortran_Bool
|
2324
|
+
:type=>:Fortran_Bool,
|
2325
|
+
:autoscanned_defaults=>[".false."]}}},
|
2313
2326
|
:layouts_knobs=>
|
2314
2327
|
{:description=>"",
|
2315
2328
|
:should_include=>"true",
|
@@ -2483,6 +2496,18 @@
|
|
2483
2496
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
2484
2497
|
:type=>:Fortran_Bool,
|
2485
2498
|
:autoscanned_defaults=>[".false."]},
|
2499
|
+
:fft_use_wisdom=>
|
2500
|
+
{:should_include=>"true",
|
2501
|
+
:description=>"",
|
2502
|
+
:help=>
|
2503
|
+
"Use FFT wisdom to optimize the fftw calculations.\n ",
|
2504
|
+
:code_name=>:fft_use_wisdom,
|
2505
|
+
:must_pass=>
|
2506
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
2507
|
+
:explanation=>
|
2508
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
2509
|
+
:type=>:Fortran_Bool,
|
2510
|
+
:autoscanned_defaults=>[".false."]},
|
2486
2511
|
:fft_measure_plan=>
|
2487
2512
|
{:should_include=>"true",
|
2488
2513
|
:description=>"",
|
@@ -2494,7 +2519,26 @@
|
|
2494
2519
|
:explanation=>
|
2495
2520
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
2496
2521
|
:type=>:Fortran_Bool,
|
2497
|
-
:autoscanned_defaults=>[".true."]}
|
2522
|
+
: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
|
+
:fft_wisdom_file=>
|
2534
|
+
{:should_include=>"true",
|
2535
|
+
:description=>nil,
|
2536
|
+
:help=>nil,
|
2537
|
+
:code_name=>:fft_wisdom_file,
|
2538
|
+
:must_pass=>
|
2539
|
+
[{:test=>"kind_of? String",
|
2540
|
+
:explanation=>"This variable must be a string."}],
|
2541
|
+
:type=>:String}}},
|
2498
2542
|
:collisions_knobs=>
|
2499
2543
|
{:description=>"COLLISIONS",
|
2500
2544
|
:should_include=>"true",
|
@@ -2724,7 +2768,7 @@
|
|
2724
2768
|
:explanation=>"This variable must be an integer."}],
|
2725
2769
|
:type=>:Integer,
|
2726
2770
|
:module=>:collisions,
|
2727
|
-
:autoscanned_defaults=>[100]},
|
2771
|
+
:autoscanned_defaults=>[10, 100]},
|
2728
2772
|
:vnslow=>
|
2729
2773
|
{:should_include=>"true",
|
2730
2774
|
:description=>nil,
|
@@ -3077,7 +3121,17 @@
|
|
3077
3121
|
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
3078
3122
|
:autoscanned_defaults=>[],
|
3079
3123
|
:type=>:Float,
|
3080
|
-
:code_name=>:C_perp}
|
3124
|
+
:code_name=>:C_perp},
|
3125
|
+
:nl_forbid_force_zero=>
|
3126
|
+
{:should_include=>"true",
|
3127
|
+
:description=>nil,
|
3128
|
+
:help=>nil,
|
3129
|
+
:code_name=>:nl_forbid_force_zero,
|
3130
|
+
:must_pass=>
|
3131
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
3132
|
+
:explanation=>
|
3133
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
3134
|
+
:type=>:Fortran_Bool}}},
|
3081
3135
|
:additional_linear_terms_knobs=>
|
3082
3136
|
{:description=>"ADDITIONAL LINEAR TERMS",
|
3083
3137
|
:should_include=>"true",
|
@@ -3603,7 +3657,7 @@
|
|
3603
3657
|
:module=>:init_g},
|
3604
3658
|
:ginit_option=>
|
3605
3659
|
{:help=>
|
3606
|
-
"Sets the way that the distribution function is initialized. There are many possible choices.\n** 'default' This gives a gaussian in theta (see [[width0]])\n** 'noise' This is the recommended selection ('''but not the default'''). Pretty random.\n** 'test1'\n** 'xi'\n** 'xi2'\n** 'zero'\n** 'test3'\n** 'convect'\n** 'rh'\n** 'many' This is the option to read the (many) restart files written by a previous run. Use for restarts\n** 'small'\n** 'file'\n** 'cont'\n** 'kz0' initialise only with k_parallel=0\n** 'nl'\n** 'nl2'\n** 'nl3'\n** 'nl4'\n** 'nl5'\n** 'nl6'\n** 'gs'\n** 'kpar'\n** 'zonal_only' Restart but set all non-zonal components of the potential and the distribution function to 0. Noise can be added to these other components by setting iphiinit > 0.\n** 'single_parallel_mode' Initialise only with a single parallel mode specified by either ikpar_init for periodic boundary conditions or kpar_init for linked boundary conditions. Intended for linear calculations.\n** 'all_modes_equal' Initialise with every single parallel and perpendicular mode given the same amplitude. Intended for linear calculations.",
|
3660
|
+
"Sets the way that the distribution function is initialized. There are many possible choices.\n** 'default' This gives a gaussian in theta (see [[width0]])\n** 'noise' This is the recommended selection ('''but not the default'''). Pretty random.\n** 'test1'\n** 'xi'\n** 'xi2'\n** 'zero'\n** 'test3'\n** 'convect'\n** 'rh'\n** 'many' This is the option to read the (many) restart files written by a previous run. Use for restarts\n** 'small'\n** 'file'\n** 'cont'\n** 'kz0' initialise only with k_parallel=0\n** 'nl'\n** 'nl2'\n** 'nl3'\n** 'nl4'\n** 'nl5'\n** 'nl6'\n** 'gs'\n** 'kpar'\n** 'zonal_only' Restart but set all non-zonal components of the potential and the distribution function to 0. Noise can be added to these other components by setting iphiinit > 0.\n** 'single_parallel_mode' Initialise only with a single parallel mode specified by either ikpar_init for periodic boundary conditions or kpar_init for linked boundary conditions. Intended for linear calculations.\n** 'all_modes_equal' Initialise with every single parallel and perpendicular mode given the same amplitude. Intended for linear calculations. \n** 'eig_restart' Uses the restart files written by the eigensolver. Also see restart_eig_id.",
|
3607
3661
|
:should_include=>"true",
|
3608
3662
|
:description=>
|
3609
3663
|
"Sets the way that the distribution function is initialized.",
|
@@ -4159,7 +4213,17 @@
|
|
4159
4213
|
:explanation=>
|
4160
4214
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
4161
4215
|
:type=>:Fortran_Bool,
|
4162
|
-
:autoscanned_defaults=>[".false."]}
|
4216
|
+
:autoscanned_defaults=>[".false."]},
|
4217
|
+
:restart_eig_id=>
|
4218
|
+
{:should_include=>"true",
|
4219
|
+
:description=>nil,
|
4220
|
+
:help=>
|
4221
|
+
"Used to select with eigensolver generated restart file to load. Sets <id> in restart_file//eig_<id>//.<proc> string used to set filename.\n",
|
4222
|
+
:code_name=>:restart_eig_id,
|
4223
|
+
:must_pass=>
|
4224
|
+
[{:test=>"kind_of? Integer",
|
4225
|
+
:explanation=>"This variable must be an integer."}],
|
4226
|
+
:type=>:Integer}}},
|
4163
4227
|
:gs2_diagnostics_knobs=>
|
4164
4228
|
{:description=>"DIAGNOSTICS",
|
4165
4229
|
:should_include=>"true",
|
@@ -4208,7 +4272,7 @@
|
|
4208
4272
|
:description=>
|
4209
4273
|
"Write velocity space diagnostics to '.lpc' and '.verr' files",
|
4210
4274
|
:tests=>["Tst::FORTRAN_BOOL"],
|
4211
|
-
:autoscanned_defaults=>[".false."],
|
4275
|
+
:autoscanned_defaults=>[".false.", ".true."],
|
4212
4276
|
:must_pass=>
|
4213
4277
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
4214
4278
|
:explanation=>
|
@@ -4455,7 +4519,7 @@
|
|
4455
4519
|
:should_include=>"true",
|
4456
4520
|
:description=>"Write restart files.",
|
4457
4521
|
:tests=>["Tst::FORTRAN_BOOL"],
|
4458
|
-
:autoscanned_defaults=>[".false."],
|
4522
|
+
:autoscanned_defaults=>[".false.", ".true."],
|
4459
4523
|
:must_pass=>
|
4460
4524
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
4461
4525
|
:explanation=>
|
@@ -4551,7 +4615,8 @@
|
|
4551
4615
|
:write_fields=>
|
4552
4616
|
{:should_include=>"true",
|
4553
4617
|
:description=>nil,
|
4554
|
-
:help=>
|
4618
|
+
:help=>
|
4619
|
+
"Updates the phi, apar and bpar arrays in the netcdf output every nwrite steps. This is useful to allow the impatient to get an idea of the eigenfunction quality before the simulation ends without having to store the fields as a function of time.\n* ''note'' : previously this flag triggered attempts to write phi, apar and bpar as a function of time. This behaviour is now available through the write_phi_over_time flags (and related for other fields). ",
|
4555
4620
|
:tests=>["Tst::FORTRAN_BOOL"],
|
4556
4621
|
:gs2_name=>:write_fields,
|
4557
4622
|
:must_pass=>
|
@@ -4670,7 +4735,7 @@
|
|
4670
4735
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
4671
4736
|
:explanation=>
|
4672
4737
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
4673
|
-
:autoscanned_defaults=>[],
|
4738
|
+
:autoscanned_defaults=>[".false."],
|
4674
4739
|
:type=>:Fortran_Bool,
|
4675
4740
|
:code_name=>:write_cross_phase,
|
4676
4741
|
:module=>:gs2_diagnostics},
|
@@ -4844,18 +4909,19 @@
|
|
4844
4909
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
4845
4910
|
:type=>:Fortran_Bool,
|
4846
4911
|
:module=>:gs2_diagnostics,
|
4847
|
-
:autoscanned_defaults=>[".false."]},
|
4912
|
+
:autoscanned_defaults=>[".false.", ".true."]},
|
4848
4913
|
:write_moments=>
|
4849
4914
|
{:should_include=>"true",
|
4850
4915
|
:description=>"",
|
4851
|
-
:help=>
|
4916
|
+
:help=>
|
4917
|
+
"If true then we write the various velocity moments of the distribution function to the netcdf file every nwrite steps. ",
|
4852
4918
|
:code_name=>:write_moments,
|
4853
4919
|
:must_pass=>
|
4854
4920
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
4855
4921
|
:explanation=>
|
4856
4922
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
4857
4923
|
:type=>:Fortran_Bool,
|
4858
|
-
:autoscanned_defaults=>[".false."]},
|
4924
|
+
:autoscanned_defaults=>[".false.", ".true."]},
|
4859
4925
|
:write_final_db=>
|
4860
4926
|
{:should_include=>"true",
|
4861
4927
|
:description=>"Write final delta B.",
|
@@ -4974,7 +5040,18 @@
|
|
4974
5040
|
:explanation=>
|
4975
5041
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
4976
5042
|
:type=>:Fortran_Bool,
|
4977
|
-
:autoscanned_defaults=>[".false."]}
|
5043
|
+
:autoscanned_defaults=>[".false."]},
|
5044
|
+
:ob_midplane=>
|
5045
|
+
{:should_include=>"true",
|
5046
|
+
:description=>nil,
|
5047
|
+
:help=>
|
5048
|
+
" If write_moments is true, then: \n* if ob_midplane is true, then write the various velocity moments of the distribution function as functions of t ONLY at THETA=0 (and set write_full_moments_notgc = false),\n* if ob_midplane is false, then write moments as functions of t at ALL THETA. ",
|
5049
|
+
:code_name=>:ob_midplane,
|
5050
|
+
:must_pass=>
|
5051
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
5052
|
+
:explanation=>
|
5053
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
5054
|
+
:type=>:Fortran_Bool}},
|
4978
5055
|
:help=>
|
4979
5056
|
"Controls what information is output by GS2 during and at the end of a simulation."},
|
4980
5057
|
:testgridgen=>
|
@@ -5690,7 +5767,7 @@
|
|
5690
5767
|
:description=>
|
5691
5768
|
"Max kx for periodic finite kx ballooning space runs with shat=0.",
|
5692
5769
|
:help=>
|
5693
|
-
"Max kx for periodic finite kx ballooning space runs with
|
5770
|
+
"Max kx for periodic finite kx ballooning space runs with <math>\\hat{s}</math>=0.",
|
5694
5771
|
:tests=>["Tst::FLOAT"],
|
5695
5772
|
:code_name=>:akx_max,
|
5696
5773
|
:must_pass=>
|
@@ -5745,7 +5822,17 @@
|
|
5745
5822
|
:explanation=>
|
5746
5823
|
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
5747
5824
|
:type=>:Float,
|
5748
|
-
:autoscanned_defaults=>[0.0001]}
|
5825
|
+
:autoscanned_defaults=>[0.0001]},
|
5826
|
+
:kyspacing_option=>
|
5827
|
+
{:should_include=>"true",
|
5828
|
+
:description=>nil,
|
5829
|
+
:help=>
|
5830
|
+
"Sets the type of spacing between ky grid points, available options are :\n** 'default' : Same as 'linear'\n** 'exponential' : Evenly spaced in log(ky).\n** 'linear' : Evenly spaced in ky.\n",
|
5831
|
+
:code_name=>:kyspacing_option,
|
5832
|
+
:must_pass=>
|
5833
|
+
[{:test=>"kind_of? String",
|
5834
|
+
:explanation=>"This variable must be a string."}],
|
5835
|
+
:type=>:String}}},
|
5749
5836
|
:kt_grids_specified_parameters=>
|
5750
5837
|
{:description=>"",
|
5751
5838
|
:should_include=>"@grid_option=='specified'",
|
@@ -6182,7 +6269,7 @@
|
|
6182
6269
|
:autoscanned_defaults=>[".false."]},
|
6183
6270
|
:write_apar_over_time=>
|
6184
6271
|
{:should_include=>"true",
|
6185
|
-
:description=>"",
|
6272
|
+
:description=>"Write entire apar field to NetCDF file every nwrite.",
|
6186
6273
|
:help=>
|
6187
6274
|
"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.",
|
6188
6275
|
:code_name=>:write_apar_over_time,
|
@@ -6206,7 +6293,8 @@
|
|
6206
6293
|
:autoscanned_defaults=>[".false."]},
|
6207
6294
|
:write_fluxes=>
|
6208
6295
|
{:should_include=>"true",
|
6209
|
-
:description=>
|
6296
|
+
:description=>
|
6297
|
+
"If .true. write fluxes of heat, momentum & particles to netcdf file, as well as integrated fluxes.",
|
6210
6298
|
:help=>
|
6211
6299
|
"If .true. write fluxes of heat, momentum & particles to the new netcdf file.",
|
6212
6300
|
:code_name=>:write_fluxes,
|
@@ -6221,7 +6309,7 @@
|
|
6221
6309
|
:description=>
|
6222
6310
|
"If .true., write fluxes as a function of ky, kx, species and time.",
|
6223
6311
|
:help=>
|
6224
|
-
"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).",
|
6312
|
+
"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.",
|
6225
6313
|
:code_name=>:write_fluxes_by_mode,
|
6226
6314
|
:must_pass=>
|
6227
6315
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
@@ -6233,7 +6321,7 @@
|
|
6233
6321
|
{:should_include=>"true",
|
6234
6322
|
:description=>"Write growth rates and frequencies to the netcdf file",
|
6235
6323
|
:help=>
|
6236
|
-
"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
|
6324
|
+
"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.",
|
6237
6325
|
:code_name=>:write_omega,
|
6238
6326
|
:must_pass=>
|
6239
6327
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
@@ -6245,7 +6333,7 @@
|
|
6245
6333
|
{:should_include=>"true",
|
6246
6334
|
:description=>"Any time averages performed over navg",
|
6247
6335
|
:help=>
|
6248
|
-
"Any time averages (for example
|
6336
|
+
"Any time averages (for example growth rates and frequencies) performed over navg timesteps",
|
6249
6337
|
:code_name=>:navg,
|
6250
6338
|
:must_pass=>
|
6251
6339
|
[{:test=>"kind_of? Integer",
|
@@ -6254,7 +6342,8 @@
|
|
6254
6342
|
:autoscanned_defaults=>[10, 100]},
|
6255
6343
|
:igomega=>
|
6256
6344
|
{:should_include=>"true",
|
6257
|
-
:description=>
|
6345
|
+
:description=>
|
6346
|
+
" Theta index at which frequencies are calculated, and at which single-theta fields and moments written out (e.g. phi_igomega_by_mode).\n",
|
6258
6347
|
:help=>" Theta index at which frequencies are calculated.\n",
|
6259
6348
|
:code_name=>:igomega,
|
6260
6349
|
:must_pass=>
|
@@ -6300,121 +6389,727 @@
|
|
6300
6389
|
:explanation=>
|
6301
6390
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6302
6391
|
:type=>:Fortran_Bool,
|
6303
|
-
:autoscanned_defaults=>[".true."]}
|
6304
|
-
|
6305
|
-
{:description=>"",
|
6306
|
-
:should_include=>"true",
|
6307
|
-
:variables=>
|
6308
|
-
{:n_eig=>
|
6392
|
+
:autoscanned_defaults=>[".true."]},
|
6393
|
+
:nwrite_large=>
|
6309
6394
|
{:should_include=>"true",
|
6310
|
-
:description=>
|
6311
|
-
:help=>
|
6312
|
-
|
6313
|
-
:code_name=>:n_eig,
|
6395
|
+
:description=>nil,
|
6396
|
+
:help=>"Not in use currently",
|
6397
|
+
:code_name=>:nwrite_large,
|
6314
6398
|
:must_pass=>
|
6315
6399
|
[{:test=>"kind_of? Integer",
|
6316
6400
|
:explanation=>"This variable must be an integer."}],
|
6317
|
-
:type=>:Integer,
|
6318
|
-
|
6319
|
-
:max_iter=>
|
6401
|
+
:type=>:Integer},
|
6402
|
+
:enable_parallel=>
|
6320
6403
|
{:should_include=>"true",
|
6321
|
-
:description=>"",
|
6404
|
+
:description=>"If built with parallel IO capability, enable it.",
|
6322
6405
|
:help=>
|
6323
|
-
"
|
6324
|
-
:code_name=>:
|
6406
|
+
"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.",
|
6407
|
+
:code_name=>:enable_parallel,
|
6325
6408
|
:must_pass=>
|
6326
|
-
[{:test=>"kind_of?
|
6327
|
-
:explanation=>
|
6328
|
-
|
6329
|
-
:
|
6330
|
-
:
|
6409
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6410
|
+
:explanation=>
|
6411
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6412
|
+
:type=>:Fortran_Bool},
|
6413
|
+
:serial_netcdf4=>
|
6331
6414
|
{:should_include=>"true",
|
6332
|
-
:description=>
|
6333
|
-
:help=>
|
6334
|
-
:code_name=>:
|
6415
|
+
:description=>nil,
|
6416
|
+
:help=>nil,
|
6417
|
+
:code_name=>:serial_netcdf4,
|
6335
6418
|
:must_pass=>
|
6336
|
-
[{:test=>"kind_of?
|
6419
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6337
6420
|
:explanation=>
|
6338
|
-
"This variable must be a
|
6339
|
-
:type=>:
|
6340
|
-
|
6341
|
-
:solver_option=>
|
6421
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6422
|
+
:type=>:Fortran_Bool},
|
6423
|
+
:print_line=>
|
6342
6424
|
{:should_include=>"true",
|
6343
|
-
:description=>
|
6425
|
+
:description=>
|
6426
|
+
"Estimated frequencies and growth rates to the screen/stdout",
|
6344
6427
|
:help=>
|
6345
|
-
"
|
6346
|
-
:code_name=>:
|
6428
|
+
"Estimated frequencies and growth rates output to the screen/stdout every nwrite timesteps",
|
6429
|
+
:code_name=>:print_line,
|
6347
6430
|
:must_pass=>
|
6348
|
-
[{:test=>"kind_of? String",
|
6349
|
-
:explanation=>
|
6350
|
-
|
6351
|
-
:
|
6352
|
-
:
|
6431
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6432
|
+
:explanation=>
|
6433
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6434
|
+
:type=>:Fortran_Bool},
|
6435
|
+
:print_flux_line=>
|
6353
6436
|
{:should_include=>"true",
|
6354
|
-
:description=>"",
|
6437
|
+
:description=>"Instantaneous fluxes output to screen",
|
6438
|
+
:help=>"Instantaneous fluxes output to screen every nwrite timesteps",
|
6439
|
+
:code_name=>:print_flux_line,
|
6440
|
+
:must_pass=>
|
6441
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6442
|
+
:explanation=>
|
6443
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6444
|
+
:type=>:Fortran_Bool},
|
6445
|
+
:write_line=>
|
6446
|
+
{:should_include=>"true",
|
6447
|
+
:description=>
|
6448
|
+
"Write estimated frequencies and growth rates to the output file",
|
6355
6449
|
:help=>
|
6356
|
-
"
|
6357
|
-
:code_name=>:
|
6450
|
+
"Write estimated frequencies and growth rates to the output file (usually runname.new.out) every nwrite steps (regardless of the value of write_ascii).",
|
6451
|
+
:code_name=>:write_line,
|
6358
6452
|
:must_pass=>
|
6359
|
-
[{:test=>"kind_of? String",
|
6360
|
-
:explanation=>
|
6361
|
-
|
6362
|
-
:
|
6363
|
-
:
|
6453
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6454
|
+
:explanation=>
|
6455
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6456
|
+
:type=>:Fortran_Bool},
|
6457
|
+
:write_flux_line=>
|
6364
6458
|
{:should_include=>"true",
|
6365
|
-
:description=>"",
|
6459
|
+
:description=>"Instantaneous fluxes output to runname.new.out",
|
6366
6460
|
:help=>
|
6367
|
-
"
|
6368
|
-
:code_name=>:
|
6461
|
+
" Instantaneous fluxes output to runname.new.out every nwrite timesteps (regardless of the value of write_ascii)\n",
|
6462
|
+
:code_name=>:write_flux_line,
|
6369
6463
|
:must_pass=>
|
6370
|
-
[{:test=>"kind_of? String",
|
6371
|
-
:explanation=>
|
6372
|
-
|
6373
|
-
:
|
6374
|
-
:
|
6464
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6465
|
+
:explanation=>
|
6466
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6467
|
+
:type=>:Fortran_Bool},
|
6468
|
+
:write_movie=>
|
6375
6469
|
{:should_include=>"true",
|
6376
|
-
:description=>"",
|
6470
|
+
:description=>"Write fields in real space as a function of time.",
|
6377
6471
|
:help=>
|
6378
|
-
"
|
6379
|
-
:code_name=>:
|
6472
|
+
"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",
|
6473
|
+
:code_name=>:write_movie,
|
6380
6474
|
:must_pass=>
|
6381
|
-
[{:test=>"kind_of? String",
|
6382
|
-
:explanation=>
|
6383
|
-
|
6384
|
-
:
|
6385
|
-
:
|
6475
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6476
|
+
:explanation=>
|
6477
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6478
|
+
:type=>:Fortran_Bool},
|
6479
|
+
:dump_fields_periodically=>
|
6386
6480
|
{:should_include=>"true",
|
6387
|
-
:description=>
|
6481
|
+
:description=>nil,
|
6388
6482
|
:help=>
|
6389
|
-
"
|
6390
|
-
:code_name=>:
|
6483
|
+
" Phi, Apar, Bpar written to dump.fields.t=(time). This is expensive!\n",
|
6484
|
+
:code_name=>:dump_fields_periodically,
|
6391
6485
|
:must_pass=>
|
6392
|
-
[{:test=>"kind_of?
|
6486
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6393
6487
|
:explanation=>
|
6394
|
-
"This variable must be a
|
6395
|
-
:type=>:
|
6396
|
-
|
6397
|
-
:targ_im=>
|
6488
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6489
|
+
:type=>:Fortran_Bool},
|
6490
|
+
:write_moments=>
|
6398
6491
|
{:should_include=>"true",
|
6399
|
-
:description=>"",
|
6492
|
+
:description=>"Write density, temperature etc every nwrite steps.",
|
6400
6493
|
:help=>
|
6401
|
-
"
|
6402
|
-
:code_name=>:
|
6494
|
+
"If true then we write the various velocity moments (density, parallel flow, temperature) of the distribution function to the netcdf file every nwrite steps. ",
|
6495
|
+
:code_name=>:write_moments,
|
6403
6496
|
:must_pass=>
|
6404
|
-
[{:test=>"kind_of?
|
6497
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6405
6498
|
:explanation=>
|
6406
|
-
"This variable must be a
|
6407
|
-
:type=>:
|
6408
|
-
|
6409
|
-
:use_ginit=>
|
6499
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6500
|
+
:type=>:Fortran_Bool},
|
6501
|
+
:write_full_moments_notgc=>
|
6410
6502
|
{:should_include=>"true",
|
6411
|
-
:description=>
|
6503
|
+
:description=>nil,
|
6504
|
+
:help=>nil,
|
6505
|
+
:code_name=>:write_full_moments_notgc,
|
6506
|
+
:must_pass=>
|
6507
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6508
|
+
:explanation=>
|
6509
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6510
|
+
:type=>:Fortran_Bool},
|
6511
|
+
:write_ntot_over_time=>
|
6512
|
+
{:should_include=>"true",
|
6513
|
+
:description=>nil,
|
6412
6514
|
:help=>
|
6413
|
-
"
|
6414
|
-
:code_name=>:
|
6515
|
+
"Write total density as a function theta, ky, kx, species and time... very expensive!",
|
6516
|
+
:code_name=>:write_ntot_over_time,
|
6415
6517
|
:must_pass=>
|
6416
6518
|
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6417
6519
|
:explanation=>
|
6418
6520
|
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6419
|
-
:type=>:Fortran_Bool,
|
6420
|
-
|
6521
|
+
:type=>:Fortran_Bool},
|
6522
|
+
:write_density_over_time=>
|
6523
|
+
{:should_include=>"true",
|
6524
|
+
:description=>nil,
|
6525
|
+
:help=>
|
6526
|
+
"Write non-adiabitic density as a function theta, ky, kx, species and time... very expensive!",
|
6527
|
+
:code_name=>:write_density_over_time,
|
6528
|
+
:must_pass=>
|
6529
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6530
|
+
:explanation=>
|
6531
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6532
|
+
:type=>:Fortran_Bool},
|
6533
|
+
:write_upar_over_time=>
|
6534
|
+
{:should_include=>"true",
|
6535
|
+
:description=>nil,
|
6536
|
+
:help=>
|
6537
|
+
"Write parallel flow perturbation as a function theta, ky, kx, species and time... very expensive!",
|
6538
|
+
:code_name=>:write_upar_over_time,
|
6539
|
+
:must_pass=>
|
6540
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6541
|
+
:explanation=>
|
6542
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6543
|
+
:type=>:Fortran_Bool},
|
6544
|
+
:write_tperp_over_time=>
|
6545
|
+
{:should_include=>"true",
|
6546
|
+
:description=>nil,
|
6547
|
+
:help=>
|
6548
|
+
"Write perpendicular temperature perturbation as a function theta, ky, kx, species and time... very expensive!",
|
6549
|
+
:code_name=>:write_tperp_over_time,
|
6550
|
+
:must_pass=>
|
6551
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6552
|
+
:explanation=>
|
6553
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6554
|
+
:type=>:Fortran_Bool},
|
6555
|
+
:write_symmetry=>
|
6556
|
+
{:should_include=>"true",
|
6557
|
+
:description=>"Test the symmetry properties of the GK eqn.",
|
6558
|
+
:help=>
|
6559
|
+
"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.",
|
6560
|
+
:code_name=>:write_symmetry,
|
6561
|
+
:must_pass=>
|
6562
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6563
|
+
:explanation=>
|
6564
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6565
|
+
:type=>:Fortran_Bool},
|
6566
|
+
:write_parity=>
|
6567
|
+
{:should_include=>"true",
|
6568
|
+
:description=>"Writes parities in dist fn and particle fluxes",
|
6569
|
+
:help=>"Writes parities in dist fn and particle fluxes",
|
6570
|
+
:code_name=>:write_parity,
|
6571
|
+
:must_pass=>
|
6572
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6573
|
+
:explanation=>
|
6574
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6575
|
+
:type=>:Fortran_Bool},
|
6576
|
+
:write_verr=>
|
6577
|
+
{:should_include=>"true",
|
6578
|
+
:description=>"Write velocity space diagnostics",
|
6579
|
+
:help=>
|
6580
|
+
"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.",
|
6581
|
+
:code_name=>:write_verr,
|
6582
|
+
:must_pass=>
|
6583
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6584
|
+
:explanation=>
|
6585
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6586
|
+
:type=>:Fortran_Bool},
|
6587
|
+
:write_max_verr=>
|
6588
|
+
{:should_include=>"true",
|
6589
|
+
:description=>nil,
|
6590
|
+
:help=>
|
6591
|
+
"Write the spatial index corresponding to the maximum error in the velocity space integrals",
|
6592
|
+
:code_name=>:write_max_verr,
|
6593
|
+
:must_pass=>
|
6594
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6595
|
+
:explanation=>
|
6596
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6597
|
+
:type=>:Fortran_Bool},
|
6598
|
+
:ncheck=>
|
6599
|
+
{:should_include=>"true",
|
6600
|
+
:description=>
|
6601
|
+
"If vary_vnew, check whether to vary the collisionality every ncheck timesteps.",
|
6602
|
+
:help=>
|
6603
|
+
"If vary_vnew, check to see whether to vary the collisionality every ncheck timesteps.",
|
6604
|
+
:code_name=>:ncheck,
|
6605
|
+
:must_pass=>
|
6606
|
+
[{:test=>"kind_of? Integer",
|
6607
|
+
:explanation=>"This variable must be an integer."}],
|
6608
|
+
:type=>:Integer},
|
6609
|
+
:write_heating=>
|
6610
|
+
{:should_include=>"true",
|
6611
|
+
:description=>
|
6612
|
+
"Write multiple diagnostics of turbulent heating and free energy",
|
6613
|
+
:help=>
|
6614
|
+
"Write multiple diagnostics of turbulent heating and free energy generation and dissipation.",
|
6615
|
+
:code_name=>:write_heating,
|
6616
|
+
:must_pass=>
|
6617
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6618
|
+
:explanation=>
|
6619
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6620
|
+
:type=>:Fortran_Bool},
|
6621
|
+
:write_ascii=>
|
6622
|
+
{:should_include=>"true",
|
6623
|
+
:description=>"Write to ascii files as well as netcdf",
|
6624
|
+
:help=>
|
6625
|
+
"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. ",
|
6626
|
+
:code_name=>:write_ascii,
|
6627
|
+
:must_pass=>
|
6628
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6629
|
+
:explanation=>
|
6630
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6631
|
+
:type=>:Fortran_Bool},
|
6632
|
+
:write_gyx=>
|
6633
|
+
{:should_include=>"true",
|
6634
|
+
:description=>
|
6635
|
+
"Write dist fn at a given physical spacial point to a file",
|
6636
|
+
:help=>
|
6637
|
+
"Write dist fn (in real space) at a given physical spacial point to a file",
|
6638
|
+
:code_name=>:write_gyx,
|
6639
|
+
:must_pass=>
|
6640
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6641
|
+
:explanation=>
|
6642
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6643
|
+
:type=>:Fortran_Bool},
|
6644
|
+
:write_g=>
|
6645
|
+
{:should_include=>"true",
|
6646
|
+
:description=>
|
6647
|
+
"Write the distribution function to the '.dist' (NetCDF?)",
|
6648
|
+
:help=>
|
6649
|
+
"Write the distribution function (in fourier space) at a fixed wavenumber to the '.dist' file",
|
6650
|
+
:code_name=>:write_g,
|
6651
|
+
:must_pass=>
|
6652
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6653
|
+
:explanation=>
|
6654
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6655
|
+
:type=>:Fortran_Bool},
|
6656
|
+
:write_lpoly=>
|
6657
|
+
{:should_include=>"true",
|
6658
|
+
:description=>nil,
|
6659
|
+
:help=>
|
6660
|
+
"computes and returns lagrange interpolating polynomial for g. Needs checking.",
|
6661
|
+
:code_name=>:write_lpoly,
|
6662
|
+
:must_pass=>
|
6663
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6664
|
+
:explanation=>
|
6665
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6666
|
+
:type=>:Fortran_Bool},
|
6667
|
+
:write_cerr=>
|
6668
|
+
{:should_include=>"true",
|
6669
|
+
:description=>nil,
|
6670
|
+
:help=>nil,
|
6671
|
+
:code_name=>:write_cerr,
|
6672
|
+
:must_pass=>
|
6673
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6674
|
+
:explanation=>
|
6675
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6676
|
+
:type=>:Fortran_Bool},
|
6677
|
+
:conv_nstep_av=>
|
6678
|
+
{:should_include=>"true",
|
6679
|
+
:description=>"",
|
6680
|
+
:help=>"",
|
6681
|
+
:code_name=>:conv_nstep_av,
|
6682
|
+
:must_pass=>
|
6683
|
+
[{:test=>"kind_of? Integer",
|
6684
|
+
:explanation=>"This variable must be an integer."}],
|
6685
|
+
:type=>:Integer},
|
6686
|
+
:conv_test_multiplier=>
|
6687
|
+
{:should_include=>"true",
|
6688
|
+
:description=>"",
|
6689
|
+
:help=>"",
|
6690
|
+
:code_name=>:conv_test_multiplier,
|
6691
|
+
:must_pass=>
|
6692
|
+
[{:test=>"kind_of? Numeric",
|
6693
|
+
:explanation=>
|
6694
|
+
"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},
|
6696
|
+
:conv_min_step=>
|
6697
|
+
{:should_include=>"true",
|
6698
|
+
:description=>"",
|
6699
|
+
:help=>"",
|
6700
|
+
:code_name=>:conv_min_step,
|
6701
|
+
:must_pass=>
|
6702
|
+
[{:test=>"kind_of? Integer",
|
6703
|
+
:explanation=>"This variable must be an integer."}],
|
6704
|
+
:type=>:Integer},
|
6705
|
+
:conv_max_step=>
|
6706
|
+
{:should_include=>"true",
|
6707
|
+
:description=>"",
|
6708
|
+
:help=>"",
|
6709
|
+
:code_name=>:conv_max_step,
|
6710
|
+
:must_pass=>
|
6711
|
+
[{:test=>"kind_of? Integer",
|
6712
|
+
:explanation=>"This variable must be an integer."}],
|
6713
|
+
:type=>:Integer},
|
6714
|
+
:conv_nsteps_converged=>
|
6715
|
+
{:should_include=>"true",
|
6716
|
+
:description=>"",
|
6717
|
+
:help=>"",
|
6718
|
+
:code_name=>:conv_nsteps_converged,
|
6719
|
+
:must_pass=>
|
6720
|
+
[{:test=>"kind_of? Integer",
|
6721
|
+
:explanation=>"This variable must be an integer."}],
|
6722
|
+
:type=>:Integer},
|
6723
|
+
:use_nonlin_convergence=>
|
6724
|
+
{:should_include=>"true",
|
6725
|
+
:description=>"",
|
6726
|
+
:help=>"",
|
6727
|
+
:code_name=>:use_nonlin_convergence,
|
6728
|
+
:must_pass=>
|
6729
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6730
|
+
:explanation=>
|
6731
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6732
|
+
:type=>:Fortran_Bool},
|
6733
|
+
:write_cross_phase=>
|
6734
|
+
{:should_include=>"true",
|
6735
|
+
:description=>
|
6736
|
+
"Write cross phase between electron temperature and density.",
|
6737
|
+
:help=>"Write cross phase between electron temperature and density.",
|
6738
|
+
:code_name=>:write_cross_phase,
|
6739
|
+
:must_pass=>
|
6740
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6741
|
+
:explanation=>
|
6742
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6743
|
+
:type=>:Fortran_Bool},
|
6744
|
+
:write_correlation=>
|
6745
|
+
{:should_include=>"true",
|
6746
|
+
:description=>"Write parallel correlation.",
|
6747
|
+
:help=>
|
6748
|
+
"Write correlation function diagnostic... shows parallel correlation as a function of ky. See arXiv 1104.4514.",
|
6749
|
+
:code_name=>:write_correlation,
|
6750
|
+
:must_pass=>
|
6751
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6752
|
+
:explanation=>
|
6753
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6754
|
+
:type=>:Fortran_Bool},
|
6755
|
+
:write_correlation_extend=>
|
6756
|
+
{:should_include=>"true",
|
6757
|
+
:description=>"Extend domain of correlation function calculation.",
|
6758
|
+
:help=>
|
6759
|
+
"If used in conjunction with write_correlation, extends the length of <math>\\Delta \\theta</math> for which the correlation function is calculated.",
|
6760
|
+
:code_name=>:write_correlation_extend,
|
6761
|
+
:must_pass=>
|
6762
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6763
|
+
:explanation=>
|
6764
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6765
|
+
:type=>:Fortran_Bool},
|
6766
|
+
:write_jext=>
|
6767
|
+
{:should_include=>"true",
|
6768
|
+
:description=>"Write the external current in the antenna if enabled.",
|
6769
|
+
:help=>"Write the external current in the antenna if enabled.",
|
6770
|
+
:code_name=>:write_jext,
|
6771
|
+
:must_pass=>
|
6772
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6773
|
+
:explanation=>
|
6774
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6775
|
+
:type=>:Fortran_Bool},
|
6776
|
+
:write_lorentzian=>
|
6777
|
+
{:should_include=>"true",
|
6778
|
+
:description=>"Frequency Sweep Data",
|
6779
|
+
:help=>"Frequency Sweep Data",
|
6780
|
+
:code_name=>:write_lorentzian,
|
6781
|
+
:must_pass=>
|
6782
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6783
|
+
:explanation=>
|
6784
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6785
|
+
:type=>:Fortran_Bool},
|
6786
|
+
:write_eigenfunc=>
|
6787
|
+
{:should_include=>"true",
|
6788
|
+
:description=>
|
6789
|
+
"If (write_ascii = T) Normalized phi written to runname.eigenfunc",
|
6790
|
+
:help=>
|
6791
|
+
"If (write_ascii = T) Normalized Phi(theta) written to runname.eigenfunc\n** Write to runname.out.nc even if (write_ascii = F)",
|
6792
|
+
:code_name=>:write_eigenfunc,
|
6793
|
+
:must_pass=>
|
6794
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6795
|
+
:explanation=>
|
6796
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6797
|
+
:type=>:Fortran_Bool},
|
6798
|
+
:write_final_fields=>
|
6799
|
+
{:should_include=>"true",
|
6800
|
+
:description=>"If (write_ascii = T) Phi(theta) written to '.fields'",
|
6801
|
+
:help=>
|
6802
|
+
"If (write_ascii = T) Phi(theta) written to runname.fields\n** Write to runname.out.nc even if (write_ascii = F)",
|
6803
|
+
:code_name=>:write_final_fields,
|
6804
|
+
:must_pass=>
|
6805
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6806
|
+
:explanation=>
|
6807
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6808
|
+
:type=>:Fortran_Bool},
|
6809
|
+
:write_kpar=>
|
6810
|
+
{:should_include=>"true",
|
6811
|
+
:description=>nil,
|
6812
|
+
:help=>
|
6813
|
+
" Spectrum in k_parallel calculated and written. Only works for periodic boundary??\n",
|
6814
|
+
:code_name=>:write_kpar,
|
6815
|
+
:must_pass=>
|
6816
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6817
|
+
:explanation=>
|
6818
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6819
|
+
:type=>:Fortran_Bool},
|
6820
|
+
:write_final_epar=>
|
6821
|
+
{:should_include=>"true",
|
6822
|
+
:description=>
|
6823
|
+
"If (write_ascii = T) E_parallel(theta) written to runname.eigenfunc",
|
6824
|
+
:help=>
|
6825
|
+
"If (write_ascii = T) E_parallel(theta) written to runname.eigenfunc\n** Write to runname.out.nc even if (write_ascii = F)",
|
6826
|
+
:code_name=>:write_final_epar,
|
6827
|
+
:must_pass=>
|
6828
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6829
|
+
:explanation=>
|
6830
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6831
|
+
:type=>:Fortran_Bool},
|
6832
|
+
:write_final_db=>
|
6833
|
+
{:should_include=>"true",
|
6834
|
+
:description=>"Write final delta B.",
|
6835
|
+
:help=>"Write final delta B.",
|
6836
|
+
:code_name=>:write_final_db,
|
6837
|
+
:must_pass=>
|
6838
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6839
|
+
:explanation=>
|
6840
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6841
|
+
:type=>:Fortran_Bool},
|
6842
|
+
:write_final_moments=>
|
6843
|
+
{:should_include=>"true",
|
6844
|
+
:description=>"write final n, T",
|
6845
|
+
:help=>
|
6846
|
+
"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)",
|
6847
|
+
:code_name=>:write_final_moments,
|
6848
|
+
:must_pass=>
|
6849
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6850
|
+
:explanation=>
|
6851
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6852
|
+
:type=>:Fortran_Bool},
|
6853
|
+
:write_final_antot=>
|
6854
|
+
{:should_include=>"true",
|
6855
|
+
:description=>nil,
|
6856
|
+
:help=>
|
6857
|
+
" If (write_ascii = T) Sources for Maxwell eqns. written to runname.antot\n** Write to runname.out.nc even if (write_ascii = F)\n",
|
6858
|
+
:code_name=>:write_final_antot,
|
6859
|
+
:must_pass=>
|
6860
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6861
|
+
:explanation=>
|
6862
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6863
|
+
:type=>:Fortran_Bool},
|
6864
|
+
:write_gs=>
|
6865
|
+
{:should_include=>"true",
|
6866
|
+
:description=>nil,
|
6867
|
+
:help=>nil,
|
6868
|
+
:code_name=>:write_gs,
|
6869
|
+
:must_pass=>
|
6870
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6871
|
+
:explanation=>
|
6872
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6873
|
+
:type=>:Fortran_Bool},
|
6874
|
+
:save_for_restart=>
|
6875
|
+
{:should_include=>"true",
|
6876
|
+
:description=>"Write restart files.",
|
6877
|
+
:help=>
|
6878
|
+
"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.",
|
6879
|
+
:code_name=>:save_for_restart,
|
6880
|
+
:must_pass=>
|
6881
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6882
|
+
:explanation=>
|
6883
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6884
|
+
:type=>:Fortran_Bool},
|
6885
|
+
:save_distfn=>
|
6886
|
+
{:should_include=>"true",
|
6887
|
+
:description=>"Save dist_fn with lots of detail.",
|
6888
|
+
:help=>
|
6889
|
+
"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.",
|
6890
|
+
:code_name=>:save_distfn,
|
6891
|
+
:must_pass=>
|
6892
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
6893
|
+
:explanation=>
|
6894
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
6895
|
+
:type=>:Fortran_Bool}}},
|
6896
|
+
:eigval_knobs=>
|
6897
|
+
{:description=>"",
|
6898
|
+
:should_include=>"true",
|
6899
|
+
:variables=>
|
6900
|
+
{:n_eig=>
|
6901
|
+
{:should_include=>"true",
|
6902
|
+
:description=>"",
|
6903
|
+
:help=>
|
6904
|
+
"The number of eigenmodes to search for. number of modes found may be larger than this.\n",
|
6905
|
+
:code_name=>:n_eig,
|
6906
|
+
:must_pass=>
|
6907
|
+
[{:test=>"kind_of? Integer",
|
6908
|
+
:explanation=>"This variable must be an integer."}],
|
6909
|
+
:type=>:Integer,
|
6910
|
+
:autoscanned_defaults=>[1]},
|
6911
|
+
:max_iter=>
|
6912
|
+
{:should_include=>"true",
|
6913
|
+
:description=>"",
|
6914
|
+
:help=>
|
6915
|
+
"Sets the maximum number of SLEPC iterations used. \n** If not set (recommended) then let SLEPC decide what to use (varies with different options).\n",
|
6916
|
+
:code_name=>:max_iter,
|
6917
|
+
:must_pass=>
|
6918
|
+
[{:test=>"kind_of? Integer",
|
6919
|
+
:explanation=>"This variable must be an integer."}],
|
6920
|
+
:type=>:Integer,
|
6921
|
+
:autoscanned_defaults=>["PETSC_DECIDE"]},
|
6922
|
+
:tolerance=>
|
6923
|
+
{:should_include=>"true",
|
6924
|
+
:description=>"",
|
6925
|
+
:help=>"Sets tolerance on SLEPC eigenmode search.\n",
|
6926
|
+
:code_name=>:tolerance,
|
6927
|
+
:must_pass=>
|
6928
|
+
[{:test=>"kind_of? Numeric",
|
6929
|
+
:explanation=>
|
6930
|
+
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
6931
|
+
:type=>:Float,
|
6932
|
+
:autoscanned_defaults=>[1.0e-06]},
|
6933
|
+
:solver_option=>
|
6934
|
+
{:should_include=>"true",
|
6935
|
+
:description=>"",
|
6936
|
+
:help=>
|
6937
|
+
"Sets the type of solver to use, must be one of:\n** 'default' (Krylov-Schur)\n** 'slepc_default' (Krylov-Schur)\n** 'power'\n** 'subspace'\n** 'arnoldi'\n** 'lanczos'\n** 'krylov'\n** 'GD'\n** 'JD'\n** 'RQCG'\n** 'CISS'\n** 'lapack'\n** 'arpack'\n** 'blzpack'\n** 'trlan'\n** 'blopex'\n** 'primme'\n** 'feast'\n* Not all solver types are compatible with other eigenvalue options, some options may not be supported in older SLEPC versions and some may require certain flags to be set when SLEPC is compiled.\n",
|
6938
|
+
:code_name=>:solver_option,
|
6939
|
+
:must_pass=>
|
6940
|
+
[{:test=>"kind_of? String",
|
6941
|
+
:explanation=>"This variable must be a string."}],
|
6942
|
+
:type=>:String,
|
6943
|
+
:autoscanned_defaults=>["default"]},
|
6944
|
+
:extraction_option=>
|
6945
|
+
{:should_include=>"true",
|
6946
|
+
:description=>"",
|
6947
|
+
:help=>
|
6948
|
+
"Sets the extraction technique, must be one of:\n** 'default' (use SLEPC default)\n** 'slepc_default' (use SLEPC default)\n** 'ritz'\n** 'harmonic'\n** 'harmonic_relative'\n** 'harmonic_right'\n** 'harmonic_largest'\n** 'refined'\n** 'refined_harmonic'\n",
|
6949
|
+
:code_name=>:extraction_option,
|
6950
|
+
:must_pass=>
|
6951
|
+
[{:test=>"kind_of? String",
|
6952
|
+
:explanation=>"This variable must be a string."}],
|
6953
|
+
:type=>:String,
|
6954
|
+
:autoscanned_defaults=>["default"]},
|
6955
|
+
:which_option=>
|
6956
|
+
{:should_include=>"true",
|
6957
|
+
:description=>"",
|
6958
|
+
:help=>
|
6959
|
+
"Sets SLEPC mode of operation (i.e. what sort of eigenvalues it looks for). Must be one of\n** 'default' (equivalent to 'target_magnitude')\n** 'slepc_default' (let SLEPC decide)\n** 'largest_magnitude'\n** 'smallest_magnitude'\n** 'largest_real'\n** 'smallest_real'\n** 'largest_imaginary'\n** 'smallest_imaginary'\n** 'target_magnitude' (complex eigenvalue magnitude closest to magnitude of target)\n** 'target_real'\n** 'target_imaginary'\n** 'all' (only some solver types, e.g. lapack)\n** 'user' (will use a user specified function to pick between eigenmodes, note not currently implemented)\n",
|
6960
|
+
:code_name=>:which_option,
|
6961
|
+
:must_pass=>
|
6962
|
+
[{:test=>"kind_of? String",
|
6963
|
+
:explanation=>"This variable must be a string."}],
|
6964
|
+
:type=>:String,
|
6965
|
+
:autoscanned_defaults=>["default"]},
|
6966
|
+
:transform_option=>
|
6967
|
+
{:should_include=>"true",
|
6968
|
+
:description=>"",
|
6969
|
+
:help=>
|
6970
|
+
"Sets the type of spectral transform to be used. Must be one of\n** 'default' (let SLEPC decide)\n** 'slepc_default' (let SLEPC decide)\n** 'shell'\n** 'shift'\n** 'invert'\n** 'cayley'\n** 'fold'\n** 'precond' (not implemented)\n* Not all options are available in all versions of the library.\n",
|
6971
|
+
:code_name=>:transform_option,
|
6972
|
+
:must_pass=>
|
6973
|
+
[{:test=>"kind_of? String",
|
6974
|
+
:explanation=>"This variable must be a string."}],
|
6975
|
+
:type=>:String,
|
6976
|
+
:autoscanned_defaults=>["default"]},
|
6977
|
+
:targ_re=>
|
6978
|
+
{:should_include=>"true",
|
6979
|
+
:description=>"",
|
6980
|
+
:help=>
|
6981
|
+
"Real part of the eigenvalue target\n** Often beneficial to set this fairly small (e.g. ~0)\n",
|
6982
|
+
:code_name=>:targ_re,
|
6983
|
+
:must_pass=>
|
6984
|
+
[{:test=>"kind_of? Numeric",
|
6985
|
+
:explanation=>
|
6986
|
+
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
6987
|
+
:type=>:Float,
|
6988
|
+
:autoscanned_defaults=>[0.5]},
|
6989
|
+
:targ_im=>
|
6990
|
+
{:should_include=>"true",
|
6991
|
+
:description=>"",
|
6992
|
+
:help=>
|
6993
|
+
"Imaginary part of the eigenvalue target\n** Often beneficial to set this fairly large (e.g. 10)\n",
|
6994
|
+
:code_name=>:targ_im,
|
6995
|
+
:must_pass=>
|
6996
|
+
[{:test=>"kind_of? Numeric",
|
6997
|
+
:explanation=>
|
6998
|
+
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
6999
|
+
:type=>:Float,
|
7000
|
+
:autoscanned_defaults=>[0.5]},
|
7001
|
+
:use_ginit=>
|
7002
|
+
{:should_include=>"true",
|
7003
|
+
:description=>"",
|
7004
|
+
:help=>
|
7005
|
+
"If true then provide an initial guess for the eigenmode based on using init_g routines to initialise g. \n** Probably most useful with ginit_option='many' (etc.) to start an eigenvalue search from a previously obtained solution.\n",
|
7006
|
+
:code_name=>:use_ginit,
|
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
|
+
:nadv=>
|
7014
|
+
{:should_include=>"true",
|
7015
|
+
:description=>nil,
|
7016
|
+
:help=>
|
7017
|
+
"How many GS2 timesteps to take each time SLEPc wants to advance the distribution function. Useful to separate closely spaced eigenvalues without changing delt.\n",
|
7018
|
+
:code_name=>:nadv,
|
7019
|
+
:must_pass=>
|
7020
|
+
[{:test=>"kind_of? Integer",
|
7021
|
+
:explanation=>"This variable must be an integer."}],
|
7022
|
+
:type=>:Integer},
|
7023
|
+
:save_restarts=>
|
7024
|
+
{:should_include=>"true",
|
7025
|
+
:description=>nil,
|
7026
|
+
:help=>
|
7027
|
+
"If true then we save a set of restart files for each eigenmode found. These are named as standard restart file (i.e. influenced by the restart_file input), but have eig_<id> appended near end, where <id> is an integer representing the eigenmode id.\n* If [[save_distfn]] of [[gs2_diagnostics_knobs]] is true then will also save the distribution function files.\n",
|
7028
|
+
:code_name=>:save_restarts,
|
7029
|
+
:must_pass=>
|
7030
|
+
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
|
7031
|
+
:explanation=>
|
7032
|
+
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
|
7033
|
+
:type=>:Fortran_Bool}}},
|
7034
|
+
:ballstab_knobs=>
|
7035
|
+
{:description=>"",
|
7036
|
+
:should_include=>"true",
|
7037
|
+
:variables=>
|
7038
|
+
{:make_salpha=>
|
7039
|
+
{:should_include=>"true",
|
7040
|
+
:description=>nil,
|
7041
|
+
:help=>nil,
|
7042
|
+
:code_name=>:make_salpha,
|
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
|
+
:n_shat=>
|
7049
|
+
{:should_include=>"true",
|
7050
|
+
:description=>nil,
|
7051
|
+
:help=>nil,
|
7052
|
+
:code_name=>:n_shat,
|
7053
|
+
:must_pass=>
|
7054
|
+
[{:test=>"kind_of? Integer",
|
7055
|
+
:explanation=>"This variable must be an integer."}],
|
7056
|
+
:type=>:Integer},
|
7057
|
+
:shat_min=>
|
7058
|
+
{:should_include=>"true",
|
7059
|
+
:description=>nil,
|
7060
|
+
:help=>nil,
|
7061
|
+
:code_name=>:shat_min,
|
7062
|
+
:must_pass=>
|
7063
|
+
[{:test=>"kind_of? Numeric",
|
7064
|
+
:explanation=>
|
7065
|
+
"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},
|
7067
|
+
:shat_max=>
|
7068
|
+
{:should_include=>"true",
|
7069
|
+
:description=>nil,
|
7070
|
+
:help=>nil,
|
7071
|
+
:code_name=>:shat_max,
|
7072
|
+
:must_pass=>
|
7073
|
+
[{:test=>"kind_of? Numeric",
|
7074
|
+
:explanation=>
|
7075
|
+
"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},
|
7077
|
+
:n_beta=>
|
7078
|
+
{:should_include=>"true",
|
7079
|
+
:description=>nil,
|
7080
|
+
:help=>nil,
|
7081
|
+
:code_name=>:n_beta,
|
7082
|
+
:must_pass=>
|
7083
|
+
[{:test=>"kind_of? Integer",
|
7084
|
+
:explanation=>"This variable must be an integer."}],
|
7085
|
+
:type=>:Integer},
|
7086
|
+
:beta_mul=>
|
7087
|
+
{:should_include=>"true",
|
7088
|
+
:description=>nil,
|
7089
|
+
:help=>nil,
|
7090
|
+
:code_name=>:beta_mul,
|
7091
|
+
:must_pass=>
|
7092
|
+
[{:test=>"kind_of? Numeric",
|
7093
|
+
:explanation=>
|
7094
|
+
"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},
|
7096
|
+
:beta_div=>
|
7097
|
+
{:should_include=>"true",
|
7098
|
+
:description=>nil,
|
7099
|
+
:help=>nil,
|
7100
|
+
:code_name=>:beta_div,
|
7101
|
+
:must_pass=>
|
7102
|
+
[{:test=>"kind_of? Numeric",
|
7103
|
+
:explanation=>
|
7104
|
+
"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},
|
7106
|
+
:diff=>
|
7107
|
+
{:should_include=>"true",
|
7108
|
+
:description=>nil,
|
7109
|
+
:help=>nil,
|
7110
|
+
:code_name=>:diff,
|
7111
|
+
:must_pass=>
|
7112
|
+
[{:test=>"kind_of? Numeric",
|
7113
|
+
:explanation=>
|
7114
|
+
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
|
7115
|
+
:type=>:Float}}}}
|