split_by_latitude_grid_to_mesh.py#

Split source and target by latitude application.#

Split source data and target mesh into latitude bands, to facilitate regridding from regular grid to unstructured mesh. Source bands are generated to fully enclose the bands of the target mesh. A mesh mapping dataset is also created, which maps each cell in the target mesh to its corresponding latitude band.

Command Line Interface#

usage: split_by_latitude_grid_to_mesh.py [-h]
                                         [--target-mesh-name TARGET_MESH_NAME]
                                         --target-mesh TARGET_MESH
                                         --number-of-bands NUMBER_OF_BANDS
                                         source output

Positional Arguments#

source

Path to source.

output

Path to output the results from SplitGridToMeshByLatitude.

Named Arguments#

--target-mesh-name

The name of the mesh contained in the file provided to ‘–target-mesh’.

--target-mesh

Path to target_mesh.

--number-of-bands