Changeset 674 for palm/trunk
- Timestamp:
- Jan 18, 2011 4:33:31 PM (14 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_ws.f90
r673 r674 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id: advec_s_ws.f90 411 2009-12-11 12:31:43 Z suehring $ 11 ! 12 ! 411 2009-12-11 12:31:43 Z suehring 7 13 ! Allocation of weight_substep moved to init_3d_model. 8 14 ! Declaration of ws_scheme_sca and ws_scheme_mom moved to check_parameters. 9 15 ! Setting bc for the horizontal velocity variances added (moved from 10 ! flow_statistics) 11 ! 12 ! Former revisions: 13 ! ----------------- 14 ! $Id: advec_s_ws.f90 411 2009-12-11 12:31:43 Z suehring $ 15 ! 16 ! flow_statistics). 16 17 ! 17 18 ! Initial revision -
palm/trunk/SOURCE/check_parameters.f90
r673 r674 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Declaration of ws_scheme_sca and ws_scheme_mom added (moved from7 ! advec_ws.f90).8 6 ! 9 7 ! Former revisions: 10 8 ! ----------------- 11 9 ! $Id$ 10 ! 11 ! 673 2011-01-18 16:19:48Z suehring 12 ! Declaration of ws_scheme_sca and ws_scheme_mom added (moved from advec_ws). 12 13 ! 13 14 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/data_output_2d.f90
r673 r674 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! When using Multigrid or SOR solver an additional CALL exchange_horiz is 7 ! is needed for pressure output. 6 ! 8 7 ! Former revisions: 9 8 ! ----------------- 10 9 ! $Id$ 10 ! 11 ! 673 2011-01-18 16:19:48Z suehring 12 ! When using Multigrid or SOR solver an additional CALL exchange_horiz is 13 ! is needed for pressure output. 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/data_output_3d.f90
r673 r674 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! When using Multigrid or SOR solver an additional CALL exchange_horiz is 7 ! is needed for pressure output. 6 ! 8 7 ! Former revisions: 9 8 ! ----------------- 10 9 ! $Id$ 10 ! 11 ! 673 2011-01-18 16:19:48Z suehring 12 ! When using Multigrid or SOR solver an additional CALL exchange_horiz is 13 ! is needed for pressure output. 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/flow_statistics.f90
r673 r674 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Top bc for the horizontal velocity variances added for ocean runs.7 ! Setting the corresponding bottom bc moved to advec_ws.8 6 ! 9 7 ! Former revisions: 10 8 ! ----------------- 11 9 ! $Id$ 10 ! 11 ! 673 2011-01-18 16:19:48Z suehring 12 ! Top bc for the horizontal velocity variances added for ocean runs. 13 ! Setting the corresponding bottom bc moved to advec_ws. 12 14 ! 13 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/init_3d_model.f90
r673 r674 7 7 ! Current revisions: 8 8 ! ----------------- 9 ! 10 ! Former revisions: 11 ! ----------------- 12 ! $Id$ 13 ! 14 ! 673 2011-01-18 16:19:48Z suehring 9 15 ! weight_substep (moved from advec_ws) and weight_pres added. 10 16 ! Allocate p_sub when using Multigrid or SOR solver. 11 17 ! Call of ws_init moved behind the if requests. 12 ! Former revisions:13 ! -----------------14 ! $Id$15 18 ! 16 19 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/modules.f90
r673 r674 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 673 2011-01-18 16:19:48Z suehring 7 13 ! +weight_pres to weight the respective contribution of the Runge-Kutta 8 14 ! substeps. +p_sub to buffer the intermediate contributions for Multigrid and 9 15 ! SOR. 10 ! Former revisions:11 ! -----------------12 ! $Id$13 16 ! 14 17 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/pres.f90
r673 r674 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Weighting coefficients added for right computation of the pressure during 7 ! Runge-Kutta substeps. 6 ! 8 7 ! Former revisions: 9 8 ! ----------------- 10 9 ! $Id$ 10 ! 11 ! 673 2011-01-18 16:19:48Z suehring 12 ! Weighting coefficients added for right computation of the pressure during 13 ! Runge-Kutta substeps. 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/prognostic_equations.f90
r673 r674 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Consideration of the pressure gradient (steered by tsc(4)) during the time 7 ! integration removed. 6 ! 8 7 ! Former revisions: 9 8 ! ----------------- 10 9 ! $Id$ 10 ! 11 ! 673 2011-01-18 16:19:48Z suehring 12 ! Consideration of the pressure gradient (steered by tsc(4)) during the time 13 ! integration removed. 11 14 ! 12 15 ! 667 2010-12-23 12:06:00Z suehring/gryschka -
palm/trunk/SOURCE/timestep_scheme_steering.f90
r673 r674 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! No pressure term during time integration (tsc(4)=0.0).7 6 ! 8 7 ! Former revisions: 9 8 ! ----------------- 10 9 ! $Id$ 10 ! 11 ! 673 2011-01-18 16:19:48Z suehring 12 ! No pressure term during time integration (tsc(4)=0.0). 13 ! 11 14 ! RCS Log replace by Id keyword, revision history cleaned up 12 15 !
Note: See TracChangeset
for help on using the changeset viewer.