Changeset 768 for palm/trunk
- Timestamp:
- Oct 14, 2011 6:57:15 AM (13 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r767 r768 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! ug,vg replaced by u_init,v_init as the Dirichlet top boundary condition6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 767 2011-10-14 06:39:12Z raasch 13 ! ug,vg replaced by u_init,v_init as the Dirichlet top boundary condition 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/check_parameters.f90
r767 r768 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Calculating u,v-profiles from given profiles by linear interpolation. 7 ! bugfix: dirichlet_0 conditions for ug/vg moved from init_3d_model to here 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 767 2011-10-14 06:39:12Z raasch 13 ! Calculating u,v-profiles from given profiles by linear interpolation. 14 ! bugfix: dirichlet_0 conditions for ug/vg moved from init_3d_model to here 12 15 ! 13 16 ! 707 2011-03-29 11:39:40Z raasch -
palm/trunk/SOURCE/header.f90
r767 r768 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Output of given initial u,v-profiles6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 767 2011-10-14 06:39:12Z raasch 13 ! Output of given initial u,v-profiles 11 14 ! 12 15 ! 759 2011-09-15 13:58:31Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r767 r768 7 7 ! Current revisions: 8 8 ! ------------------ 9 ! adjustments for prescribed u,v-profiles 10 ! bugfix: dirichlet_0 conditions for ug/vg moved to check_parameters 9 ! 11 10 ! 12 11 ! Former revisions: 13 12 ! ----------------- 14 13 ! $Id$ 14 ! 15 ! 767 2011-10-14 06:39:12Z raasch 16 ! adjustments concerning implementation of prescribed u,v-profiles 17 ! bugfix: dirichlet_0 conditions for ug/vg moved to check_parameters 15 18 ! 16 19 ! 759 2011-09-15 13:58:31Z raasch -
palm/trunk/SOURCE/modules.f90
r767 r768 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! +u_profile, v_profile, uv_heights, use_prescribed_profile_data7 ! 8 8 ! 9 9 ! Former revisions: 10 10 ! ----------------- 11 11 ! $Id$ 12 ! 13 ! 767 2011-10-14 06:39:12Z raasch 14 ! +u_profile, v_profile, uv_heights, use_prescribed_profile_data 12 15 ! 13 16 ! 759 2011-09-15 13:58:31Z raasch -
palm/trunk/SOURCE/parin.f90
r767 r768 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! +u_profile, v_profile, uv_heights in inipar6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 767 2011-10-14 06:39:12Z raasch 13 ! +u_profile, v_profile, uv_heights in inipar 11 14 ! 12 15 ! 759 2011-09-15 13:58:31Z raasch
Note: See TracChangeset
for help on using the changeset viewer.