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_child_mod.f90

    r3964 r4180  
    4242! explicit kind settings
    4343!
    44 ! 3241 2018-09-12 15:02:00Z raasch
    45 ! unused variables removed
    46 !
    47 ! 2841 2018-02-27 15:02:57Z knoop
    48 ! Bugfix: wrong placement of include 'mpif.h' corrected
    49 !
    50 ! 2809 2018-02-15 09:55:58Z schwenkel
    51 ! Bugfix for gfortran: Replace the function C_SIZEOF with STORAGE_SIZE
    52 !
    53 ! 2801 2018-02-14 16:01:55Z thiele
    54 ! Introduce particle transfer in nested models.
    55 !
    56 ! 2718 2018-01-02 08:49:38Z maronga
    57 ! Corrected "Former revisions" section
    58 !
    59 ! 2696 2017-12-14 17:12:51Z kanani
    60 ! Change in file header (GPL part)
    61 !
    62 ! 2599 2017-11-01 13:18:45Z hellstea
    63 ! Some cleanup and commenting improvements only.
    64 !
    65 ! 2101 2017-01-05 16:42:31Z suehring
    66 !
    67 ! 2000 2016-08-20 18:09:15Z knoop
    68 ! Forced header and separation lines into 80 columns
    69 !
    70 ! 1897 2016-05-03 08:10:23Z raasch
    71 ! Module renamed. Code clean up. The words server/client changed to parent/child.
    72 !
    73 ! 1896 2016-05-03 08:06:41Z raasch
    74 ! re-formatted to match PALM style
    75 !
    76 ! 1850 2016-04-08 13:29:27Z maronga
    77 ! Module renamed
    78 !
    79 !
    80 ! 1833 2016-04-07 14:23:03Z raasch
    81 ! gfortran requires pointer attributes for some array declarations,
    82 ! long line wrapped
    83 !
    84 ! 1808 2016-04-05 19:44:00Z raasch
    85 ! MPI module used by default on all machines
    86 !
    87 ! 1797 2016-03-21 16:50:28Z raasch
    88 ! introduction of different datatransfer modes
    89 !
    90 ! 1791 2016-03-11 10:41:25Z raasch
    91 ! Debug write-statement commented out
    92 !
    93 ! 1786 2016-03-08 05:49:27Z raasch
    94 ! change in child-parent data transfer: parent now gets data from child
    95 ! instead of that child puts it to the parent
    96 !
    97 ! 1783 2016-03-06 18:36:17Z raasch
    98 ! Bugfix: wrong data-type in MPI_WIN_CREATE replaced
    99 !
    100 ! 1779 2016-03-03 08:01:28Z raasch
    101 ! kind=dp replaced by wp, dim_order removed
    102 ! array management changed from linked list to sequential loop
    103 !
    104 ! 1764 2016-02-28 12:45:19Z raasch
    105 ! cpp-statement added (nesting can only be used in parallel mode),
    106 ! all kinds given in PALM style
    107 !
    108 ! 1762 2016-02-25 12:31:13Z hellstea
    109 ! Initial revision by K. Ketelsen
    11044!
    11145! Description:
Note: See TracChangeset for help on using the changeset viewer.