61 CHARACTER(LEN=6),
INTENT(IN) :: HPROGRAM
62 INTEGER,
INTENT(IN) :: KI
63 REAL,
DIMENSION(KI),
INTENT(OUT) :: PLON, PLAT
70 REAL(KIND=JPRB) :: ZHOOK_HANDLE
77 IF (
SIZE(plon) /=
SIZE(ug%G%XLON) .OR.
SIZE(plat) /=
SIZE(ug%G%XLAT) )
THEN 78 WRITE(iluout,*)
'try to get LON/LAT field from atmospheric model, but size is not correct' 79 WRITE(iluout,*)
'size of field expected by the atmospheric model (PLON) :'SIZE 80 WRITE(iluout,*)
'size of field expected by the atmospheric model (PLAT) :'SIZE 81 WRITE(iluout,*)
'size of field in the surface (XLAT) :'SIZE 82 WRITE(iluout,*)
'size of field in the surface (XLAT) :'SIZE 83 CALL abor1_sfx(
'GET_COORDN: LON/LAT SIZE NOT CORRECT')
subroutine abor1_sfx(YTEXT)
subroutine get_luout(HPROGRAM, KLUOUT)
subroutine get_coord_n(UG, HPROGRAM, KI, PLON, PLAT)