Changeset 1765 for palm/trunk


Ignore:
Timestamp:
Feb 28, 2016 1:30:40 PM (8 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1764 r1765  
    2020# Current revisions:
    2121# ------------------
    22 # update dependency of check_parameters, header, local_stop,
    23 # pmc_handle_communicator
     22#
    2423#
    2524# Former revisions:
    2625# -----------------
    2726# $Id$
    28 #
     27#
     28# 1764 2016-02-28 12:45:19Z raasch
     29# several updates of dependencies
     30#
    2931# 1762 2016-02-25 12:31:13Z hellstea
    3032# +pmc_interface, +pmc routines
  • palm/trunk/SOURCE/boundary_conds.f90

    r1764 r1765  
    1919! Current revisions:
    2020! -----------------
    21 ! index bug for u_p at left outflow removed
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! index bug for u_p at left outflow removed
    2629!
    2730! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/check_parameters.f90

    r1764 r1765  
    1919! Current revisions:
    2020! -----------------
    21 ! output of nest id in run description header,
    22 ! bugfix: check of validity of lateral boundary conditions moved to parin
    2321!
     22!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! output of nest id in run description header,
     29! bugfix: check of validity of lateral boundary conditions moved to parin
    2730!
    2831! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/header.f90

    r1764 r1765  
    1919! Current revisions:
    2020! -----------------
    21 ! output of nesting informations
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! output of nesting informations
    2629!
    2730! 1697 2015-10-28 17:14:10Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1764 r1765  
    1919! Current revisions:
    2020! ------------------
    21 ! bugfix: increase size of volume_flow_area_l and volume_flow_initial_l by 1
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! bugfix: increase size of volume_flow_area_l and volume_flow_initial_l by 1
    2629!
    2730! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/init_pegrid.f90

    r1764 r1765  
    1919! Current revisions:
    2020! ------------------
    21 ! cpp-statements for nesting removed
    2221!
     22!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! cpp-statements for nesting removed
    2629!
    2730! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/local_stop.f90

    r1764 r1765  
    1919! Current revisions:
    2020! -----------------
    21 ! abort with MPI_COMM_WORLD added, nested runs always abort with MPI_ABORT
    2221!
     22!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! abort with MPI_COMM_WORLD added, nested runs always abort with MPI_ABORT
    2629!
    2730! 1682 2015-10-07 23:56:08Z knoop
  • palm/trunk/SOURCE/message.f90

    r1764 r1765  
    1919! Current revisions:
    2020! -----------------
    21 ! nest id added to header string, add linefeed to stdout to get messages better
    22 ! seperatedvfrom the location messages,
    23 ! in case of nested runs, location messages are given only by the root domain
    24 !
     21!
     22!
    2523! Former revisions:
    2624! -----------------
    2725! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! nest id added to header string, add linefeed to stdout to get messages better
     29! seperated from the location messages,
     30! in case of nested runs, location messages are given only by the root domain
    2831!
    2932! 1682 2015-10-07 23:56:08Z knoop
  • palm/trunk/SOURCE/modules.f90

    r1764 r1765  
    1919! Current revisions:
    2020! ------------------
    21 ! some reformatting
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! some reformatting
    2629!
    2730! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/palm.f90

    r1764 r1765  
    1919! Current revisions:
    2020! -----------------
    21 ! cpp-statements for nesting removed, communicator settings cleaned up
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! cpp-statements for nesting removed, communicator settings cleaned up
    2629!
    2730! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/parin.f90

    r1764 r1765  
    1919! Current revisions:
    2020! -----------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
    2128! cpp-statements for nesting removed, explicit settings of boundary conditions
    2229! in nest domains,
     
    2431! bugfix: check of lateral boundary conditions from check_parameters to here,
    2532! because they will be already used in init_pegrid and init_grid
    26 !
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    3033!
    3134! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/pmc_client.f90

    r1764 r1765  
    2020! Current revisions:
    2121! ------------------
    22 ! cpp-statement added (nesting can only be used in parallel mode),
    23 ! all kinds given in PALM style
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1764 2016-02-28 12:45:19Z raasch
     29! cpp-statement added (nesting can only be used in parallel mode),
     30! all kinds given in PALM style
    2831!
    2932! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/pmc_general.f90

    r1764 r1765  
    2020! Current revisions:
    2121! ------------------
    22 ! cpp-statement added (nesting can only be used in parallel mode),
    23 ! all kinds given in PALM style
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1764 2016-02-28 12:45:19Z raasch
     29! cpp-statement added (nesting can only be used in parallel mode),
     30! all kinds given in PALM style
    2831!
    2932! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/pmc_handle_communicator.f90

    r1764 r1765  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1764 2016-02-28 12:45:19Z raasch
    2229! pmc_layout type: comm_cpl and comm_parent removed, character "name" moved at
    2330! the beginning of the variable list,
     
    2633! variable domain_layouts instead of m_couplers introduced for this NAMELIST,
    2734! general format changed to PALM style
    28 !
    29 ! Former revisions:
    30 ! -----------------
    31 ! $Id$
    3235!
    3336! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/pmc_interface.f90

    r1764 r1765  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1764 2016-02-28 12:45:19Z raasch
    2229! +cpl_parent_id,
    2330! cpp-statements for nesting replaced by __parallel statements,
     
    2532! index bugfixes in pmci_interp_tril_all,
    2633! some adjustments to PALM style
    27 !
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    3134!
    3235! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/pmc_mpi_wrapper.f90

    r1764 r1765  
    2020! Current revisions:
    2121! ------------------
    22 ! cpp-statement added (nesting can only be used in parallel mode),
    23 ! kind-parameters adjusted to PALM-kinds
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1764 2016-02-28 12:45:19Z raasch
     29! cpp-statement added (nesting can only be used in parallel mode),
     30! kind-parameters adjusted to PALM-kinds
    2831!
    2932! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/pmc_server.f90

    r1764 r1765  
    2020! Current revisions:
    2121! ------------------
    22 ! cpp-statement added (nesting can only be used in parallel mode)
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1764 2016-02-28 12:45:19Z raasch
     29! cpp-statement added (nesting can only be used in parallel mode)
    2730!
    2831! 1762 2016-02-25 12:31:13Z hellstea
  • palm/trunk/SOURCE/time_integration.f90

    r1764 r1765  
    1919! Current revisions:
    2020! ------------------
    21 ! PMC_ACTIVE flags removed,
    22 ! nest synchronization after first call of timestep
     21!
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1764 2016-02-28 12:45:19Z raasch
     28! PMC_ACTIVE flags removed,
     29! bugfix: nest synchronization after first call of timestep
    2730!
    2831! 1762 2016-02-25 12:31:13Z hellstea
Note: See TracChangeset for help on using the changeset viewer.