# Parameter definitions for thorn CylGrid2D # $Header$ restricted: REAL drho "Coarse grid spacing in the rho-direction" { 0.:* :: "Positive" } 0.1 REAL dz "Coarse grid spacing in the z-direction" { 0.:* :: "Positive" } 0.1 REAL rhomin "Coordinate minimum in the rho-direction" { 0.:* :: "Positive" } 0. REAL zmin "Coordinate minimum in the z-direction" { : :: "Anything" } 0. REAL rhomax "Coordinate maximum in the rho-direction" { 0.:* :: "Positive" } 1. REAL zmax "Coordinate maximum in the z-direction" { : :: "Anything" } 1. KEYWORD type "Grid type" { "byrange" :: "Specify max coordinate values" "byspacing" :: "Specify grid spacings" } "byrange"