lib/gryfxcrmod/deleted_variables.rb in gryfxcrmod-0.1.1 vs lib/gryfxcrmod/deleted_variables.rb in gryfxcrmod-0.1.2

- old
+ new

@@ -248,6 +248,154 @@ :help=>"", :code_name=>:isym, :must_pass=> [{:test=>"kind_of? Integer", :explanation=>"This variable must be an integer."}], - :type=>:Integer}} + :type=>:Integer}, + :equilibrium_type=> + {:should_include=>"true", + :description=> + "Choice of equilbrium, can be \"miller\", \"chease\", or \"salpha\".", + :help=> + "Choice of equilbrium, can be \"miller\", \"chease\", or \"salpha\".", + :code_name=>:equilibrium_type, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String}, + :smagorinsky=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:smagorinsky, + :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}, + :s_alpha=> + {:should_include=>"true", + :description=>nil, + :help=>"Use s_alpha geometry if \"on\". ", + :code_name=>:s_alpha, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String, + :autoscanned_defaults=>["on"]}, + :zero_restart_avg=> + {:should_include=>"true", + :description=>nil, + :help=>nil, + :code_name=>:zero_restart_avg, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String, + :autoscanned_defaults=>["off"]}, + :no_zderiv_covering=> + {:should_include=>"true", + :description=>nil, + :help=>nil, + :code_name=>:no_zderiv_covering, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String, + :autoscanned_defaults=>["off"]}, + :no_omegad=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:no_omegad, + :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}, + :const_curv=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:const_curv, + :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}, + :varenna=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:varenna, + :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}, + :nlpm=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:nlpm, + :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}, + :hyper=> + {:should_include=>"true", + :description=>nil, + :help=>nil, + :code_name=>:hyper, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String, + :autoscanned_defaults=>["off"]}, + :debug=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:debug, + :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}, + :fluxfile=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:fluxfile, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String}, + :stopfile=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:stopfile, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String}, + :restartfile=> + {:should_include=>"true", + :description=>"", + :help=>"", + :code_name=>:restartfile, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String}, + :write_phi=> + {:should_include=>"true", + :description=>nil, + :help=>nil, + :code_name=>:write_phi, + :must_pass=> + [{:test=>"kind_of? String", + :explanation=>"This variable must be a string."}], + :type=>:String, + :autoscanned_defaults=>["on"]}}