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

    r3655 r4180  
    2727! add subroutine and variable description
    2828!
    29 ! 3302 2018-10-03 02:39:40Z raasch
    30 ! small message change
    31 !
    32 ! 3294 2018-10-01 02:37:10Z raasch
    33 ! ocean renamed ocean_mode
    34 !
    35 ! 3045 2018-05-28 07:55:41Z Giersch
    36 ! Error message revised
    37 !
    38 ! 2718 2018-01-02 08:49:38Z maronga
    39 ! Corrected "Former revisions" section
    40 !
    41 ! 2696 2017-12-14 17:12:51Z kanani
    42 ! Change in file header (GPL part)
    43 !
    44 ! 2233 2017-05-30 18:08:54Z suehring
    45 !
    46 ! 2232 2017-05-30 17:47:52Z suehring
    47 ! Adjustments to new topography and surface concept
    48 !
    49 ! 2000 2016-08-20 18:09:15Z knoop
    50 ! Forced header and separation lines into 80 columns
    51 !
    52 ! 1862 2016-04-14 09:07:42Z hoffmann
    53 ! Bugfix: In case of vector machine optimized model runs, sums_ls_l should not
    54 ! be addressed if large_scale_forcing is false because sums_ls_l is not
    55 ! allocated.
    56 !
    57 ! 1850 2016-04-08 13:29:27Z maronga
    58 ! Module renamed
    59 !
    60 ! 1729 2015-11-20 11:01:48Z gronemeier
    61 ! Bugfix: shifting of initial profiles only once each time step
    62 !
    63 ! 1682 2015-10-07 23:56:08Z knoop
    64 ! Code annotations made doxygen readable
    65 !
    66 ! 1489 2014-10-30 08:09:12Z raasch
    67 ! bugfix: sums_ls_l can only be used if large_scale_forcing is switched on
    68 !
    69 ! 1382 2014-04-30 12:15:41Z boeske
    70 ! Changed the weighting factor that is used in the summation of subsidence
    71 ! tendencies for profile data output from weight_pres to weight_substep
    72 ! added Neumann boundary conditions for profile data output of subsidence terms
    73 ! at nzt+1
    74 !
    75 ! 1380 2014-04-28 12:40:45Z heinze
    76 ! Shifting only necessary in case of scalar Rayleigh damping
    77 !
    78 ! 1365 2014-04-22 15:03:56Z boeske
    79 ! Summation of subsidence tendencies for data output added
    80 ! +ls_index, sums_ls_l, tmp_tend
    81 !
    82 ! 1353 2014-04-08 15:21:23Z heinze
    83 ! REAL constants provided with KIND-attribute
    84 !
    85 ! 1320 2014-03-20 08:40:49Z raasch
    86 ! ONLY-attribute added to USE-statements,
    87 ! kind-parameters added to all INTEGER and REAL declaration statements,
    88 ! kinds are defined in new module kinds,
    89 ! old module precision_kind is removed,
    90 ! revision history before 2012 removed,
    91 ! comment fields (!:) to be used for variable explanations added to
    92 ! all variable declaration statements
    93 !
    94 ! 1036 2012-10-22 13:43:42Z raasch
    95 ! code put under GPL (PALM 3.9)
    96 !
    97 ! Revision 3.7 2009-12-11 14:15:58Z heinze
    98 ! Initial revision
    9929!
    10030! Description:
Note: See TracChangeset for help on using the changeset viewer.