Changes between Initial Version and Version 1 of Ticket #94


Ignore:
Timestamp:
10/11/07 18:51:24 (17 years ago)
Author:
arango
Comment:

Yes, good catch. However, this is not really a bug because the value initialized in mod_scalars.F is overwritten with the correct value in inp_par.F line 364. This value is computed here after rho0 is read from the standard input file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #94

    • Property Priority majortrivial
    • Property ResolutionFixed
    • Property Status newclosed
    • Property Type bugdefect
  • Ticket #94 – Description

    initial v1  
    1 I think there is an error in mod_scalars.F, which affects bvf mixing:
     1I think there is an error in '''mod_scalars.F''', which affects bvf mixing:
    22
    3 422:!    gorho0        gravity divided by mean density anomaly.
    4 1899:      gorho0=rho0/g
     3line 422:
     4{{{
     5!    gorho0        gravity divided by mean density anomaly.
     6}}}
     7
     8line1899:
     9{{{
     10      gorho0=rho0/g
     11}}}