During my application establishment, I open the "OFFLINE_BIOLOGY" option and compile them, which gives me a wrong error and aborts during my compiling.
After checking out the main3d_offline.F file in ROMS 3.9, I found there is some code missed.
When I add this code, it can compile successfully.
Code: Select all
USE strings_mod, ONLY : FoundError
Besides, there is also some code missed in step3d_t.F file. After I add these codes, it can compile successfully.
Code: Select all
# if defined OFFLINE_BIOLOGY
USE mod_biology
# endif
I don't know whether this is my reason or not. Maybe this error occurs because of my unintentional modification in the past. I'm not sure. Could anyone can check them out in ROMS 3.9?