Changes in palm/trunk/SOURCE/boundary_conds.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: boundary_conds.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.15 2006/02/23 09:54:55 raasch 12 14 ! Surface boundary conditions in case of topography: nzb replaced by … … 14 16 ! unchanged (still using nzb) because a non-flat topography must use a 15 17 ! Prandtl-layer, which don't requires explicit setting of the surface values. 16 !17 ! Revision 1.14 2005/06/29 09:49:40 steinfeld18 ! Baroclinicity considered in the Dirichlet boundary condition for u and v at19 ! the top boundary20 !21 ! Revision 1.13 2005/04/23 08:35:30 raasch22 ! Error removed in Dirichlet bottom boundary conditions for pt and q in case23 ! of Runge-Kutta schemes. So far, new surface values have been taken from24 ! timelevel t-dt, which does not exist in case of Runge-Kutta schemes.25 !26 ! Revision 1.12 2005/03/26 14:58:24 raasch27 ! Non-cyclic boundary conditions included, argument range added28 !29 ! Revision 1.11 2001/03/30 06:54:18 raasch30 ! Timelevel t+dt replaced by timelevel t,31 ! Translation of remaining German identifiers (variables, subroutines, etc.)32 !33 ! Revision 1.10 2001/01/29 12:19:27 raasch34 ! Passive scalar is considered35 !36 ! Revision 1.9 2001/01/22 05:25:56 raasch37 ! Module test_variables removed38 !39 ! Revision 1.8 2000/07/04 14:07:59 raasch40 ! Missing diriclet boundary conditions for temperature and total water41 ! content added42 !43 ! Revision 1.7 2000/04/13 13:56:05 schroeter44 ! Boundaray conditions for total water content45 !46 ! Revision 1.6 2000/01/20 10:44:48 10:44:48 letzel (Marcus Letzel)47 ! All comments translated into English48 !49 ! Revision 1.5 2000/01/10 09:28:53 raasch50 ! Variablenuebergabe jetzt per Modul51 ! Randbedingungen fuer w im Rahmen der pointer-Einfuehrung52 !53 ! Revision 1.4 1998/07/06 12:07:05 raasch54 ! + USE test_variables55 !56 ! Revision 1.3 1998/03/10 07:19:37 raasch57 ! Beschreibung ergaenzt um Randbedingung fuer TKE58 !59 ! Revision 1.2 1997/09/19 07:39:03 raasch60 ! Randbedingungen fuer TKE61 18 ! 62 19 ! Revision 1.1 1997/09/12 06:21:34 raasch
Note: See TracChangeset
for help on using the changeset viewer.