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

    r4048 r4180  
    4242! Implementation of the PALM module interface
    4343!
    44 ! 3597 2018-12-04 08:40:18Z maronga
    45 ! Added theta_2m
    46 !
    47 ! 3589 2018-11-30 15:09:51Z suehring
    48 ! Move the control parameter "salsa" from salsa_mod to control_parameters
    49 ! (M. Kurppa)
    50 !
    51 ! 3582 2018-11-29 19:16:36Z suehring
    52 ! dom_dwd_user:
    53 ! Clean up biometeorology call
    54 !
    55 ! 3525 2018-11-14 16:06:14Z kanani
    56 ! Changes related to clean-up of biometeorology (dom_dwd_user)
    57 !
    58 ! 3467 2018-10-30 19:05:21Z suehring
    59 ! Implementation of a new aerosol module salsa.
    60 !
    61 ! 3448 2018-10-29 18:14:31Z kanani
    62 ! Adjustment of biometeorology calls
    63 !
    64 ! 3421 2018-10-24 18:39:32Z gronemeier
    65 ! Renamed output variables
    66 !
    67 ! 3419 2018-10-24 17:27:31Z gronemeier
    68 ! (from resler branch)
    69 ! Add biometeorology output,
    70 ! fix for chemistry output,
    71 ! move of urban surface output
    72 !
    73 ! 3294 2018-10-01 02:37:10Z raasch
    74 ! changes concerning modularization of ocean option
    75 !
    76 ! 3274 2018-09-24 15:42:55Z knoop
    77 ! Modularization of all bulk cloud physics code components
    78 !
    79 ! 3004 2018-04-27 12:33:25Z Giersch
    80 ! Further allocation checks implemented, case z0q* added
    81 !
    82 ! 2885 2018-03-14 11:02:46Z Giersch
    83 ! Preliminary gust module interface implemented
    84 !
    85 ! 2797 2018-02-08 13:24:35Z suehring
    86 ! Enable output of ground-heat flux also at urban surfaces.
    87 !
    88 ! 2766 2018-01-22 17:17:47Z kanani
    89 ! Removed preprocessor directive __chem
    90 !
    91 ! 2742 2018-01-12 14:59:47Z suehring
    92 ! Enable output of surface temperature
    93 !
    94 ! 2735 2018-01-11 12:01:27Z suehring
    95 ! output of r_a moved from land-surface to consider also urban-type surfaces
    96 !
    97 ! 2718 2018-01-02 08:49:38Z maronga
    98 ! Corrected "Former revisions" section
    99 !
    100 ! 2696 2017-12-14 17:12:51Z kanani
    101 ! Change in file header (GPL part)
    102 ! Implement call for turbulence_closure_mod (TG)
    103 ! Implementation of chemistry module (FK)
    104 !
    105 ! 2292 2017-06-20 09:51:42Z schwenkel
    106 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    107 ! includes two more prognostic equations for cloud drop concentration (nc) 
    108 ! and cloud water content (qc). 
    109 !
    110 ! 2233 2017-05-30 18:08:54Z suehring
    111 !
    112 ! 2232 2017-05-30 17:47:52Z suehring
    113 ! Adjustments to new surface concept - additional ghost point exchange
    114 ! of surface variable required
    115 !
    116 ! 2031 2016-10-21 15:11:58Z knoop
    117 ! renamed variable rho to rho_ocean and rho_av to rho_ocean_av
    118 !
    119 ! 2011 2016-09-19 17:29:57Z kanani
    120 ! Flag urban_surface is now defined in module control_parameters,
    121 ! changed prefix for urban surface model output to "usm_",
    122 ! introduced control parameter varnamelength for LEN of trimvar.
    123 !
    124 ! 2007 2016-08-24 15:47:17Z kanani
    125 ! Added support for new urban surface model (temporary modifications of
    126 ! SELECT CASE ( ) necessary, see variable trimvar),
    127 ! added comments in variable declaration section
    128 !
    129 ! 2000 2016-08-20 18:09:15Z knoop
    130 ! Forced header and separation lines into 80 columns
    131 !
    132 ! 1972 2016-07-26 07:52:02Z maronga
    133 ! Output of land surface quantities is now done directly in the respective module
    134 !
    135 ! 1960 2016-07-12 16:34:24Z suehring
    136 ! Treat humidity and passive scalar separately
    137 !
    138 ! 1691 2015-10-26 16:17:44Z maronga
    139 ! Added output of Obukhov length and radiative heating rates for RRTMG.
    140 !
    141 ! 1682 2015-10-07 23:56:08Z knoop
    142 ! Code annotations made doxygen readable
    143 !
    144 ! 1585 2015-04-30 07:05:52Z maronga
    145 ! Adapted for RRTMG
    146 !
    147 ! 1555 2015-03-04 17:44:27Z maronga
    148 ! Added output of r_a and r_s
    149 !
    150 ! 1551 2015-03-03 14:18:16Z maronga
    151 ! Added support for land surface and radiation model parameters.
    152 !
    153 ! 1322 2014-03-20 16:38:49Z raasch
    154 ! REAL functions provided with KIND-attribute
    155 !
    156 ! 1320 2014-03-20 08:40:49Z raasch
    157 ! ONLY-attribute added to USE-statements,
    158 ! kind-parameters added to all INTEGER and REAL declaration statements,
    159 ! kinds are defined in new module kinds,
    160 ! revision history before 2012 removed,
    161 ! comment fields (!:) to be used for variable explanations added to
    162 ! all variable declaration statements
    163 !
    164 ! 1318 2014-03-17 13:35:16Z raasch
    165 ! barrier argument removed from cpu_log,
    166 ! module interfaces removed
    167 !
    168 ! 1115 2013-03-26 18:16:16Z hoffmann
    169 ! +qc
    170 !
    171 ! 1053 2012-11-13 17:11:03Z hoffmann
    172 ! averaging of nr, qr added
    173 !
    174 ! 1036 2012-10-22 13:43:42Z raasch
    175 ! code put under GPL (PALM 3.9)
    176 !
    177 ! 978 2012-08-09 08:28:32Z fricke
    178 ! +z0h_av
    179 !
    180 ! Revision 1.1  2006/02/23 09:48:58  raasch
    181 ! Initial revision
    182 !
    18344!
    18445! Description:
Note: See TracChangeset for help on using the changeset viewer.