Changes between Initial Version and Version 1 of Ticket #505
- Timestamp:
- 04/26/11 19:41:18 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #505
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #505 – Description
initial v1 3 3 I was very glad to see vorticity added to average file output. However, I believe there are a few issues with the way it is being calculated: 4 4 5 - The last term in pvor (line 378) should read -dVdz_pr*dRdx_pr (instead of -dVdz_pr*dRde_pr)5 * The last term for '''pvor''' ('''vorticity.F''', line 378) should read '''-dVdz_pr * dRdx_pr''' (instead of '''-dVdz_pr * dRde_pr''') 6 6 7 - It looks like rvoris being treated as a scalar, so that all three components are added together. Shouldn't this either be the magnitude of the relative vorticity, or just its vertical component (the first term)?7 * It looks like relative vorticity, '''rvor''', is being treated as a scalar, so that all three components are added together. Shouldn't this either be the magnitude of the relative vorticity, or just its vertical component (the first term)? 8 8 9 - I believe there's an extra d(pden)/d(z) in the preamble of the code, where the expressions for pvor and rvorare.9 * I believe there's an extra '''d(pden)/d(z)''' in the preamble of the code, where the expressions for '''pvor''' and '''rvor''' are. 10 10 11 I might be missing something, of course. I've attached a diff file in case it is useful. 11 I might be missing something, of course. I've attached a diff file in case it is useful. 12 12 13 13 Best Regards,