I'm trying to compile the lev_hydro.F.
For this, I modify the Makefile.Gnu, but the follow error appears:
g77 -c -DNO_EXIT -g -O2 hydro.F
g77 -c -DNO_EXIT -g -O2 caldate.F
g77 -c -DNO_EXIT -g -O2 day_code.F
g77 -c -DNO_EXIT -g -O2 get_date.F
g77 -c -DNO_EXIT -g -O2 get_hydro.F
g77 -c -DNO_EXIT -g -O2 gregorian.F
g77 -c -DNO_EXIT -g -O2 lenstr.F
g77 -c -DNO_EXIT -g -O2 wrt_header.F
g77 -c -DNO_EXIT -g -O2 wrt_hydro.F
wrt_hydro.F: In subroutine `wrt_hydro':
wrt_hydro.F:104:
& <nvar>(1x,1pe8.2))
^
Variable-expression FORMAT specifier at (^) -- unsupported
make: *** [wrt_hydro.o] Error 1
Thanks,
Problem to compiler hydro
-
- Posts: 1
- Joined: Wed Feb 13, 2013 6:11 pm
- Location: Federal University of Rio de Janeiro - UFRJ
Re: Problem to compiler hydro
I'm not sure where these files come from - they aren't trunk myroms ROMS.
That said, I highly recommend using gfortran over g77.
That said, I highly recommend using gfortran over g77.