Changes between Initial Version and Version 1 of Ticket #487
- Timestamp:
- 02/01/11 20:09:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #487
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary add boundary call to scale_omega → Add boundary call to scale_omega
- Property Type bug → defect
-
Ticket #487 – Description
initial v1 1 Can we add a boundary call in scale_omega so that the output of omega is consistent during periodic simulations? 2 When used now, the variable omega is never filled on the outer rho points (since it is not used during computations). But for output purposes, especailly periodic simulations, it would be nice to see omega be uniform in the along-periodic direction, instead of having zeros along that boundary. 3 This can be accomplished by adding to scale_omega: 1 Can we add a boundary call in '''scale_omega''' so that the output of omega is consistent during periodic simulations? When used now, the variable omega ('''W''') is never filled on the outer RHO-points (since it is not used during computations). But for output purposes, especially periodic simulations, it would be nice to see omega be uniform in the along-periodic direction, instead of having zeros along that boundary. 2 This can be accomplished by adding to '''scale_omega''': 3 4 {{{ 4 5 1) 5 6 USE bc_3d_mod, ONLY : bc_w3d_tile … … 13 14 & LBi, UBi, LBj, UBj, 0, N(ng), & 14 15 & Wscl) 16 }}} 17 15 18 16 19 thanks,