lib/trinitycrmod/namelists.rb in trinitycrmod-0.5.5 vs lib/trinitycrmod/namelists.rb in trinitycrmod-0.5.6
- old
+ new
@@ -886,11 +886,21 @@
:must_pass=>
[{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
:explanation=>
"This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
:type=>:Fortran_Bool,
- :autoscanned_defaults=>[".true."]}}},
+ :autoscanned_defaults=>[".true."]},
+ :calibrate_abs=>
+ {:should_include=>"true",
+ :description=>"Enforce positive calibration factor.",
+ :help=>"Enforce positive calibration factor.",
+ :code_name=>:calibrate_abs,
+ :must_pass=>
+ [{:test=>"kind_of? String and FORTRAN_BOOLS.include? self",
+ :explanation=>
+ "This variable must be a fortran boolean. (In Ruby this is represented as a string: e.g. '.true.')"}],
+ :type=>:Fortran_Bool}}},
:init=>
{:description=>"",
:should_include=>"true",
:variables=>
{:init_option=>
@@ -1121,16 +1131,17 @@
"This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
:type=>:Float,
:autoscanned_defaults=>[-1.0]},
:itercalib_file=>
{:should_include=>"true",
- :description=>"Name of file with calibration restart information.",
- :help=>"Name of file with calibration restart information.",
+ :description=>nil,
+ :help=>nil,
:code_name=>:itercalib_file,
:must_pass=>
[{:test=>"kind_of? String",
:explanation=>"This variable must be a string."}],
- :type=>:String}}},
+ :type=>:String,
+ :autoscanned_defaults=>["restart.itercalib"]}}},
:sources=>
{:description=>"",
:should_include=>"true",
:variables=>
{:source_option=>