Opened 18 years ago
Closed 18 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 )
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 , 18 years ago
Description: | modified (diff) |
---|---|
Priority: | major → trivial |
Resolution: | → Fixed |
Status: | new → closed |
Type: | bug → defect |
Note:
See TracTickets
for help on using tickets.
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.