|
SABER
|
Public Member Functions | |
| subroutine | func_gridhash (ncx, nlx, lon_cx, lat_cx, mask_cx, grid_hash) |
| Compute grid hash profile. More... | |
Definition at line 76 of file tools_func.F90.
| subroutine tools_func::gridhash::func_gridhash | ( | integer, intent(in) | ncx, |
| integer, intent(in) | nlx, | ||
| real(kind_real), dimension(ncx), intent(in) | lon_cx, | ||
| real(kind_real), dimension(ncx), intent(in) | lat_cx, | ||
| logical, dimension(ncx,nlx), intent(in) | mask_cx, | ||
| integer, dimension(0:nlx), intent(out) | grid_hash | ||
| ) |
Compute grid hash profile.
| [in] | ncx | Number of points |
| [in] | nlx | Number of levels |
| [in] | lon_cx | Longitude [radians] |
| [in] | lat_cx | Latitude [radians] |
| [in] | mask_cx | Mask |
| [out] | grid_hash | Grid hash profile |
Definition at line 396 of file tools_func.F90.