﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
748	get_wetdry.F missing label 50	kate		"There is a format number error in get_wetdry.F:

{{{
      IF (INI(ng)%ncid.eq.-1) THEN
        CALL netcdf_open (ng, model, ncname, 1, INI(ng)%ncid)
        IF (FoundError(exit_flag, NoError, __LINE__,                    &
     &                 __FILE__)) THEN
          WRITE (stdout,50) TRIM(ncname)
          RETURN
        END IF
      END IF
}}}
Format label 50 is missing.
{{{
get_wetdry.f90(62): error #6052: This label has not been defined as a FORMAT label.   [50]
          WRITE (stdout,50) TRIM(ncname)
------------------------^

}}}
"	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
