Changes between Initial Version and Version 1 of Ticket #274


Ignore:
Timestamp:
02/03/09 21:48:27 (15 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #274

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #274 – Description

    initial v1  
    11I 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].
    22
    3 Also corrected few typos in various routines.   
     3Also 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
     5I added new options when compiling with '''ifort''' to facilitate the trapping of uninitialized variables:
     6{{{
     7    -check uninit -ftrapuv
     8}}}
     9These 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.