Go to the source code of this file.
|
module | sorted_index_mod |
| The module 'sorted_index' sorts cell corner indices in lat-lon space to ensure the same order of operations regardless of the orientation in index space.
|
|
|
subroutine, public | sorted_index_mod::sorted_inta (isd, ied, jsd, jed, cubed_sphere, bgrid, iinta, jinta) |
| The subroutine 'sorted_inta' sorts cell corner indices in latlon space based on grid locations in index space.. More...
|
|
subroutine | sort_rectangle (iind, jind) |
|
subroutine, public | sorted_index_mod::sorted_intb (isd, ied, jsd, jed, is, ie, js, je, npx, npy, cubed_sphere, agrid, iintb, jintb) |
| The subroutine 'sorted_intb' sorts cell corner indices in latlon space based on grid locations in index space. More...
|
|
subroutine | sort_triangle () |
|
◆ sort_rectangle()
subroutine sort_rectangle |
( |
integer, dimension(4), intent(inout) |
iind, |
|
|
integer, dimension(4), intent(inout) |
jind |
|
) |
| |
|
private |
◆ sort_triangle()
subroutine sorted_intb::sort_triangle |
( |
| ) |
|
|
private |