TempestExtremes SyCLoPS Downscaling TempestRemap ncvis SQuadGen

SQuadGen

SQuadGen is a mesh generation utility that uses a cubed-sphere base mesh to generate quadrilateral meshes with user-specified enhancements. In order to determine where enhancement is desired, the user provides a PNG file which corresponds to a latitude-longitude grid. Raster values with higher brightness (whiter values) are tagged for refinement. The algorithm uses a basic paving technique and supports two paving stencil types: Low-connectivity (LOWCONN) and CUBIT-type transition regions.



SYNOPSIS

    ./SQuadGen 

PARAMETERS

    --grid_type  ["CS"] (Options: ICO | CS)
    --refine_type  ["LOWCONN"] (Options: LOWCONN | CUBIT | LOWCONNOLD)
    --refine_level  [2]
    --resolution  [10]
    --refine_file  [""]
    --output  ["grid.g"]
    --loadcsrefinementmap  [false]
    --smooth_type  ["NONE"] (Options: NONE | SPRING)
    --smooth_dist  [1] (Smooth distance, -1 = smooth entire mesh)
    --smooth_iter  [10]
    --lon_base  [-180.000000]
    --lon_shift  [0.000000]
    --invert  [false]
    --block_refine  [false]