60 CHARACTER(LEN=6),
INTENT(IN) :: HPROGRAM
61 INTEGER,
INTENT(IN) :: KCOVER
62 LOGICAL,
DIMENSION(KCOVER),
INTENT(OUT) :: OCOVER
69 REAL(KIND=JPRB) :: ZHOOK_HANDLE
76 IF (
SIZE(ocover) /=
SIZE(u%LCOVER) )
THEN 77 WRITE(iluout,*)
'try to get COVER field from atmospheric model, but size is not correct' 78 WRITE(iluout,*)
'size of field expected by the atmospheric model (OCOVER) :'SIZE 79 WRITE(iluout,*)
'size of field inthe surface (LCOVER) :'SIZE 80 CALL abor1_sfx(
'GET_LCOVERN: (1) LCOVER SIZE NOT CORRECT')
subroutine abor1_sfx(YTEXT)
subroutine get_lcover_n(U, HPROGRAM, KCOVER, OCOVER)
subroutine get_luout(HPROGRAM, KLUOUT)