Changes between Initial Version and Version 1 of Ticket #195


Ignore:
Timestamp:
08/11/08 15:19:37 (16 years ago)
Author:
arango
Comment:

OH yes. Good catch. I forgot about these special initialization. The problem is also in mod_average.F, mod_bbl.F, mod_clima.F, mod_coupling.F, mod_diags.F, mod_forces.F, mod_mixing.F, mod_obs.F, mod_ocean.F, and mod_tides.F. Thank you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #195

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #195 – Description

    initial v1  
    1 In ROMS/Modules/mod_grid.F, subroutine initialize_grid, at lines 421-447 we have
     1In '''ROMS/Modules/mod_grid.F''', subroutine '''initialize_grid''', at lines 421-447 we have
    22
    33{{{
     
    1414}}}
    1515
    16 The preprocessor macros WESTERN_EDGE, EASTERN_EDGE, etc (defined in globaldefs.h) involve variables, Istr, Iend, Jstr, Jend, but these are not declared. Consequently, the compiler gives error messages like
     16The preprocessor macros WESTERN_EDGE, EASTERN_EDGE, etc (defined in '''globaldefs.h''') involve variables, Istr, Iend, Jstr, Jend, but these are not declared. Consequently, the compiler gives error messages like
    1717
    1818