Changeset 668 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Dec 23, 2010 1:22:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r667 r668 7 7 ! Current revisions: 8 8 ! ----------------- 9 ! 10 ! Former revisions: 11 ! ----------------- 12 ! $Id$ 13 ! 14 ! 667 2010-12-23 12:06:00Z suehring/gryschka 9 15 ! nxl-1, nxr+1, nys-1, nyn+1 replaced by nxlg, nxrg, nysg, nyng in loops and 10 16 ! allocation of arrays. Calls of exchange_horiz are modified. 11 17 ! Call ws_init to initialize arrays needed for statistical evaluation and 12 18 ! optimization when ws-scheme is used. 13 !14 !15 19 ! Initial volume flow is now calculated by using the variable hom_sum. 16 20 ! Therefore the correction of initial volume flow for non-flat topography 17 21 ! removed (removed u_nzb_p1_for_vfc and v_nzb_p1_for_vfc) 18 !19 22 ! Changed surface boundary conditions for u and v in case of ibc_uv_b == 0 from 20 23 ! mirror bc to dirichlet boundary conditions (u=v=0), so that k=nzb is 21 24 ! representative for the height z0 22 !23 25 ! Bugfix: type conversion of '1' to 64bit for the MAX function (ngp_3d_inner) 24 !25 ! Former revisions:26 ! -----------------27 ! $Id$28 26 ! 29 27 ! 622 2010-12-10 08:08:13Z raasch
Note: See TracChangeset
for help on using the changeset viewer.