Ignore:
Timestamp:
Aug 21, 2019 2:37:54 PM (5 years ago)
Author:
scharf
Message:

removed comments in 'Former revisions' section that are older than 01.01.2019

File:
1 edited

Legend:

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

    r3888 r4180  
    3838! nestpar renamed to nesting_parameters
    3939!
    40 ! 2841 2018-02-27 15:02:57Z knoop
    41 ! Bugfix: wrong placement of include 'mpif.h' corrected
    42 !
    43 ! 2801 2018-02-14 16:01:55Z thiele
    44 ! Introduce particle transfer in nested models.
    45 !
    46 ! 2718 2018-01-02 08:49:38Z maronga
    47 ! Corrected "Former revisions" section
    48 !
    49 ! 2696 2017-12-14 17:12:51Z kanani
    50 ! Change in file header (GPL part)
    51 ! Bugfix, give Intent(inout) attributes in routine reading nestpar-namelist (MS)
    52 !
    53 ! 2599 2017-11-01 13:18:45Z hellstea
    54 ! Separate peer communicator peer_comm introduced for MPI_INTERCOMM_CREATE.
    55 ! Some cleanup and commenting improvements.
    56 !
    57 ! 2516 2017-10-04 11:03:04Z suehring
    58 ! Remove tabs
    59 !
    60 ! 2514 2017-10-04 09:52:37Z suehring
    61 ! Bugfix, set filepointer to the beginning of the file after namelist read,
    62 ! in order to assure that further namelists are also found.
    63 !
    64 ! 2279 2017-06-12 15:23:44Z suehring
    65 ! Error message text changed
    66 !
    67 ! 2101 2017-01-05 16:42:31Z suehring
    68 !
    69 ! 2013 2016-09-21 13:07:56Z suehring
    70 ! Bugfix in format descriptor
    71 !
    72 ! 2000 2016-08-20 18:09:15Z knoop
    73 ! Forced header and separation lines into 80 columns
    74 !
    75 ! 1938 2016-06-13 15:26:05Z hellstea
    76 ! Minor clean-up.
    77 !
    78 ! 1901 2016-05-04 15:39:38Z raasch
    79 ! Initial version of purely vertical nesting introduced.
    80 ! Code clean up. The words server/client changed to parent/child.
    81 !
    82 ! 1900 2016-05-04 15:27:53Z raasch
    83 ! re-formatting to match PALM style
    84 !
    85 ! 1882 2016-04-20 15:24:46Z hellstea
    86 ! MPI_BCAST-calls to broadcast nesting_mode and nesting_datatransfer_mode
    87 ! are moved out from the DO i = 1, m_ncpl loop.
    88 !
    89 ! 1850 2016-04-08 13:29:27Z maronga
    90 ! Module renamed
    91 !
    92 ! 1808 2016-04-05 19:44:00Z raasch
    93 ! MPI module used by default on all machines
    94 !
    95 ! 1797 2016-03-21 16:50:28Z raasch
    96 ! introduction of different datatransfer modes,
    97 ! export of comm_world_nesting
    98 !
    99 ! 1791 2016-03-11 10:41:25Z raasch
    100 ! m_nrofcpl renamed m_ncpl,
    101 ! pmc_get_local_model_info renamed pmc_get_model_info, some keywords also
    102 ! renamed and some added,
    103 ! debug write-statements commented out
    104 !
    105 ! 1786 2016-03-08 05:49:27Z raasch
    106 ! Bugfix: nesting_mode is broadcast now
    107 !
    108 ! 1779 2016-03-03 08:01:28Z raasch
    109 ! only the total number of PEs is given in the nestpar-NAMELIST,
    110 ! additional comments included
    111 !
    112 ! 1764 2016-02-28 12:45:19Z raasch
    113 ! pmc_layout type: comm_cpl and comm_parent removed, character "name" moved at
    114 ! the beginning of the variable list,
    115 ! domain layout is read with new NAMELIST nestpar from standard file PARIN,
    116 ! MPI-datatype REAL8 replaced by REAL, kind=8 replaced by wp,
    117 ! variable domain_layouts instead of m_couplers introduced for this NAMELIST,
    118 ! general format changed to PALM style
    119 !
    120 ! 1762 2016-02-25 12:31:13Z hellstea
    121 ! Initial revision by K. Ketelsen
    12240!
    12341! Description:
Note: See TracChangeset for help on using the changeset viewer.