61 CHARACTER(LEN=6),
INTENT(IN) :: HPROGRAM
62 INTEGER,
INTENT(IN) :: KI
63 REAL,
DIMENSION(KI),
INTENT(OUT) :: PZS
70 REAL(KIND=JPRB) :: ZHOOK_HANDLE
77 IF (
SIZE(pzs) /=
SIZE(u%XZS) )
THEN 78 WRITE(iluout,*)
'try to get ZS field from atmospheric model, but size is not correct' 79 WRITE(iluout,*)
'size of field expected by the atmospheric model (PZS) :'SIZE 80 WRITE(iluout,*)
'size of field inthe surface (XZS) :'SIZE 81 CALL abor1_sfx(
'GET_ZSN: ZS SIZE NOT CORRECT')
subroutine abor1_sfx(YTEXT)
subroutine get_luout(HPROGRAM, KLUOUT)
subroutine get_zs_n(U, HPROGRAM, KI, PZS)