FV3DYCORE  Version 2.0.0
sorted_index.F90 File Reference

Go to the source code of this file.

Modules

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.
 

Functions/Subroutines

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 ()
 

Function/Subroutine Documentation

◆ sort_rectangle()

subroutine sort_rectangle ( integer, dimension(4), intent(inout)  iind,
integer, dimension(4), intent(inout)  jind 
)
private

Definition at line 91 of file sorted_index.F90.

◆ sort_triangle()

subroutine sorted_intb::sort_triangle ( )
private

Definition at line 454 of file sorted_index.F90.