#886 closed bug (Fixed)
IMPORTANT: Corrected bug in def_state.F
Reported by: | arango | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 4.0 |
Component: | Nonlinear | Version: | 3.9 |
Keywords: | Cc: |
Description
- The module def_state.F was missing association to def_dim.F, def_info.F, and wrt_info.F modules. We need to have:
USE def_dim_mod, ONLY : def_dim USE def_info_mod, ONLY : def_info ... USE wrt_info_mod, ONLY : wrt_info
The weird thing is that the linking failed when compiling with CMake and generating the shared library libroms.so. Otherwise, it was linking and running fine. It is good to know that the shared library compiling is rigorous.
- Corrected typo in get_wetdry.F. Many thanks to Ashley Brereton for bringing this issue to our attention.
Change History (2)
comment:1 by , 4 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
comment:2 by , 4 years ago
Note:
See TracTickets
for help on using tickets.
Corrected issues with get_wetdry.F since now is a module because of PIO and needs to have the tile argument.