SURFEX v8.1
General documentation of Surfex
lfi_mess.F90
Go to the documentation of this file.
1 SUBROUTINE lfi_mess (KUNIT, CDMESS)
3 
4 INTEGER (KIND=JPLIKB) KUNIT
5 CHARACTER (LEN=*) CDMESS
6 
7 WRITE (kunit, '(A)') cdmess
8 
9 END SUBROUTINE lfi_mess
subroutine lfi_mess(KUNIT, CDMESS)
Definition: lfi_mess.F90:2