Opened 16 years ago
Closed 16 years ago
#274 closed defect (Invalid)
Avoid time checking on frequency variables
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by )
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 forum.
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.
I added new options when compiling with ifort to facilitate the trapping of uninitialized variables:
-check uninit -ftrapuv
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.
Change History (3)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Done |
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | Done |
---|---|
Status: | closed → reopened |
comment:3 by , 16 years ago
Resolution: | → Invalid |
---|---|
Status: | reopened → closed |
If you are reopening a ticket you better be prepared to provide a justification of why are you doing so'''.
This kind of behavior should be avoided in the future. Otherwise, we will be forced to take drastic measures and limited trac access to such users. If you are not sure how to report a problem use the ROMS forum instead.