# Parameter definitions for thorn IOPanda ############################################################################# ### declare IOPanda parameters ############################################################################# private: ######################## # How often to do output ######################## INT out3D_every "How often to do 3D output, overrides out_every" { -1:* :: } -1 #################### # Output directories #################### STRING outdir3D "Name of IO 3D output directory, overrides outdir" { .* :: A regex which matces everything } "." ########################## # What variables to output ########################## STRING out3D_vars "Variables to output in 3D Panda file format" { .* :: A regex which matches everything } "" ############################################################################# ### import IOUtil parameters ############################################################################# shares: IO #################### # Output directories #################### USES STRING outdir "" { } ######################## # How often to do output ######################## USES INT out_every "" { : :: } ################ # various things ################ USES LOGICAL verbose "" { } USES LOGICAL out3D_datestamp "" { } USES LOGICAL out3D_parameters "" { } ####################### # Specific to 3D output ####################### USES KEYWORD out3D_mode "" { } USES INT out3D_procs "" { : :: } USES LOGICAL out3D_septimefiles "" { } USES LOGICAL out3D_unchunked "" { } ############################################## # Downsampling parameters (only for 3D output) ############################################## USES LOGICAL out3D_single "" { }