# Parameter definitions for thorn Norms # $Header$ INT max_nr_vars "maximum number of variables for which norms to compute" { 0:* :: "positive" } 100 INT verbose "verbosity of output" { 0:9 :: "higher number means more verbose output" } 0 STRING gridfunctions_1st "Set of grid functions to compute norms for 2nd order variables" { ".*" :: "List of grid function names" } "" STRING gridfunctions_2nd "Set of grid functions to compute norms for 2nd order variables" { ".*" :: "List of grid function names" } "" ############################################################################# shares: IO USES STRING out_dir AS io_out_dir USES INT out_every AS io_out_every USES BOOLEAN new_filename_scheme EXTENDS KEYWORD out_fileinfo { "axis labels" :: "add axis labels information to output files" }