TDRP args: [options as below] [ -params path ] specify params file path. If not specified, the default params are loaded. [ -check_params] check which params are not set [ -print_params [mode]] print parameters using following modes, default mode is 'norm' short: main comments only, no help or descriptions structs and arrays on a single line norm: short + descriptions and help long: norm + arrays and structs expanded verbose: long + private params included short_expand: short with env vars expanded norm_expand: norm with env vars expanded long_expand: long with env vars expanded verbose_expand: verbose with env vars expanded [ -tdrp_debug] debugging prints for tdrp [ -tdrp_usage] print this usageThis usage message is expanded on below, with more detailed explanations for the actions. It is assumed you are working with a program named prog_name, and that you type in one of the following:
prog_name
prog_name -params param_file_name
prog_name -params param_file_name -check_params(return)
prog_name -params param_file_name -print_params
prog_name -print_paramsprog_name -print_params norm
prog_name -print_params short
prog_name -print_params long
prog_name -print_params verbose
prog_name -print_params short_expand
prog_name -print_params norm_expand
prog_name -print_params long_expand
prog_name -print_params verbose_expand
prog_name -tdrp_usage
prog_name -params param_file_name -tdrp_debug