SABER
tools_func::gridhash Interface Reference

Public Member Functions

subroutine func_gridhash (ncx, nlx, lon_cx, lat_cx, mask_cx, grid_hash)
 Compute grid hash profile. More...
 

Detailed Description

Definition at line 76 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_gridhash()

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.

Parameters
[in]ncxNumber of points
[in]nlxNumber of levels
[in]lon_cxLongitude [radians]
[in]lat_cxLatitude [radians]
[in]mask_cxMask
[out]grid_hashGrid hash profile

Definition at line 396 of file tools_func.F90.


The documentation for this interface was generated from the following file: