65 REAL,
DIMENSION(:),
INTENT(INOUT) :: PSSO_SLOPE
67 INTEGER,
INTENT(IN) :: KI
72 INTEGER :: JCAT,JPIX,JJ
73 REAL,
DIMENSION(KI) :: ZCOUNT
75 REAL,
DIMENSION(KI) :: ZSSO_SLOPE
76 REAL(KIND=JPRB) :: ZHOOK_HANDLE
79 IF (
lhook)
CALL dr_hook(
'TOPD_TO_ISBA_SLOPE',0,zhook_handle)
86 zsso_slope = psso_slope
88 zcount(:) =
REAL(
nnpix(:))
102 WHERE (zcount /= 0.0)
103 zsso_slope = zsso_slope / zcount
106 psso_slope = zsso_slope
111 IF (
lhook)
CALL dr_hook(
'TOPD_TO_ISBA_SLOPE',1,zhook_handle)
integer, dimension(:), allocatable nnpix
real, dimension(:,:), allocatable xtanb
integer, parameter nundef
subroutine topd_to_isba_slope(PSSO_SLOPE, KI)
integer, dimension(:,:), allocatable nmaskt
integer, dimension(:), allocatable nnmc