http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781
--- Comment #11 from Laura C ---
Thank you very much for your help - I will fix the curly quotes and hopefully
run the executable successfully when I get home from work later.
Apologies that it was my mistake.
Your help is much appreciated!
Laur
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781
--- Comment #8 from Laura C ---
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781
--- Comment #7 from Laura C ---
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781
--- Comment #5 from Laura C ---
Yes, I type ./JIM_exe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781
--- Comment #3 from Laura C ---
Created attachment 32562
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32562&action=edit
shell script
The code is a series of f90 files compiled in a shell script - as attached.
I've also attached the INPUT.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781
--- Comment #2 from Laura C ---
Created attachment 32561
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32561&action=edit
Input.f90 file
Assignee: unassigned at gcc dot gnu.org
Reporter: lauraelcomeau at yahoo dot co.uk
Created attachment 32559
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32559&action=edit
namelist
Hi
I am trying to compile code using gfortran on a mac which I have previously
succe