Changeset 674 for palm/trunk/SOURCE


Ignore:
Timestamp:
Jan 18, 2011 4:33:31 PM (13 years ago)
Author:
suehring
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/advec_ws.f90

    r673 r674  
    55! Current revisions:
    66! -----------------
     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
    713! Allocation of weight_substep moved to init_3d_model.
    814! Declaration of ws_scheme_sca and ws_scheme_mom moved to check_parameters.
    915! 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).
    1617!
    1718! Initial revision
  • palm/trunk/SOURCE/check_parameters.f90

    r673 r674  
    44! Current revisions:
    55! -----------------
    6 ! Declaration of ws_scheme_sca and ws_scheme_mom added (moved from
    7 ! advec_ws.f90).
    86!
    97! Former revisions:
    108! -----------------
    119! $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).
    1213!
    1314! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/data_output_2d.f90

    r673 r674  
    44! Current revisions:
    55! -----------------
    6 ! When using Multigrid or SOR solver an additional CALL exchange_horiz is
    7 ! is needed for pressure output.
     6!
    87! Former revisions:
    98! -----------------
    109! $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.
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/data_output_3d.f90

    r673 r674  
    44! Current revisions:
    55! -----------------
    6 ! When using Multigrid or SOR solver an additional CALL exchange_horiz is
    7 ! is needed for pressure output.
     6!
    87! Former revisions:
    98! -----------------
    109! $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.
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/flow_statistics.f90

    r673 r674  
    44! Current revisions:
    55! -----------------
    6 ! Top bc for the horizontal velocity variances added for ocean runs.
    7 ! Setting the corresponding bottom bc moved to advec_ws.
    86!
    97! Former revisions:
    108! -----------------
    119! $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.
    1214!
    1315! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/init_3d_model.f90

    r673 r674  
    77! Current revisions:
    88! -----------------
     9!
     10! Former revisions:
     11! -----------------
     12! $Id$
     13!
     14! 673 2011-01-18 16:19:48Z suehring
    915! weight_substep (moved from advec_ws) and weight_pres added.
    1016! Allocate p_sub when using Multigrid or SOR solver.
    1117! Call of ws_init moved behind the if requests.
    12 ! Former revisions:
    13 ! -----------------
    14 ! $Id$
    1518!
    1619! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/modules.f90

    r673 r674  
    55! Current revisions:
    66! -----------------
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 673 2011-01-18 16:19:48Z suehring
    713! +weight_pres to weight the respective contribution of the Runge-Kutta
    814! substeps. +p_sub to buffer the intermediate contributions for Multigrid and
    915! SOR.
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1316!
    1417! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/pres.f90

    r673 r674  
    44! Current revisions:
    55! -----------------
    6 ! Weighting coefficients added for right computation of the pressure during
    7 ! Runge-Kutta substeps.
     6!
    87! Former revisions:
    98! -----------------
    109! $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.
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/prognostic_equations.f90

    r673 r674  
    44! Current revisions:
    55! -----------------
    6 ! Consideration of the pressure gradient (steered by tsc(4)) during the time
    7 ! integration removed.
     6!
    87! Former revisions:
    98! -----------------
    109! $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.
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/timestep_scheme_steering.f90

    r673 r674  
    44! Current revisions:
    55! -----------------
    6 ! No pressure term during time integration (tsc(4)=0.0).
    76!
    87! Former revisions:
    98! -----------------
    109! $Id$
     10!
     11! 673 2011-01-18 16:19:48Z suehring
     12! No pressure term during time integration (tsc(4)=0.0).
     13!
    1114! RCS Log replace by Id keyword, revision history cleaned up
    1215!
Note: See TracChangeset for help on using the changeset viewer.