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/message.f90

    r4097 r4180  
    3838! Minor formating changes
    3939!
    40 ! 3247 2018-09-14 07:06:30Z sward
    41 ! Subroutine description updated and parin_fail_message now also outputs
    42 ! the line number in which namelist reading failed
    43 !
    44 ! 3246 2018-09-13 15:14:50Z sward
    45 ! Added SUBROUTINE parin_fail_message for error handling of input namelists
    46 !
    47 ! 3241 2018-09-12 15:02:00Z raasch
    48 ! unused variables removed
    49 !
    50 ! 3019 2018-05-13 07:05:43Z maronga
    51 ! Temporaraly deactivate MPI_BARRIER as long as nested systems freeze due to
    52 ! asynchronous calls of location_message.
    53 !
    54 ! 2961 2018-04-12 10:13:48Z suehring
    55 ! Synchronize location message between parent and child. Message will be not
    56 ! flushed before all models finished their respective task. 
    57 !
    58 ! 2932 2018-03-26 09:39:22Z maronga
    59 ! Corrected "Former revisions" section
    60 !
    61 ! 2696 2017-12-14 17:12:51Z kanani
    62 ! Change in file header (GPL part)
    63 !
    64 ! 2101 2017-01-05 16:42:31Z suehring
    65 !
    66 ! 2000 2016-08-20 18:09:15Z knoop
    67 ! Forced header and separation lines into 80 columns
    68 !
    69 ! 1808 2016-04-05 19:44:00Z raasch
    70 ! routine local_flush replaced by FORTRAN statement
    71 !
    72 ! 1764 2016-02-28 12:45:19Z raasch
    73 ! nest id added to header string, add linefeed to stdout to get messages better
    74 ! seperated from the location messages,
    75 ! in case of nested runs, location messages are given only by the root domain
    76 !
    77 ! 1682 2015-10-07 23:56:08Z knoop
    78 ! Code annotations made doxygen readable
    79 !
    80 ! 1664 2015-09-23 06:18:12Z knoop
    81 ! updated information_string_2 to meet the new server structure
    82 !
    83 ! 1402 2014-05-09 14:25:13Z raasch
    84 ! formatting of messages modified
    85 !
    86 ! 1384 2014-05-02 14:31:06Z raasch
    87 ! routine location_message added
    88 !
    89 ! 1320 2014-03-20 08:40:49Z raasch
    90 ! ONLY-attribute added to USE-statements,
    91 ! kind-parameters added to all INTEGER and REAL declaration statements,
    92 ! revision history before 2012 removed,
    93 ! comment fields (!:) to be used for variable explanations added to
    94 ! all variable declaration statements
    95 !
    96 ! 1036 2012-10-22 13:43:42Z raasch
    97 ! code put under GPL (PALM 3.9)
    98 !
    99 ! 213 2008-11-13 10:26:18Z raasch
    100 ! Initial revision
    10140!
    10241! Description:
Note: See TracChangeset for help on using the changeset viewer.