Changes in palm/trunk/SOURCE/prognostic_equations.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/prognostic_equations.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: prognostic_equations.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.21 2006/08/04 15:01:07 raasch 12 14 ! upstream scheme can be forced to be used for tke (use_upstream_for_tke) 13 15 ! regardless of the timestep scheme used for the other quantities, 14 16 ! new argument diss in call of diffusion_e 15 !16 ! Revision 1.20 2006/02/23 12:52:08 raasch17 ! nzb_2d replaced by nzb_u/v/w/s_inner, +z0 in argument list of diffusion_u/v/w18 !19 ! Revision 1.19 2005/06/29 10:33:41 steinfeld20 ! Scalars ug and vg are replaced by homonymous arrays in order to allow for21 ! the consideration of a potential dependency of the geostrophic wind22 ! components on height23 !24 ! Revision 1.18 2005/03/26 20:58:45 raasch25 ! Extension of horizontal loop upper bounds for non-cyclic boundary conditions,26 ! additional arguments km_damp_x/y for diffusion_u/v/w27 !28 ! Revision 1.17 2004/04/30 12:46:40 raasch29 ! impulse_advec renamed momentum_advec30 !31 ! Revision 1.16 2004/01/30 10:36:57 raasch32 ! Scalar lower k index nzb replaced by 2d-array nzb_2d33 !34 ! Revision 1.15 2004/01/28 15:24:35 raasch35 ! Runge-Kutta schemes available, steering variables at and bt in equations36 ! replaced by array sct37 !38 ! Revision 1.14 2003/03/12 16:40:48 raasch39 ! New routine prognostic_equations_vec, optimized for vector processors40 !41 ! Revision 1.13 2002/06/11 13:20:21 raasch42 ! Single node optimization: loops i and j extracted from all those43 ! tendency-subroutines which do not contain communication. Some communication44 ! parts moved before the i,j loops. Call of particle advection moved to45 ! subroutine leap_frog.46 ! Former subroutine changed to a module which contains two versions: one47 ! with loop optimization for the single equations and one version with one48 ! big optimized loop containing all prognostic equations.49 !50 ! Revision 1.12 2002/05/02 18:54:12 raasch51 ! Timelevel t+dt re-introduced, Asselin filter and exchange of ghost points52 ! moved to routine leap_frog53 !54 ! Revision 1.11 2002/04/16 08:12:40 08:12:40 raasch (Siegfried Raasch)55 ! Particle advection will be performed only after the simulated time has56 ! exceeded a user defined limit57 !58 ! Revision 1.10 2001/09/04 12:10:28 raasch59 ! Exchange of ghost points added for the time filtered arrays60 !61 ! Revision 1.9 2001/08/21 09:59:03 raasch62 ! Calls to user-interface for tendency terms added63 !64 ! Revision 1.8 2001/03/30 07:50:26 raasch65 ! Timelevel t+dt eliminated, Asselin filter included in prognostic equations,66 ! calling arguments eliminated or cut down from advec_s_bc, production_e,67 ! advec_*_ups,68 ! Translation of remaining German identifiers (variables, subroutines, etc.)69 !70 ! Revision 1.7 2001/01/29 12:34:20 raasch71 ! Passive scalar is considered72 !73 ! Revision 1.6 2001/01/22 07:57:20 raasch74 ! Module test_variables removed75 !76 ! Revision 1.5 2000/12/28 13:38:00 raasch77 ! Advec_particles is called unconditionally78 !79 ! Revision 1.4 2000/07/03 13:01:02 raasch80 ! module pointer_interfaces added to reduce cpu-time and memory demands81 ! of the compilation process, actual argument "work" eliminated from82 ! parameter list of diffusion_e83 !84 ! Revision 1.3 2000/04/27 07:09:57 raasch85 ! Temperature offset is added at cyclic boundaries (x-direction) when using86 ! a sloping surface87 !88 ! Revision 1.2 2000/04/13 15:04:28 schroeter89 ! prognostic equation for the total water content added, new routines:90 ! calc_precipitation, impact_of_latent_heat, calc_radiation,91 ! diffusion_pt renamed to diffusion_s, changes in the parameter list of92 ! subroutines diffusion_e, buyoancy, production_e93 17 ! 94 18 ! Revision 1.1 2000/04/13 14:56:27 schroeter
Note: See TracChangeset
for help on using the changeset viewer.