INTERFACE:
subroutine init_ascii(fn,title,unit)
IMPLICIT NONE
DESCRIPTION:
Opens a file giving in the output namelist and connects it with a unit number.
INPUT PARAMETERS:
character(len=*), intent(in) :: fn,titleINPUT/OUTPUT PARAMETERS:
integer, intent(in) :: unitREVISION HISTORY:
Original author(s): Karsten Bolding & Hans Burchard
See asciiout module