Opened 17 years ago
Closed 17 years ago
#204 closed bug (Fixed)
Grid spacing, Courant number output missing — at Version 1
Reported by: | m.hadfield | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by )
Forward runs (eg UPWELLING) in serial and OpenMP mode no longer print data about grid spacing and Courant number, i.e., instead of this
Power filter parameters, Fgamma, gamma = 0.28400 0.18933 Minimum X-grid spacing, DXmin = 1.00000000E+00 km Maximum X-grid spacing, DXmax = 1.00000000E+00 km Minimum Y-grid spacing, DYmin = 1.00000000E+00 km Maximum Y-grid spacing, DYmax = 1.00000000E+00 km Minimum Z-grid spacing, DZmin = 1.57503054E+00 m Maximum Z-grid spacing, DZmax = 2.30290891E+01 m Minimum barotropic Courant Number = 2.22358627E-01 Maximum barotropic Courant Number = 5.42494240E-01 Maximum Coriolis Courant Number = 2.47800000E-02 Maximum grid stiffness ratios: rx0 = 6.931666E-02 (Beckmann and Haidvogel) rx1 = 1.188435E+00 (Haney)
we get this
Power filter parameters, Fgamma, gamma = 0.28400 0.18933 Maximum grid stiffness ratios: rx0 = 6.931666E-02 (Beckmann and Haidvogel) rx1 = 1.188435E+00 (Haney)
MPI runs still produce the full output.
As far as I can tell, this change occurred some time between 21 July and 14 August.
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes. I have the wrong logic for turning off the LwrInfo switch in shared-memory and serial with partitions. Thank you for noticing this problem.