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_2d.f90

    r4048 r4180  
    5050! when using wall/soil spinup)
    5151!
    52 ! 3637 2018-12-20 01:51:36Z knoop
    53 ! Implementation of the PALM module interface
    54 !
    55 ! 3597 2018-12-04 08:40:18Z maronga
    56 ! Added theta_2m
    57 !
    58 ! 3589 2018-11-30 15:09:51Z suehring
    59 ! Move the control parameter "salsa" from salsa_mod to control_parameters
    60 ! (M. Kurppa)
    61 !
    62 ! 3582 2018-11-29 19:16:36Z suehring
    63 ! Remove fill_value from bio_data_output_2d call
    64 ! dom_dwd_user, Schrempf:
    65 ! Clean up of biometeorology calls,
    66 ! remove uv exposure model code, this is now part of biometeorology_mod.
    67 !
    68 ! 3554 2018-11-22 11:24:52Z gronemeier
    69 ! - add variable description
    70 ! - rename variable 'if' into 'ivar'
    71 ! - removed namelist LOCAL
    72 ! - removed variable rtext
    73 !
    74 ! 3525 2018-11-14 16:06:14Z kanani
    75 ! Changes related to clean-up of biometeorology (dom_dwd_user)
    76 !
    77 ! 3467 2018-10-30 19:05:21Z suehring
    78 ! Implementation of a new aerosol module salsa.
    79 !
    80 ! 3448 2018-10-29 18:14:31Z kanani
    81 ! Add biometeorology
    82 !
    83 ! 3421 2018-10-24 18:39:32Z gronemeier
    84 ! Renamed output variables
    85 !
    86 ! 3419 2018-10-24 17:27:31Z gronemeier
    87 ! minor formatting (kanani)
    88 ! chem_data_output_2d subroutine added (basit)
    89 !
    90 ! 3294 2018-10-01 02:37:10Z raasch
    91 ! changes concerning modularization of ocean option
    92 !
    93 ! 3274 2018-09-24 15:42:55Z knoop
    94 ! Modularization of all bulk cloud physics code components
    95 !
    96 ! 3241 2018-09-12 15:02:00Z raasch
    97 ! unused variables removed
    98 !
    99 ! 3176 2018-07-26 17:12:48Z suehring
    100 ! Remove output of latent heat flux at urban-surfaces and set fill values
    101 ! instead
    102 !
    103 ! 3052 2018-05-31 06:11:20Z raasch
    104 ! Do not open FORTRAN binary files in case of parallel netCDF I/O
    105 !
    106 ! 3049 2018-05-29 13:52:36Z Giersch
    107 ! Error messages revised
    108 !
    109 ! 3045 2018-05-28 07:55:41Z Giersch
    110 ! Error messages revised
    111 !
    112 ! 3014 2018-05-09 08:42:38Z maronga
    113 ! Added nzb_do and nzt_do for some modules for 2d output
    114 !
    115 ! 3004 2018-04-27 12:33:25Z Giersch
    116 ! precipitation_rate removed, case prr*_xy removed, to_be_resorted have to point
    117 ! to ql_vp_av and not to ql_vp, allocation checks implemented (averaged data
    118 ! will be assigned to fill values if no allocation happened so far)   
    119 !
    120 ! 2963 2018-04-12 14:47:44Z suehring
    121 ! Introduce index for vegetation/wall, pavement/green-wall and water/window
    122 ! surfaces, for clearer access of surface fraction, albedo, emissivity, etc. .
    123 !
    124 ! 2817 2018-02-19 16:32:21Z knoop
    125 ! Preliminary gust module interface implemented
    126 !
    127 ! 2805 2018-02-14 17:00:09Z suehring
    128 ! Consider also default-type surfaces for surface temperature output.
    129 !
    130 ! 2797 2018-02-08 13:24:35Z suehring
    131 ! Enable output of ground-heat flux also at urban surfaces.
    132 !
    133 ! 2743 2018-01-12 16:03:39Z suehring
    134 ! In case of natural- and urban-type surfaces output surfaces fluxes in W/m2.
    135 !
    136 ! 2742 2018-01-12 14:59:47Z suehring
    137 ! Enable output of surface temperature
    138 !
    139 ! 2735 2018-01-11 12:01:27Z suehring
    140 ! output of r_a moved from land-surface to consider also urban-type surfaces
    141 !
    142 ! 2718 2018-01-02 08:49:38Z maronga
    143 ! Corrected "Former revisions" section
    144 !
    145 ! 2696 2017-12-14 17:12:51Z kanani
    146 ! Change in file header (GPL part)
    147 ! Implementation of uv exposure model (FK)
    148 ! Implementation of turbulence_closure_mod (TG)
    149 ! Set fill values at topography grid points or e.g. non-natural-type surface
    150 ! in case of LSM output (MS)
    151 !
    152 ! 2512 2017-10-04 08:26:59Z raasch
    153 ! upper bounds of cross section output changed from nx+1,ny+1 to nx,ny
    154 ! no output of ghost layer data
    155 !
    156 ! 2292 2017-06-20 09:51:42Z schwenkel
    157 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    158 ! includes two more prognostic equations for cloud drop concentration (nc) 
    159 ! and cloud water content (qc).
    160 !
    161 ! 2277 2017-06-12 10:47:51Z kanani
    162 ! Removed unused variables do2d_xy_n, do2d_xz_n, do2d_yz_n
    163 !
    164 ! 2233 2017-05-30 18:08:54Z suehring
    165 !
    166 ! 2232 2017-05-30 17:47:52Z suehring
    167 ! Adjustments to new surface concept
    168 !
    169 !
    170 ! 2190 2017-03-21 12:16:43Z raasch
    171 ! bugfix for r2031: string rho replaced by rho_ocean
    172 !
    173 ! 2031 2016-10-21 15:11:58Z knoop
    174 ! renamed variable rho to rho_ocean and rho_av to rho_ocean_av
    175 !
    176 ! 2000 2016-08-20 18:09:15Z knoop
    177 ! Forced header and separation lines into 80 columns
    178 !
    179 ! 1980 2016-07-29 15:51:57Z suehring
    180 ! Bugfix, in order to steer user-defined output, setting flag found explicitly
    181 ! to .F.
    182 !
    183 ! 1976 2016-07-27 13:28:04Z maronga
    184 ! Output of radiation quantities is now done directly in the respective module
    185 !
    186 ! 1972 2016-07-26 07:52:02Z maronga
    187 ! Output of land surface quantities is now done directly in the respective
    188 ! module
    189 !
    190 ! 1960 2016-07-12 16:34:24Z suehring
    191 ! Scalar surface flux added
    192 ! Rename INTEGER variable s into s_ind, as s is already assigned to scalar
    193 !
    194 ! 1849 2016-04-08 11:33:18Z hoffmann
    195 ! precipitation_amount, precipitation_rate, prr moved to arrays_3d
    196 !
    197 ! 1822 2016-04-07 07:49:42Z hoffmann
    198 ! Output of bulk cloud physics simplified.
    199 !
    200 ! 1788 2016-03-10 11:01:04Z maronga
    201 ! Added output of z0q
    202 !
    203 ! 1783 2016-03-06 18:36:17Z raasch
    204 ! name change of netcdf routines and module + related changes
    205 !
    206 ! 1745 2016-02-05 13:06:51Z gronemeier
    207 ! Bugfix: test if time axis limit exceeds moved to point after call of check_open
    208 !
    209 ! 1703 2015-11-02 12:38:44Z raasch
    210 ! bugfix for output of single (*) xy-sections in case of parallel netcdf I/O
    211 !
    212 ! 1701 2015-11-02 07:43:04Z maronga
    213 ! Bugfix in output of RRTGM data
    214 !
    215 ! 1691 2015-10-26 16:17:44Z maronga
    216 ! Added output of Obukhov length (ol) and radiative heating rates  for RRTMG.
    217 ! Formatting corrections.
    218 !
    219 ! 1682 2015-10-07 23:56:08Z knoop
    220 ! Code annotations made doxygen readable
    221 !
    222 ! 1585 2015-04-30 07:05:52Z maronga
    223 ! Added support for RRTMG
    224 !
    225 ! 1555 2015-03-04 17:44:27Z maronga
    226 ! Added output of r_a and r_s
    227 !
    228 ! 1551 2015-03-03 14:18:16Z maronga
    229 ! Added suppport for land surface model and radiation model output. In the course
    230 ! of this action, the limits for vertical loops have been changed (from nzb and
    231 ! nzt+1 to nzb_do and nzt_do, respectively in order to allow soil model output).
    232 ! Moreover, a new vertical grid zs was introduced.
    233 !
    234 ! 1359 2014-04-11 17:15:14Z hoffmann
    235 ! New particle structure integrated.
    236 !
    237 ! 1353 2014-04-08 15:21:23Z heinze
    238 ! REAL constants provided with KIND-attribute
    239 !
    240 ! 1327 2014-03-21 11:00:16Z raasch
    241 ! parts concerning iso2d output removed,
    242 ! -netcdf output queries
    243 !
    244 ! 1320 2014-03-20 08:40:49Z raasch
    245 ! ONLY-attribute added to USE-statements,
    246 ! kind-parameters added to all INTEGER and REAL declaration statements,
    247 ! kinds are defined in new module kinds,
    248 ! revision history before 2012 removed,
    249 ! comment fields (!:) to be used for variable explanations added to
    250 ! all variable declaration statements
    251 !
    252 ! 1318 2014-03-17 13:35:16Z raasch
    253 ! barrier argument removed from cpu_log.
    254 ! module interfaces removed
    255 !
    256 ! 1311 2014-03-14 12:13:39Z heinze
    257 ! bugfix: close #if defined( __netcdf )
    258 !
    259 ! 1308 2014-03-13 14:58:42Z fricke
    260 ! +local_2d_sections, local_2d_sections_l, ns
    261 ! Check, if the limit of the time dimension is exceeded for parallel output
    262 ! To increase the performance for parallel output, the following is done:
    263 ! - Update of time axis is only done by PE0
    264 ! - Cross sections are first stored on a local array and are written
    265 !   collectively to the output file by all PEs.
    266 !
    267 ! 1115 2013-03-26 18:16:16Z hoffmann
    268 ! ql is calculated by calc_liquid_water_content
    269 !
    270 ! 1076 2012-12-05 08:30:18Z hoffmann
    271 ! Bugfix in output of ql
    272 !
    273 ! 1065 2012-11-22 17:42:36Z hoffmann
    274 ! Bugfix: Output of cross sections of ql
    275 !
    276 ! 1053 2012-11-13 17:11:03Z hoffmann
    277 ! +qr, nr, qc and cross sections
    278 !
    279 ! 1036 2012-10-22 13:43:42Z raasch
    280 ! code put under GPL (PALM 3.9)
    281 !
    282 ! 1031 2012-10-19 14:35:30Z raasch
    283 ! netCDF4 without parallel file support implemented
    284 !
    285 ! 1007 2012-09-19 14:30:36Z franke
    286 ! Bugfix: missing calculation of ql_vp added
    287 !
    288 ! 978 2012-08-09 08:28:32Z fricke
    289 ! +z0h
    290 !
    291 ! Revision 1.1  1997/08/11 06:24:09  raasch
    292 ! Initial revision
    293 !
    29452!
    29553! Description:
Note: See TracChangeset for help on using the changeset viewer.