Changes between Initial Version and Version 1 of Ticket #293
- Timestamp:
- 03/08/09 22:53:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #293
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #293 – Description
initial v1 1 In ROMS/Modules/mod_fourdvar.F, subroutine initialize_fourdvar, the parameter IniVal is declared inside an #ifdefblock (lines 503–505):1 In '''ROMS/Modules/mod_fourdvar.F''', subroutine initialize_fourdvar, the parameter !IniVal is declared inside an '''#ifdef''' block (lines 503–505): 2 2 3 3 {{{ … … 7 7 }}} 8 8 9 but later (lines 758-774) it is used in code that is not conditional on OBSERVATIONSbeing defined.9 but later (lines 758-774) it is used in code that is not conditional on '''OBSERVATIONS''' being defined. 10 10 11 PS: I found this while building the CHANNEL_NECKtest case.11 PS: I found this while building the '''CHANNEL_NECK''' test case.