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

    r4127 r4180  
    7979! Move the control parameter "salsa" from salsa_mod to control_parameters
    8080! (M. Kurppa)
    81 !
    82 ! 3582 2018-11-29 19:16:36Z suehring
    83 ! dom_dwd_user, Schrempf:
    84 ! Remove uv exposure model code, this is now part of biometeorology_mod
    85 !
    86 ! 3529 2018-11-15 21:03:15Z gronemeier
    87 ! - set time units
    88 ! - add additional global attributes,
    89 ! - add additinal variable attributes
    90 ! - move definition of UTM and geographic coordinates into subroutine
    91 ! - change fill_value
    92 !
    93 ! 3525 2018-11-14 16:06:14Z kanani
    94 ! Changes related to clean-up of biometeorology (dom_dwd_user)
    95 !
    96 ! 3485 2018-11-03 17:09:40Z gronemeier
    97 ! Write geographic coordinates as global attributes to file.
    98 !
    99 ! 3467 2018-10-30 19:05:21Z suehring
    100 ! - Salsa implemented
    101 ! - Bugfix convert_utm_to...
    102 !
    103 ! 3464 2018-10-30 18:08:55Z kanani
    104 ! - Add variable crs to output files
    105 ! - Add long_name to UTM coordinates
    106 ! - Add latitude/longitude coordinates. For 3d and xy output, lon and lat are
    107 !   only written if parallel output is used.
    108 !
    109 ! 3459 2018-10-30 15:04:11Z gronemeier
    110 ! Adjustment of biometeorology calls
    111 !
    112 ! 3435 2018-10-26 18:25:44Z gronemeier
    113 ! Bugfix: corrected order of calls to define_netcdf_grid for masked output
    114 ! Add vertical dimensions to masked output in case of terrain-following output
    115 !
    116 ! 3421 2018-10-24 18:39:32Z gronemeier
    117 ! Bugfix: move ocean output variables to ocean_mod
    118 ! Renamed output variables
    119 ! Add UTM coordinates to mask, 3d, xy, xz, yz output
    120 !
    121 ! 3337 2018-10-12 15:17:09Z kanani
    122 ! (from branch resler)
    123 ! Add biometeorology
    124 !
    125 ! 3294 2018-10-01 02:37:10Z raasch
    126 ! changes concerning modularization of ocean option
    127 !
    128 ! 3274 2018-09-24 15:42:55Z knoop
    129 ! Modularization of all bulk cloud physics code components
    130 !
    131 ! 3241 2018-09-12 15:02:00Z raasch
    132 ! unused variables removed
    133 !
    134 ! 3235 2018-09-07 14:06:15Z sward
    135 ! Changed MAS output dimension id_dim_agtnum to be of defined size and no longer
    136 ! unlimited. Also changed some MAS output variables to be of type float
    137 !
    138 ! 3198 2018-08-15 09:23:10Z sward
    139 ! Redefined MAS limited time dimension to fit usage of multi_agent_system_end
    140 !
    141 ! 3187 2018-07-31 10:32:34Z sward
    142 ! Changed agent output to precision NF90_DOUBLE
    143 !
    144 ! 3165 2018-07-24 13:12:42Z sward
    145 ! Added agent ID output
    146 !
    147 ! 3159 2018-07-20 11:20:01Z sward
    148 ! Added multi agent system
    149 !
    150 ! 3049 2018-05-29 13:52:36Z Giersch
    151 ! Error messages revised
    152 !
    153 ! 3045 2018-05-28 07:55:41Z Giersch
    154 ! Error messages revised, code adjusted to PALMs coding standards, CASE pt_ext
    155 ! pt_new disabled, comment revised
    156 !
    157 ! 3004 2018-04-27 12:33:25Z Giersch
    158 ! .NOT. found in if-query added to account for variables found in tcm
    159 !
    160 ! 2964 2018-04-12 16:04:03Z Giersch
    161 ! Calculation of fixed number of output time levels for parallel netcdf output
    162 ! has been moved completely to check_parameters
    163 !
    164 ! 2932 2018-03-26 09:39:22Z maronga
    165 ! Renamed inipar to initialization_parameters.
    166 !
    167 ! 2817 2018-02-19 16:32:21Z knoop
    168 ! Preliminary gust module interface implemented
    169 !
    170 ! 2769 2018-01-25 09:22:24Z raasch
    171 ! bugfix for calculating number of required output time levels in case of output
    172 ! at the beginning of a restart run
    173 !
    174 ! 2766 2018-01-22 17:17:47Z kanani
    175 ! Removed preprocessor directive __chem
    176 !
    177 ! 2746 2018-01-15 12:06:04Z suehring
    178 ! Move flag plant canopy to modules
    179 !
    180 ! 2718 2018-01-02 08:49:38Z maronga
    181 ! Corrected "Former revisions" section
    182 !
    183 ! 2696 2017-12-14 17:12:51Z kanani
    184 ! Change in file header (GPL part)
    185 ! Implementation of uv exposure model (FK)
    186 ! Implemented checks for turbulence_closure_mod (TG)
    187 ! Implementation of chemistry module (FK)
    188 ! Bugfix in setting netcdf grids for LSM variables
    189 ! Enable setting of _FillValue attribute in output files (MS)
    190 !
    191 ! 2512 2017-10-04 08:26:59Z raasch
    192 ! upper bounds of cross section and 3d output changed from nx+1,ny+1 to nx,ny
    193 ! no output of ghost layer data any more
    194 !
    195 ! 2302 2017-07-03 14:07:20Z suehring
    196 ! Reading of 3D topography using NetCDF data type NC_BYTE
    197 !
    198 ! 2292 2017-06-20 09:51:42Z schwenkel
    199 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    200 ! includes two more prognostic equations for cloud drop concentration (nc)
    201 ! and cloud water content (qc).
    202 !
    203 ! 2270 2017-06-09 12:18:47Z maronga
    204 ! Removed 2 timeseries (shf_eb + qsws_eb). Removed _eb suffixes
    205 !
    206 ! 2265 2017-06-08 16:58:28Z schwenkel
    207 ! Unused variables removed.
    208 !
    209 ! 2239 2017-06-01 12:04:51Z suehring
    210 ! Bugfix xy-output of land-surface variables
    211 !
    212 ! 2233 2017-05-30 18:08:54Z suehring
    213 !
    214 ! 2232 2017-05-30 17:47:52Z suehring
    215 ! Adjustments to new topography and surface concept
    216 !
    217 ! Topograpyh height arrays (zu_s_inner, zw_w_inner) are defined locally, output
    218 ! only if parallel netcdf.
    219 !
    220 ! Build interface for topography input:
    221 ! - open file in read-only mode
    222 ! - read global attributes
    223 ! - read variables
    224 !
    225 ! Bugfix in xy output (land-surface case)
    226 !
    227 ! 2209 2017-04-19 09:34:46Z kanani
    228 ! Added support for plant canopy model output
    229 !
    230 ! 2189 2017-03-21 09:29:52Z raasch
    231 ! bugfix: rho renamed rho_ocean for the cross section output
    232 !
    233 ! 2109 2017-01-10 12:18:08Z raasch
    234 ! bugfix: length of character string netcdf_var_name extended to avoid problems
    235 !         which appeared in restart runs due to truncation
    236 !
    237 ! 2040 2016-10-26 16:58:09Z gronemeier
    238 ! Increased number of possible statistic_regions to 99
    239 !
    240 ! 2037 2016-10-26 11:15:40Z knoop
    241 ! Anelastic approximation implemented
    242 !
    243 ! 2031 2016-10-21 15:11:58Z knoop
    244 ! renamed variable rho to rho_ocean
    245 !
    246 ! 2011 2016-09-19 17:29:57Z kanani
    247 ! Flag urban_surface is now defined in module control_parameters,
    248 ! changed prefix for urban surface model output to "usm_",
    249 ! introduced control parameter varnamelength for LEN of trimvar.
    250 !
    251 ! 2007 2016-08-24 15:47:17Z kanani
    252 ! Added support for new urban surface model (temporary modifications of
    253 ! SELECT CASE ( ) necessary, see variable trimvar),
    254 ! increased DIMENSION of do2d_unit, do3d_unit, id_var_do2d, id_var_do3d,
    255 ! increased LEN of char_cross_profiles, var_list, var_list_old
    256 !
    257 ! 2000 2016-08-20 18:09:15Z knoop
    258 ! Forced header and separation lines into 80 columns
    259 !
    260 ! 1990 2016-08-12 09:54:36Z gronemeier
    261 ! Bugfix: variable list was not written for time series output
    262 !
    263 ! 1980 2016-07-29 15:51:57Z suehring
    264 ! Bugfix, in order to steer user-defined output, setting flag found explicitly
    265 ! to .F.
    266 !
    267 ! 1976 2016-07-27 13:28:04Z maronga
    268 ! Removed remaining 2D land surface quantities. Definition of radiation
    269 ! quantities is now done directly in the respective module
    270 !
    271 ! 1972 2016-07-26 07:52:02Z maronga
    272 ! Bugfix: wrong units for lsm quantities.
    273 ! Definition of grids for land surface quantities is now done directly in the
    274 ! respective module.
    275 !
    276 ! 1960 2016-07-12 16:34:24Z suehring
    277 ! Additional labels and units for timeseries output of passive scalar-related
    278 ! quantities
    279 !
    280 ! 1957 2016-07-07 10:43:48Z suehring
    281 ! flight module added
    282 !
    283 ! 1850 2016-04-08 13:29:27Z maronga
    284 ! Module renamed
    285 !
    286 !
    287 ! 1833 2016-04-07 14:23:03Z raasch
    288 ! spectrum renamed spectra_mod
    289 !
    290 ! 1786 2016-03-08 05:49:27Z raasch
    291 ! Bugfix: id_var_time_sp made public
    292 !
    293 ! 1783 2016-03-06 18:36:17Z raasch
    294 ! netcdf interface has been modularized, former file netcdf renamed to
    295 ! netcdf_interface, creation of netcdf-dimensions and -variables moved to
    296 ! specific new subroutines create_netcdf_dim and create_netcdf_var,
    297 ! compression (deflation) of variables implemented,
    298 ! ibmy special cpp directive removed
    299 !
    300 ! 1745 2016-02-05 13:06:51Z gronemeier
    301 ! Bugfix: recalculating ntdim_3d, ntdim_2d_xy/xz/yz when checking the
    302 !         extensibility of an existing file (only when using parallel NetCDF).
    303 !
    304 ! 1691 2015-10-26 16:17:44Z maronga
    305 ! Added output of radiative heating rates for RRTMG. Corrected output of
    306 ! radiative fluxes
    307 !
    308 ! 1682 2015-10-07 23:56:08Z knoop
    309 ! Code annotations made doxygen readable
    310 !
    311 ! 1596 2015-05-21 09:34:28Z gronemeier
    312 ! Bugfix in masked data output. Read 'zu_3d' when trying to extend masked data
    313 !
    314 ! 1551 2015-03-03 14:18:16Z maronga
    315 ! Added support for land surface model and radiation model output. In the course
    316 ! of this action a new vertical grid zs (soil) was introduced.
    317 !
    318 ! 1353 2014-04-08 15:21:23Z heinze
    319 ! REAL constants provided with KIND-attribute
    320 !
    321 ! 1322 2014-03-20 16:38:49Z raasch
    322 ! Forgotten ONLY-attribute added to USE-statements
    323 !
    324 ! 1320 2014-03-20 08:40:49Z raasch
    325 ! ONLY-attribute added to USE-statements,
    326 ! kind-parameters added to all INTEGER and REAL declaration statements,
    327 ! kinds are defined in new module kinds,
    328 ! revision history before 2012 removed,
    329 ! comment fields (!:) to be used for variable explanations added to
    330 ! all variable declaration statements
    331 !
    332 ! 1308 2014-03-13 14:58:42Z fricke
    333 ! +ntime_count, oldmode
    334 ! Adjust NF90_CREATE and NF90_OPEN statement for parallel output
    335 ! To increase the performance for parallel output, the following is done:
    336 ! - Limit time dimension
    337 ! - Values of axis data are only written by PE0
    338 ! - No fill is set for all variables
    339 ! Check the number of output time levels for restart jobs
    340 !
    341 ! 1206 2013-07-18 12:49:16Z witha
    342 ! Bugfix: typo in preprocessor directive in subroutine open_write_netcdf_file
    343 !
    344 ! 1092 2013-02-02 11:24:22Z raasch
    345 ! unused variables removed
    346 !
    347 ! 1053 2012-11-13 17:11:03Z hoffmann
    348 ! +qr, nr, prr
    349 !
    350 ! 1036 2012-10-22 13:43:42Z raasch
    351 ! code put under GPL (PALM 3.9)
    352 !
    353 ! 1031 2012-10-19 14:35:30Z raasch
    354 ! netCDF4 without parallel file support implemented, new routines
    355 ! create_netcdf_file and open_write_netcdf_file at end
    356 !
    357 ! 992 2012-09-05 15:08:26Z hoffmann
    358 ! Removal of the informative messages PA0352 and PA0353.
    359 !
    360 ! 983 2012-08-21 14:17:57Z hoffmann
    361 ! Bugfix in cross_profiles.
    362 !
    363 ! 964 2012-07-26 09:14:24Z raasch
    364 ! rev 951 and 959 reformatted
    365 !
    366 ! 959 2012-07-24 13:13:41Z hoffmann
    367 ! Bugfix in cross_profiles. It is not allowed to arrange more than 100
    368 ! profiles with cross_profiles.
    369 !
    370 ! 951 2012-07-19 14:22:52Z hoffmann
    371 ! cross_profiles, profile_rows, profile_columns are written to netCDF header
    372 !
    373 ! Revision 1.1  2005/05/18 15:37:16  raasch
    374 ! Initial revision
    37581!
    37682!
Note: See TracChangeset for help on using the changeset viewer.