Changeset 708 for palm


Ignore:
Timestamp:
Mar 29, 2011 12:34:54 PM (13 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
14 edited

Legend:

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

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! bc_lr/ns replaced by bc_lr/ns_cyc
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/check_parameters.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! setting of bc_lr/ns_dirrad/raddir
     6!
    77!
    88! Former revisions:
    99! -----------------
    10 !
    11 ! 689 2011-02-20 19:31:12z gryschka
     10! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! setting of bc_lr/ns_dirrad/raddir
     14!
     15! 689 2011-02-20 19:31:12z gryschka
    1216! Bugfix for some logical expressions
    1317! (syntax was not compatible with all compilers)
  • palm/trunk/SOURCE/exchange_horiz.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! grid_level directly used as index for MPI data type arrays,
    7 ! bc_lr/ns replaced by bc_lr/ns_cyc
     6!
    87!
    98! Former revisions:
    109! -----------------
     10! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! grid_level directly used as index for MPI data type arrays,
     14! bc_lr/ns replaced by bc_lr/ns_cyc
    1115!
    1216! 689 2011-02-20 19:31:12z gryschka
  • palm/trunk/SOURCE/exchange_horiz_2d.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc
     6!
    77!
    88! Former revisions:
     
    1010! $Id$
    1111!
     12! 707 2011-03-29 11:39:40Z raasch
     13! bc_lr/ns replaced by bc_lr/ns_cyc
     14!
    1215! 702 2011-03-24 19:33:15Z suehring
    1316! Bugfix in declaration of ar in exchange_horiz_2d_int and number of MPI-blocks
  • palm/trunk/SOURCE/header.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! bc_lr/ns replaced by bc_lr/ns_cyc
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/init_3d_model.f90

    r707 r708  
    77! Current revisions:
    88! -----------------
     9!
     10!
     11! Former revisions:
     12! -----------------
     13! $Id$
     14!
     15! 707 2011-03-29 11:39:40Z raasch
    916! p_sub renamed p_loc and allocated depending on the chosen pressure solver,
    1017! initial assignments of zero to array p for iterative solvers only,
    1118! bc_lr/ns replaced by bc_lr/ns_dirrad/raddir
    1219!
    13 ! Former revisions:
    14 ! -----------------
    15 ! 680 2011-02-04 23:16:06Z gryschka $
     20! 680 2011-02-04 23:16:06Z gryschka
    1621! bugfix: volume_flow_control
    1722!
  • palm/trunk/SOURCE/init_grid.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! bc_lr/ns replaced by bc_lr/ns_cyc
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
     
    540543
    541544!
    542 !-- Test output of nzb_local -1:ny+1,-1:nx+1
    543 !    WRITE (9,*)  '*** nzb_local ***'
    544 !    DO  j = ny+1, -1, -1
    545 !       WRITE (9,'(194(1X,I2))')  ( nzb_local(j,i), i = -1, nx+1 )
    546 !    ENDDO
    547 
    548 !
    549545!-- Consistency checks and index array initialization are only required for
    550546!-- non-flat topography, also the initialization of topography height arrays
  • palm/trunk/SOURCE/init_pegrid.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc/dirrad/raddir
     6!
    77!
    88! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!!
     
    1212! -----------------
    1313! $Id$
     14!
     15! 707 2011-03-29 11:39:40Z raasch
     16! bc_lr/ns replaced by bc_lr/ns_cyc/dirrad/raddir
    1417!
    1518! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/modules.f90

    r707 r708  
    55! Current revisions:
    66! -----------------
     7!
     8!
     9! Former revisions:
     10! -----------------
     11! $Id$
     12!
     13! 707 2011-03-29 11:39:40Z raasch
    714! +bc_lr_dirrad, bc_lr_raddir, bc_ns_dirrad, bc_ns_raddir, left_border_pe,
    815! north_border_pe, right_border_pe, south_border_pe
    916! p_sub renamed p_loc
    10 !
    11 ! Former revisions:
    12 ! -----------------
    13 ! $Id$
    1417!
    1518! 683 2011-02-09 14:25:15Z raasch
  • palm/trunk/SOURCE/poismg.f90

    r707 r708  
    77! Current revisions:
    88! -----------------
     9!
     10!
     11! Former revisions:
     12! -----------------
     13! $Id$
     14!
     15! 707 2011-03-29 11:39:40Z raasch
    916! p_loc is used instead of p in the main routine (poismg).
    1017! On coarse grid levels, gathered data are identically processed on all PEs
     
    1522! resid and restrict. They were missed before which may have led to
    1623! unpredictable results.
    17 !
    18 ! Former revisions:
    19 ! -----------------
    20 ! $Id$
    2124!
    2225! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/pres.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
    613! Calculation of weighted average of p is now handled in the same way
    714! regardless of the number of ghost layers (advection scheme),
     
    1017! localsum calculation modified for proper OpenMP reduction,
    1118! bc_lr/ns replaced by bc_lr/ns_cyc
    12 !
    13 ! Former revisions:
    14 ! -----------------
    15 ! $Id$
    1619!
    1720! 693 2011-03-08 09:..:..Z raasch
  • palm/trunk/SOURCE/sor.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! bc_lr/ns replaced by bc_lr/ns_cyc
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/time_integration.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc,
    7 ! calls of exchange_horiz are modified,
    8 ! adaption to slooping surface,
     6!
    97!
    108! Former revisions:
    119! -----------------
    1210! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! bc_lr/ns replaced by bc_lr/ns_cyc, calls of exchange_horiz are modified,
     14! adaption to sloping surface
    1315!
    1416! 667  2010-12-23 12:06:00Z suehring/gryschka
  • palm/trunk/SOURCE/timestep.f90

    r707 r708  
    44! Current revisions:
    55! -----------------
    6 ! bc_lr/ns replaced by bc_lr/ns_cyc
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 707 2011-03-29 11:39:40Z raasch
     13! bc_lr/ns replaced by bc_lr/ns_cyc
    1114!
    1215! 667 2010-12-23 12:06:00Z suehring/gryschka
Note: See TracChangeset for help on using the changeset viewer.