Opened 5 years ago
Last modified 5 years ago
#857 closed bug
Using increment as subroutine and variable and other updates — at Initial Version
Reported by: | arango | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.9 |
Component: | Nonlinear | Version: | 3.9 |
Keywords: | Cc: |
Description
- Corrected a violation to the Fortran standard that doesn't allow to have a subroutine and variable to be named the same. Some Fortran compilers relax that rule. However, gfortran complains. I missed this one. The variable increment is renamed to NLincrement.
Many thanks to Mike Shen for reporting this issue.
- Corrected segmentation fault in close_io.F when closing the BRY, CLM, and FRC files in the structure. The array index to the files component could go out-of-bounds.
- Updated timers.F to report the minimum and maximum processes wall CPU time during profiling.
Note:
See TracTickets
for help on using tickets.