I'm still working on making sure I've updated to version 4.2, and am working on getting nesting working in the dogbone test case. When I try to compile, I get the following error.
Code: Select all
post_initial.f90(70): error #6404: This name does not have a type, and must have an explicit type. [NGETD]
CALL nesting (ng, model, ngetD)
---------------------------------^
compilation aborted for post_initial.f90 (code 1)
make: *** [/home/bhayward/roms_project/dogbone5/Refined/Build_romsO/post_initial.o] Error 1
After modifying post_inital.F, I reinstalled ROMS and the test cases to confirm I still get the original error, and I do. I've attached my build script, which is the only file I've modified after reinstalling.
Thank you for your time.
-Ben