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

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