Changeset 3404 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Oct 23, 2018 1:29:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r3347 r3404 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Set bottom boundary condition for geostrophic wind components in inifor 28 ! initialization 29 ! 30 ! 3347 2018-10-15 14:21:08Z suehring 27 31 ! - Separate offline nesting from large_scale_nudging_mod 28 32 ! - Improve the synthetic turbulence generator … … 1214 1218 vg(:) = init_3d%vg_init(:) 1215 1219 ENDIF 1216 1220 ! 1221 !-- Set bottom and top boundary condition for geostrophic wind 1217 1222 ug(nzt+1) = ug(nzt) 1218 1223 vg(nzt+1) = vg(nzt) 1224 ug(nzb) = ug(nzb+1) 1225 vg(nzb) = vg(nzb+1) 1219 1226 ! 1220 1227 !-- Set inital w to 0
Note: See TracChangeset
for help on using the changeset viewer.