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

    r4162 r4180  
    5757! when using wall/soil spinup)
    5858!
    59 ! 3637 2018-12-20 01:51:36Z knoop
    60 ! Implementation of the PALM module interface
    61 !
    62 ! 3589 2018-11-30 15:09:51Z suehring
    63 ! Move the control parameter "salsa" from salsa_mod to control_parameters
    64 ! (M. Kurppa)
    65 !
    66 ! 3582 2018-11-29 19:16:36Z suehring
    67 ! add variable description; rename variable 'if' into 'ivar'
    68 !
    69 ! 3525 2018-11-14 16:06:14Z kanani
    70 ! Changes related to clean-up of biometeorology (dom_dwd_user)
    71 !
    72 ! 3467 2018-10-30 19:05:21Z suehring
    73 ! Implementation of a new aerosol module salsa.
    74 !
    75 ! 3448 2018-10-29 18:14:31Z kanani
    76 ! Adjustment of biometeorology calls
    77 !
    78 ! 3421 2018-10-24 18:39:32Z gronemeier
    79 ! Renamed output variables
    80 !
    81 ! 3419 2018-10-24 17:27:31Z gronemeier
    82 ! bugfix: nx, ny are required in non-parallel case
    83 !
    84 ! 3337 2018-10-12 15:17:09Z kanani
    85 ! (from branch resler)
    86 ! Add Biometeorology
    87 !
    88 ! 3294 2018-10-01 02:37:10Z raasch
    89 ! changes concerning modularization of ocean option
    90 !
    91 ! 3274 2018-09-24 15:42:55Z knoop
    92 ! Modularization of all bulk cloud physics code components
    93 !
    94 ! 3241 2018-09-12 15:02:00Z raasch
    95 ! unused variables and format statements removed
    96 !
    97 ! 3049 2018-05-29 13:52:36Z Giersch
    98 ! Error messages revised
    99 !
    100 ! 3045 2018-05-28 07:55:41Z Giersch
    101 ! Error message revised
    102 !
    103 ! 3014 2018-05-09 08:42:38Z maronga
    104 ! Added nzb_do and nzt_do for some modules for 3d output
    105 !
    106 ! 3004 2018-04-27 12:33:25Z Giersch
    107 ! Allocation checks implemented (averaged data will be assigned to fill values
    108 ! if no allocation happened so far)
    109 !
    110 ! 2967 2018-04-13 11:22:08Z raasch
    111 ! bugfix: missing parallel cpp-directives added
    112 !
    113 ! 2817 2018-02-19 16:32:21Z knoop
    114 ! Preliminary gust module interface implemented
    115 !
    116 ! 2766 2018-01-22 17:17:47Z kanani
    117 ! Removed preprocessor directive __chem
    118 !
    119 ! 2756 2018-01-16 18:11:14Z suehring
    120 ! Fill values for 3D output of chemical species introduced.
    121 !
    122 ! 2746 2018-01-15 12:06:04Z suehring
    123 ! Move flag plant canopy to modules
    124 !
    125 ! 2718 2018-01-02 08:49:38Z maronga
    126 ! Corrected "Former revisions" section
    127 !
    128 ! 2696 2017-12-14 17:12:51Z kanani
    129 ! Change in file header (GPL part)
    130 ! Implementation of turbulence_closure_mod (TG)
    131 ! Implementation of chemistry module (FK)
    132 ! Set fill values at topography grid points or e.g. non-natural-type surface
    133 ! in case of LSM output (MS)
    134 !
    135 ! 2512 2017-10-04 08:26:59Z raasch
    136 ! upper bounds of 3d output changed from nx+1,ny+1 to nx,ny
    137 ! no output of ghost layer data
    138 !
    139 ! 2292 2017-06-20 09:51:42Z schwenkel
    140 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    141 ! includes two more prognostic equations for cloud drop concentration (nc) 
    142 ! and cloud water content (qc).
    143 !
    144 ! 2233 2017-05-30 18:08:54Z suehring
    145 !
    146 ! 2232 2017-05-30 17:47:52Z suehring
    147 ! Adjustments to new topography concept
    148 !
    149 ! 2209 2017-04-19 09:34:46Z kanani
    150 ! Added plant canopy model output
    151 !
    152 ! 2031 2016-10-21 15:11:58Z knoop
    153 ! renamed variable rho to rho_ocean and rho_av to rho_ocean_av
    154 !
    155 ! 2011 2016-09-19 17:29:57Z kanani
    156 ! Flag urban_surface is now defined in module control_parameters,
    157 ! changed prefix for urban surface model output to "usm_",
    158 ! introduced control parameter varnamelength for LEN of trimvar.
    159 !
    160 ! 2007 2016-08-24 15:47:17Z kanani
    161 ! Added support for new urban surface model (temporary modifications of
    162 ! SELECT CASE ( ) necessary, see variable trimvar)
    163 !
    164 ! 2000 2016-08-20 18:09:15Z knoop
    165 ! Forced header and separation lines into 80 columns
    166 !
    167 ! 1980 2016-07-29 15:51:57Z suehring
    168 ! Bugfix, in order to steer user-defined output, setting flag found explicitly
    169 ! to .F.
    170 !
    171 ! 1976 2016-07-27 13:28:04Z maronga
    172 ! Output of radiation quantities is now done directly in the respective module
    173 !
    174 ! 1972 2016-07-26 07:52:02Z maronga
    175 ! Output of land surface quantities is now done directly in the respective module.
    176 ! Unnecessary directive __parallel removed.
    177 !
    178 ! 1960 2016-07-12 16:34:24Z suehring
    179 ! Scalar surface flux added
    180 !
    181 ! 1849 2016-04-08 11:33:18Z hoffmann
    182 ! prr moved to arrays_3d
    183 !
    184 ! 1822 2016-04-07 07:49:42Z hoffmann
    185 ! prr vertical dimensions set to nzb_do to nzt_do. Unused variables deleted.
    186 !
    187 ! 1808 2016-04-05 19:44:00Z raasch
    188 ! test output removed
    189 !
    190 ! 1783 2016-03-06 18:36:17Z raasch
    191 ! name change of netcdf routines and module + related changes
    192 !
    193 ! 1745 2016-02-05 13:06:51Z gronemeier
    194 ! Bugfix: test if time axis limit exceeds moved to point after call of check_open
    195 !
    196 ! 1691 2015-10-26 16:17:44Z maronga
    197 ! Added output of radiative heating rates for RRTMG
    198 !
    199 ! 1682 2015-10-07 23:56:08Z knoop
    200 ! Code annotations made doxygen readable
    201 !
    202 ! 1585 2015-04-30 07:05:52Z maronga
    203 ! Added support for RRTMG
    204 !
    205 ! 1551 2015-03-03 14:18:16Z maronga
    206 ! Added suppport for land surface model and radiation model output. In the course
    207 ! of this action, the limits for vertical loops have been changed (from nzb and
    208 ! nzt+1 to nzb_do and nzt_do, respectively in order to allow soil model output).
    209 ! Moreover, a new vertical grid zs was introduced.
    210 !
    211 ! 1359 2014-04-11 17:15:14Z hoffmann
    212 ! New particle structure integrated.
    213 !
    214 ! 1353 2014-04-08 15:21:23Z heinze
    215 ! REAL constants provided with KIND-attribute
    216 !
    217 ! 1327 2014-03-21 11:00:16Z raasch
    218 ! parts concerning avs output removed,
    219 ! -netcdf output queries
    220 !
    221 ! 1320 2014-03-20 08:40:49Z raasch
    222 ! ONLY-attribute added to USE-statements,
    223 ! kind-parameters added to all INTEGER and REAL declaration statements,
    224 ! kinds are defined in new module kinds,
    225 ! old module precision_kind is removed,
    226 ! revision history before 2012 removed,
    227 ! comment fields (!:) to be used for variable explanations added to
    228 ! all variable declaration statements
    229 !
    230 ! 1318 2014-03-17 13:35:16Z raasch
    231 ! barrier argument removed from cpu_log,
    232 ! module interfaces removed
    233 !
    234 ! 1308 2014-03-13 14:58:42Z fricke
    235 ! Check, if the limit of the time dimension is exceeded for parallel output
    236 ! To increase the performance for parallel output, the following is done:
    237 ! - Update of time axis is only done by PE0
    238 !
    239 ! 1244 2013-10-31 08:16:56Z raasch
    240 ! Bugfix for index bounds in case of 3d-parallel output
    241 !
    242 ! 1115 2013-03-26 18:16:16Z hoffmann
    243 ! ql is calculated by calc_liquid_water_content
    244 !
    245 ! 1106 2013-03-04 05:31:38Z raasch
    246 ! array_kind renamed precision_kind
    247 !
    248 ! 1076 2012-12-05 08:30:18Z hoffmann
    249 ! Bugfix in output of ql
    250 !
    251 ! 1053 2012-11-13 17:11:03Z hoffmann
    252 ! +nr, qr, prr, qc and averaged quantities
    253 !
    254 ! 1036 2012-10-22 13:43:42Z raasch
    255 ! code put under GPL (PALM 3.9)
    256 !
    257 ! 1031 2012-10-19 14:35:30Z raasch
    258 ! netCDF4 without parallel file support implemented
    259 !
    260 ! 1007 2012-09-19 14:30:36Z franke
    261 ! Bugfix: missing calculation of ql_vp added
    262 !
    263 ! Revision 1.1  1997/09/03 06:29:36  raasch
    264 ! Initial revision
    265 !
    26659!
    26760! Description:
Note: See TracChangeset for help on using the changeset viewer.