Changes in palm/trunk/SOURCE/prognostic_equations.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/prognostic_equations.f90
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: prognostic_equations.f90,v $ 13 11 ! Revision 1.21 2006/08/04 15:01:07 raasch 14 12 ! upstream scheme can be forced to be used for tke (use_upstream_for_tke) 15 13 ! regardless of the timestep scheme used for the other quantities, 16 14 ! new argument diss in call of diffusion_e 15 ! 16 ! Revision 1.20 2006/02/23 12:52:08 raasch 17 ! nzb_2d replaced by nzb_u/v/w/s_inner, +z0 in argument list of diffusion_u/v/w 18 ! 19 ! Revision 1.19 2005/06/29 10:33:41 steinfeld 20 ! Scalars ug and vg are replaced by homonymous arrays in order to allow for 21 ! the consideration of a potential dependency of the geostrophic wind 22 ! components on height 23 ! 24 ! Revision 1.18 2005/03/26 20:58:45 raasch 25 ! Extension of horizontal loop upper bounds for non-cyclic boundary conditions, 26 ! additional arguments km_damp_x/y for diffusion_u/v/w 27 ! 28 ! Revision 1.17 2004/04/30 12:46:40 raasch 29 ! impulse_advec renamed momentum_advec 30 ! 31 ! Revision 1.16 2004/01/30 10:36:57 raasch 32 ! Scalar lower k index nzb replaced by 2d-array nzb_2d 33 ! 34 ! Revision 1.15 2004/01/28 15:24:35 raasch 35 ! Runge-Kutta schemes available, steering variables at and bt in equations 36 ! replaced by array sct 37 ! 38 ! Revision 1.14 2003/03/12 16:40:48 raasch 39 ! New routine prognostic_equations_vec, optimized for vector processors 40 ! 41 ! Revision 1.13 2002/06/11 13:20:21 raasch 42 ! Single node optimization: loops i and j extracted from all those 43 ! tendency-subroutines which do not contain communication. Some communication 44 ! parts moved before the i,j loops. Call of particle advection moved to 45 ! subroutine leap_frog. 46 ! Former subroutine changed to a module which contains two versions: one 47 ! with loop optimization for the single equations and one version with one 48 ! big optimized loop containing all prognostic equations. 49 ! 50 ! Revision 1.12 2002/05/02 18:54:12 raasch 51 ! Timelevel t+dt re-introduced, Asselin filter and exchange of ghost points 52 ! moved to routine leap_frog 53 ! 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 has 56 ! exceeded a user defined limit 57 ! 58 ! Revision 1.10 2001/09/04 12:10:28 raasch 59 ! Exchange of ghost points added for the time filtered arrays 60 ! 61 ! Revision 1.9 2001/08/21 09:59:03 raasch 62 ! Calls to user-interface for tendency terms added 63 ! 64 ! Revision 1.8 2001/03/30 07:50:26 raasch 65 ! 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 raasch 71 ! Passive scalar is considered 72 ! 73 ! Revision 1.6 2001/01/22 07:57:20 raasch 74 ! Module test_variables removed 75 ! 76 ! Revision 1.5 2000/12/28 13:38:00 raasch 77 ! Advec_particles is called unconditionally 78 ! 79 ! Revision 1.4 2000/07/03 13:01:02 raasch 80 ! module pointer_interfaces added to reduce cpu-time and memory demands 81 ! of the compilation process, actual argument "work" eliminated from 82 ! parameter list of diffusion_e 83 ! 84 ! Revision 1.3 2000/04/27 07:09:57 raasch 85 ! Temperature offset is added at cyclic boundaries (x-direction) when using 86 ! a sloping surface 87 ! 88 ! Revision 1.2 2000/04/13 15:04:28 schroeter 89 ! 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 of 92 ! subroutines diffusion_e, buyoancy, production_e 17 93 ! 18 94 ! Revision 1.1 2000/04/13 14:56:27 schroeter
Note: See TracChangeset
for help on using the changeset viewer.