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

    r3655 r4180  
    2727! Modularization of all bulk cloud physics code components
    2828!
    29 ! 3049 2018-05-29 13:52:36Z Giersch
    30 ! Error messages revised
    31 !
    32 ! 3045 2018-05-28 07:55:41Z Giersch
    33 ! Error message revised
    34 !
    35 ! 2718 2018-01-02 08:49:38Z maronga
    36 ! Corrected "Former revisions" section
    37 !
    38 ! 2696 2017-12-14 17:12:51Z kanani
    39 ! Change in file header (GPL part)
    40 !
    41 ! 2233 2017-05-30 18:08:54Z suehring
    42 !
    43 ! 2232 2017-05-30 17:47:52Z suehring
    44 ! Adjust to new surface structure. Transfer 1D surface fluxes onto 2D grid
    45 ! (and back).
    46 !
    47 ! 2031 2016-10-21 15:11:58Z knoop
    48 ! renamed variable rho to rho_ocean
    49 !
    50 ! 2000 2016-08-20 18:09:15Z knoop
    51 ! Forced header and separation lines into 80 columns
    52 !
    53 ! 1682 2015-10-07 23:56:08Z knoop
    54 ! Code annotations made doxygen readable
    55 !
    56 ! 1427 2014-07-07 14:04:59Z maronga
    57 ! Bugfix: value of l_v corrected.
    58 !
    59 ! 1418 2014-06-06 13:05:08Z fricke
    60 ! Bugfix: For caluclation of the salinity flux at the sea surface,
    61 !          the given value for salinity must be in percent and not in psu
    62 !
    63 ! 1353 2014-04-08 15:21:23Z heinze
    64 ! REAL constants provided with KIND-attribute
    65 !
    66 ! 1324 2014-03-21 09:13:16Z suehring
    67 ! Bugfix: ONLY statement for module pegrid removed
    68 !
    69 ! 1322 2014-03-20 16:38:49Z raasch
    70 ! REAL constants defined as wp-kind
    71 !
    72 ! 1320 2014-03-20 08:40:49Z raasch
    73 ! ONLY-attribute added to USE-statements,
    74 ! kind-parameters added to all INTEGER and REAL declaration statements,
    75 ! kinds are defined in new module kinds,
    76 ! old module precision_kind is removed,
    77 ! revision history before 2012 removed,
    78 ! comment fields (!:) to be used for variable explanations added to
    79 ! all variable declaration statements
    80 !
    81 ! 1318 2014-03-17 13:35:16Z raasch
    82 ! module interfaces removed
    83 !
    84 ! 1092 2013-02-02 11:24:22Z raasch
    85 ! unused variables removed
    86 !
    87 ! 1036 2012-10-22 13:43:42Z raasch
    88 ! code put under GPL (PALM 3.9)
    89 !
    90 ! 880 2012-04-13 06:28:59Z raasch
    91 ! Bugfix: preprocessor statements for parallel execution added
    92 !
    93 ! 109 2007-08-28 15:26:47Z letzel
    94 ! Initial revision
    9529!
    9630! Description:
Note: See TracChangeset for help on using the changeset viewer.