Search found 3 matches

by Minjie_Xu
Wed Jul 01, 2020 5:20 am
Forum: ROMS Discussion
Topic: Add the path of a new Fortran90 file
Replies: 5
Views: 2279

Re: Add the path of a new Fortran90 file

Thanks for your help!
What rules do I need to add to makefile? Is it added in lines 181-195?
kate wrote: Wed Jul 01, 2020 5:01 am The makefile has rules for going from .F files to .f90 files to compile them into .o files. You would have to add rules for .F90 files if you refuse to rename your file.
by Minjie_Xu
Wed Jul 01, 2020 5:17 am
Forum: ROMS Discussion
Topic: Add the path of a new Fortran90 file
Replies: 5
Views: 2279

Re: Add the path of a new Fortran90 file

Thanks for your help!
What rules do I need to add to makefile? Is it added in lines 181-195?
Image
by Minjie_Xu
Wed Jul 01, 2020 4:45 am
Forum: ROMS Discussion
Topic: Add the path of a new Fortran90 file
Replies: 5
Views: 2279

Add the path of a new Fortran90 file

I want to add a new mod.F90 to the ROMS. Which file do I need to add the path of this mod.F90 to?
If I change the suffix .F90 to .F, the program can be compiled successfully