62 CHARACTER(LEN=6),
INTENT(IN) :: HPROGRAM
63 INTEGER,
INTENT(IN) :: KI
64 REAL,
DIMENSION(KI),
INTENT(IN) :: PZS
71 REAL(KIND=JPRB) :: ZHOOK_HANDLE
78 IF (
SIZE(pzs) /=
SIZE(top%XZS) )
THEN 79 WRITE(iluout,*)
'try to get ZS field from atmospheric model, but size is not correct' 80 WRITE(iluout,*)
'size of field expected by the atmospheric model (PZS) :'SIZE 81 WRITE(iluout,*)
'size of field over town (XZS) :'SIZE 82 CALL abor1_sfx(
'PUT_ZS_TOWNN: GET ZS FROM ATMOSPHERIC MODEL: SIZE NOT CORRECT'
subroutine abor1_sfx(YTEXT)
subroutine get_luout(HPROGRAM, KLUOUT)
subroutine put_zs_town_n(TOP, HPROGRAM, KI, PZS)