http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781

--- Comment #8 from Laura C <lauraelcomeau at yahoo dot co.uk> ---
I've tried changing the Input.f90 code to 

character(len=70) :: &
  dem_file='',      &! Elevation file name
  met_file='',      &! Driving data file name
  vegf_file='',     &! Vegetation fraction file name
  vegh_file='',     &! Vegetation height file name
  wind_file='',     &! Wind distribution file name
  RunID=''           ! Run identifier

i.e adding the ='' into the code, but I still get the same namelist error.
Is this what you meant by the 'curly quotes'?

Laura

Reply via email to