34 USE modd_data_cover_par
, ONLY : xcdref
45 REAL,
DIMENSION(:,:),
INTENT(INOUT) :: PPGDARRAY
52 REAL(KIND=JPRB) :: ZHOOK_HANDLE
70 ppgdarray(:,:) = xcdref/exp(sqrt(
nsize(:,:)/
xsumval(:,:)))
81 DO jj=1,
SIZE(ppgdarray,2)
82 DO ji = 1,
SIZE(ppgdarray,1)
84 IF (ppgdarray(ji,jj)/=
xundef)
THEN 85 zint = aint(ppgdarray(ji,jj),8)
86 IF (ppgdarray(ji,jj)/=zint)
THEN 87 ppgdarray(ji,jj) = zint + anint((ppgdarray(ji,jj)-zint)*
xprec)/
xprec
real, dimension(:,:), allocatable xsumval
subroutine average2_mesh(PPGDARRAY)
integer, dimension(:,:), allocatable nsize