Changes in palm/trunk/SOURCE/flow_statistics.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: flow_statistics.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.41 2006/08/04 14:37:50 raasch 12 14 ! Error removed in non-parallel part (sums_l) 13 !14 ! Revision 1.40 2006/04/26 14:06:01 raasch15 ! Call of omp_get_thread_num written as comment line. Since lcmuk does not16 ! understand this comment, a cpp-directive is required.17 !18 ! Revision 1.39 2006/04/26 12:19:16 raasch19 ! OpenMP optimization, thread number added as third dimension of sums_l,20 ! nzb_s_inner(j,i) replaced by nzb in determination of z_i21 !22 ! Revision 1.38 2006/02/23 12:23:15 raasch23 ! nzb and nzb_diff replaced by nzb_s_outer and nzb_diff_s_outer resrectively,24 ! nanz_sums, nanz_2dh, nanz_3d renamed ngp_sums, ngp_2dh and ngp_3d,25 ! respectively,26 ! ngp_2dh and ngp_3d partially replaced by ngp_2dh_outer and ngp_3d_inner,27 ! respectively28 !29 ! Revision 1.37 2005/12/06 16:40:21 raasch30 ! Calculation of ql (54) profile in case of using cloud droplets31 !32 ! Revision 1.36 2005/04/23 09:10:27 raasch33 ! +local array sums_ll instead of temporarily using sums_l34 !35 ! Revision 1.35 2004/04/30 11:46:56 raasch36 ! leap_frog changed to time_integration37 !38 ! Revision 1.34 2003/05/09 14:25:12 raasch39 ! Parameters in MPI_ALLREDUCE call changed40 !41 ! Revision 1.33 2003/03/31 15:42:53 raasch42 ! Calculation of horizontal temperature fluxes modified and cleaned up43 !44 ! Revision 1.32 2003/03/16 09:39:07 raasch45 ! Two underscores (_) are placed in front of all define-strings46 !47 ! Revision 1.31 2003/03/12 16:30:07 raasch48 ! Calculation of perturbation and total energy of the total domain49 ! re-arranged in order to allow vectorization of the respective loop50 !51 ! Revision 1.30 2003/03/04 11:26:35 raasch52 ! Error in calculation of the vertical flux of resolved scale energy53 ! (profile 57) removed54 !55 ! Revision 1.29 2002/12/19 14:50:02 raasch56 ! STOP statement replaced by call of subroutine local_stop57 !58 ! Revision 1.28 2002/04/16 08:04:19 raasch59 ! Error in passive scalar profile (hom(..41..)) removed60 !61 ! Revision 1.27 2002/04/11 16:31:03 schroeter62 ! No changes.63 !64 ! Revision 1.26 2001/09/04 12:00:12 12:00:12 raasch (Siegfried Raasch)65 ! Calculation of the vertical flux of resolved scale energy and pressure66 ! fluctuations67 !68 ! Revision 1.25 2001/08/21 08:32:24 raasch69 ! Special calculation of surface fluxes whenever they are prescribed (not only70 ! in case of a Prandtl layer), call of user_interface71 !72 ! Revision 1.24 2001/03/30 07:23:34 raasch73 ! Translation of remaining German identifiers (variables, subroutines, etc.)74 !75 ! Revision 1.23 2001/02/07 06:48:25 raasch76 ! Error in non-parallel passive scalar code removed77 !78 ! Revision 1.22 2001/01/29 12:25:02 raasch79 ! Passive scalar is considered80 !81 ! Revision 1.21 2001/01/22 06:49:27 raasch82 ! Module test_variables removed83 !84 ! Revision 1.20 2000/04/13 13:54:15 schroeter85 ! + computation of new profiles for calculations with86 ! cloud_physics87 !88 ! Revision 1.19 2000/01/26 09:32:58 09:32:58 letzel (Marcus Letzel)89 ! All comments translated into English90 !91 ! Revision 1.16 1998/04/21 15:54:54 raasch92 ! Berechnung von w* beruecksichtigt jetzt den Fall z_i=0,93 ! Faktor 0.5 bei Energietransport hinzugefuegt94 !95 ! Revision 1.6 1998/02/10 15:06:02 raasch96 ! Berechnung des Gesamtwaermestroms, in aufgeloesten Waermestroemen wird das97 ! horizontale Temperaturmittel nicht mehr abgezogen, Berechnung der98 ! Gesamtimpulsfluesse99 15 ! 100 16 ! Revision 1.1 1997/08/11 06:15:17 raasch
Note: See TracChangeset
for help on using the changeset viewer.