Opened 17 years ago

Closed 17 years ago

#94 closed defect (Fixed)

wrong constant in bvf mixing — at Version 1

Reported by: stef Owned by: arango
Priority: trivial Milestone: Release ROMS/TOMS 3.1
Component: Nonlinear Version: 3.1
Keywords: Cc:

Description (last modified by arango)

I think there is an error in mod_scalars.F, which affects bvf mixing:

line 422:

!    gorho0        gravity divided by mean density anomaly.

line1899:

      gorho0=rho0/g

Change History (1)

comment:1 by arango, 17 years ago

Description: modified (diff)
Priority: majortrivial
Resolution: Fixed
Status: newclosed
Type: bugdefect

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.

Note: See TracTickets for help on using tickets.