Changes between Initial Version and Version 1 of Ticket #274
- Timestamp:
- 02/03/09 21:48:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #274
- Property Resolution → Done
- Property Status new → closed
-
Ticket #274 – Description
initial v1 1 1 I added code in '''get_cycle.F''' to avoid checking available time for variables where the time is in terms of frequency. This is the case for tide forcing variables. The previous logic resulted in error under special conditions as reported in the [https://www.myroms.org/forum/viewtopic.php?f=17&t=1192 forum]. 2 2 3 Also corrected few typos in various routines. 3 Also corrected few typos in '''normarlization.F''', '''ad_variability.F''', '''state_copy.F''', and '''state_initialize.F'''. Many thanks to Gregoire Broquet for reporting these typos. 4 5 I added new options when compiling with '''ifort''' to facilitate the trapping of uninitialized variables: 6 {{{ 7 -check uninit -ftrapuv 8 }}} 9 These are good flags to have when debugging. I just discovered an uninitialized '''ad_cff1''' in '''ad_ini_fields.F'''. This can be a potential adjoint bug depending how compilers treat uninitialized variables.