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

    r4069 r4180  
    3838! (M. Kurppa)
    3939!
    40 ! 3582 2018-11-29 19:16:36Z suehring
    41 ! add variable description
    42 !
    43 ! 3512 2018-11-09 18:09:51Z gronemeier
    44 ! Bugfix: do not output ghost points if mask_x/y_loop is not specified
    45 !
    46 ! 3467 2018-10-30 19:05:21Z suehring
    47 ! Implementation of a new aerosol module salsa.
    48 !
    49 ! 3435 2018-10-26 18:25:44Z gronemeier
    50 ! Add checks for chemistry and radiation model
    51 ! Set indices for terrain-following masked output
    52 !
    53 ! 3421 2018-10-24 18:39:32Z gronemeier
    54 ! Renamed output variables
    55 !
    56 ! 3419 2018-10-24 17:27:31Z gronemeier
    57 ! ocean renamed ocean_mode
    58 !
    59 ! 3274 2018-09-24 15:42:55Z knoop
    60 ! Modularization of all bulk cloud physics code components
    61 !
    62 ! 3065 2018-06-12 07:03:02Z Giersch
    63 ! dz_stretch_level was replaced by dz_stretch_level_start
    64 !
    65 ! 3049 2018-05-29 13:52:36Z Giersch
    66 ! Error messages revised
    67 !
    68 ! 3045 2018-05-28 07:55:41Z Giersch
    69 ! Error messages revised
    70 !
    71 ! 2718 2018-01-02 08:49:38Z maronga
    72 ! Corrected "Former revisions" section
    73 !
    74 ! 2696 2017-12-14 17:12:51Z kanani
    75 ! Change in file header (GPL part)
    76 !
    77 ! 2344 2017-08-09 11:00:34Z raasch
    78 ! explicit setting of initial values for array domask required due to a bug
    79 ! in the Cray compiler (appears only if option -eD is used)
    80 !
    81 ! 2301 2017-06-29 16:41:21Z gronemeier
    82 ! Bugfix: set variable name length to global value
    83 !
    84 !
    85 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    86 ! includes two more prognostic equations for cloud drop concentration (nc) 
    87 ! and cloud water content (qc).
    88 !
    89 ! 2271 2017-06-09 12:34:55Z sward
    90 ! Changed error message
    91 !
    92 ! 2101 2017-01-05 16:42:31Z suehring
    93 !
    94 ! 2031 2016-10-21 15:11:58Z knoop
    95 ! renamed variable rho to rho_ocean
    96 !
    97 ! 2000 2016-08-20 18:09:15Z knoop
    98 ! Forced header and separation lines into 80 columns
    99 !
    100 ! 1822 2016-04-07 07:49:42Z hoffmann
    101 ! icloud_scheme replaced by microphysics_*
    102 !
    103 ! 1804 2016-04-05 16:30:18Z maronga
    104 ! Removed code for parameter file check (__check)
    105 !
    106 ! 1783 2016-03-06 18:36:17Z raasch
    107 ! netcdf module name changed + related changes
    108 !
    109 ! 1682 2015-10-07 23:56:08Z knoop
    110 ! Code annotations made doxygen readable
    111 !
    112 ! 1438 2014-07-22 14:14:06Z heinze
    113 ! +nr, qc, qr
    114 !
    115 ! 1414 2014-05-31 11:19:48Z gronemeier
    116 ! Bugfix: first and last grid points as they appear in 3D volume data can now
    117 ! be included to masked data output
    118 !
    119 ! 1353 2014-04-08 15:21:23Z heinze
    120 ! REAL constants provided with KIND-attribute
    121 !
    122 ! 1324 2014-03-21 09:13:16Z suehring
    123 ! Bugfix: ONLY statement for module netcdf_control removed
    124 !
    125 ! 1320 2014-03-20 08:40:49Z raasch
    126 ! ONLY-attribute added to USE-statements,
    127 ! kind-parameters added to all INTEGER and REAL declaration statements,
    128 ! kinds are defined in new module kinds,
    129 ! revision history before 2012 removed,
    130 ! comment fields (!:) to be used for variable explanations added to
    131 ! all variable declaration statements
    132 !
    133 ! 1186 2013-06-18 06:22:52Z raasch
    134 ! bugfix: 0.0 replaced by zu(nzb) as the lowest default height level for masks,
    135 ! because a zero value does not work in case of ocean runs
    136 !
    137 ! 1036 2012-10-22 13:43:42Z raasch
    138 ! code put under GPL (PALM 3.9)
    139 !
    140 ! 1032 2012-10-21 13:03:21Z letzel
    141 ! mask locations determined based on scalar positions
    142 !
    143 ! 1031 2012-10-19 14:35:30Z raasch
    144 ! netCDF4 without parallel file support implemented
    145 !
    146 ! 996 2012-09-07 10:41:47Z raasch
    147 ! little reformatting
    148 !
    149 ! 978 2012-08-09 08:28:32Z fricke
    150 ! +z0h*
    151 !
    152 ! 809 2012-01-30 13:32:58Z maronga
    153 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives
    154 !
    155 ! 807 2012-01-25 11:53:51Z maronga
    156 ! New cpp directive "__check" implemented which is used by check_namelist_files
    157 !
    158 ! 410 2009-12-04 17:05:40Z letzel
    159 ! Initial revision
    160 !
    16140!
    16241! Description:
Note: See TracChangeset for help on using the changeset viewer.