updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / var / da / da_reporting / da_message2.inc
blobf1e2f5039d910c0854bb61d584e44ad60c81f283
1 subroutine da_message2(strs)
3    !-----------------------------------------------------------------------
4    ! Purpose: TBD
5    !-----------------------------------------------------------------------
7    implicit none
9    character(len=*), intent(in) :: strs(:)
10    integer :: i
12    do i=1,size(strs) 
13       write(0,*) strs(i)
14    end do
16 end subroutine da_message2