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

    r4110 r4180  
    9999! OpenACC port for SPEC
    100100!
    101 ! 3589 2018-11-30 15:09:51Z suehring
    102 ! Move the control parameter "salsa" from salsa_mod to control_parameters
    103 ! (M. Kurppa)
    104 !
    105 ! 3582 2018-11-29 19:16:36Z suehring
    106 ! Implementation of a new aerosol module salsa.
    107 ! Remove cpu-logs from i,j loop in cache version.
    108 !
    109 ! 3458 2018-10-30 14:51:23Z kanani
    110 ! remove duplicate USE chem_modules
    111 ! from chemistry branch r3443, banzhafs, basit:
    112 ! chem_depo call introduced
    113 ! code added for decycling chemistry
    114 !
    115 ! 3386 2018-10-19 16:28:22Z gronemeier
    116 ! Renamed tcm_prognostic to tcm_prognostic_equations
    117 !
    118 ! 3355 2018-10-16 14:03:34Z knoop
    119 ! (from branch resler)
    120 ! Fix for chemistry call
    121 !
    122 ! 3302 2018-10-03 02:39:40Z raasch
    123 ! Stokes drift + wave breaking term added
    124 !
    125 ! 3298 2018-10-02 12:21:11Z kanani
    126 ! Code added for decycling chemistry (basit)
    127 !
    128 ! 3294 2018-10-01 02:37:10Z raasch
    129 ! changes concerning modularization of ocean option
    130 !
    131 ! 3274 2018-09-24 15:42:55Z knoop
    132 ! Modularization of all bulk cloud physics code components
    133 !
    134 ! 3241 2018-09-12 15:02:00Z raasch
    135 ! omp_get_thread_num now declared in omp directive
    136 !
    137 ! 3183 2018-07-27 14:25:55Z suehring
    138 ! Remove unused variables from USE statements
    139 !
    140 ! 3182 2018-07-27 13:36:03Z suehring
    141 ! Revise recent bugfix for nesting
    142 !
    143 ! 3021 2018-05-16 08:14:20Z maronga
    144 ! Bugfix in IF clause for nesting
    145 !
    146 ! 3014 2018-05-09 08:42:38Z maronga
    147 ! Fixed a bug in the IF condition to call pcm_tendency in case of
    148 ! potential temperature
    149 !
    150 ! 2815 2018-02-19 11:29:57Z kanani
    151 ! Rename chem_tendency to chem_prognostic_equations,
    152 ! implement vector version for air chemistry
    153 !
    154 ! 2766 2018-01-22 17:17:47Z kanani
    155 ! Removed preprocessor directive __chem
    156 !
    157 ! 2746 2018-01-15 12:06:04Z suehring
    158 ! Move flag plant canopy to modules
    159 !
    160 ! 2719 2018-01-02 09:02:06Z maronga
    161 ! Bugfix for last change.
    162 !
    163 ! 2718 2018-01-02 08:49:38Z maronga
    164 ! Corrected "Former revisions" section
    165 !
    166 ! 2696 2017-12-14 17:12:51Z kanani
    167 ! - Change in file header (GPL part)
    168 ! - Moved TKE equation to tcm_prognostic (TG)
    169 ! - Added switch for chemical reactions (RF, FK)
    170 ! - Implementation of chemistry module (RF, BK, FK)
    171 !
    172 ! 2563 2017-10-19 15:36:10Z Giersch
    173 ! Variable wind_turbine moved to module control_parameters
    174 !
    175 ! 2320 2017-07-21 12:47:43Z suehring
    176 ! Modularize large-scale forcing and nudging
    177 !
    178 ! 2292 2017-06-20 09:51:42Z schwenkel
    179 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    180 ! includes two more prognostic equations for cloud drop concentration (nc) 
    181 ! and cloud water content (qc).
    182 !
    183 ! 2261 2017-06-08 14:25:57Z raasch
    184 ! bugfix for r2232: openmp directives removed
    185 !
    186 ! 2233 2017-05-30 18:08:54Z suehring
    187 !
    188 ! 2232 2017-05-30 17:47:52Z suehring
    189 ! Adjutst to new surface-type structure. Remove call for usm_wall_heat_flux,
    190 ! which is realized directly in diffusion_s now.
    191 !
    192 ! 2192 2017-03-22 04:14:10Z raasch
    193 ! Bugfix for misplaced and missing openMP directives from r2155
    194 !
    195 ! 2155 2017-02-21 09:57:40Z hoffmann
    196 ! Bugfix in the calculation of microphysical quantities on ghost points.
    197 !
    198 ! 2118 2017-01-17 16:38:49Z raasch
    199 ! OpenACC version of subroutine removed
    200 !
    201 ! 2031 2016-10-21 15:11:58Z knoop
    202 ! renamed variable rho to rho_ocean
    203 !
    204 ! 2011 2016-09-19 17:29:57Z kanani
    205 ! Flag urban_surface is now defined in module control_parameters.
    206 !
    207 ! 2007 2016-08-24 15:47:17Z kanani
    208 ! Added pt tendency calculation based on energy balance at urban surfaces
    209 ! (new urban surface model)
    210 !
    211 ! 2000 2016-08-20 18:09:15Z knoop
    212 ! Forced header and separation lines into 80 columns
    213 !
    214 ! 1976 2016-07-27 13:28:04Z maronga
    215 ! Simplied calls to radiation model
    216 !
    217 ! 1960 2016-07-12 16:34:24Z suehring
    218 ! Separate humidity and passive scalar
    219 !
    220 ! 1914 2016-05-26 14:44:07Z witha
    221 ! Added calls for wind turbine model
    222 !
    223 ! 1873 2016-04-18 14:50:06Z maronga
    224 ! Module renamed (removed _mod)
    225 !
    226 ! 1850 2016-04-08 13:29:27Z maronga
    227 ! Module renamed
    228 !
    229 ! 1826 2016-04-07 12:01:39Z maronga
    230 ! Renamed canopy model calls.
    231 !
    232 ! 1822 2016-04-07 07:49:42Z hoffmann
    233 ! Kessler microphysics scheme moved to microphysics.
    234 !
    235 ! 1757 2016-02-22 15:49:32Z maronga
    236 !
    237 ! 1691 2015-10-26 16:17:44Z maronga
    238 ! Added optional model spin-up without radiation / land surface model calls.
    239 ! Formatting corrections.
    240 !
    241 ! 1682 2015-10-07 23:56:08Z knoop
    242 ! Code annotations made doxygen readable
    243 !
    244 ! 1585 2015-04-30 07:05:52Z maronga
    245 ! Added call for temperature tendency calculation due to radiative flux divergence
    246 !
    247 ! 1517 2015-01-07 19:12:25Z hoffmann
    248 ! advec_s_bc_mod addded, since advec_s_bc is now a module
    249 !
    250 ! 1484 2014-10-21 10:53:05Z kanani
    251 ! Changes due to new module structure of the plant canopy model:
    252 ! parameters cthf and plant_canopy moved to module plant_canopy_model_mod.
    253 ! Removed double-listing of use_upstream_for_tke in ONLY-list of module
    254 ! control_parameters
    255 !
    256 ! 1409 2014-05-23 12:11:32Z suehring
    257 ! Bugfix: i_omp_start changed for advec_u_ws at left inflow and outflow boundary.
    258 ! This ensures that left-hand side fluxes are also calculated for nxl in that
    259 ! case, even though the solution at nxl is overwritten in boundary_conds()
    260 !
    261 ! 1398 2014-05-07 11:15:00Z heinze
    262 ! Rayleigh-damping for horizontal velocity components changed: instead of damping
    263 ! against ug and vg, damping against u_init and v_init is used to allow for a
    264 ! homogenized treatment in case of nudging
    265 !
    266 ! 1380 2014-04-28 12:40:45Z heinze
    267 ! Change order of calls for scalar prognostic quantities:
    268 ! ls_advec -> nudging -> subsidence since initial profiles
    269 !
    270 ! 1374 2014-04-25 12:55:07Z raasch
    271 ! missing variables added to ONLY lists
    272 !
    273 ! 1365 2014-04-22 15:03:56Z boeske
    274 ! Calls of ls_advec for large scale advection added,
    275 ! subroutine subsidence is only called if use_subsidence_tendencies = .F.,
    276 ! new argument ls_index added to the calls of subsidence
    277 ! +ls_index
    278 !
    279 ! 1361 2014-04-16 15:17:48Z hoffmann
    280 ! Two-moment microphysics moved to the start of prognostic equations. This makes
    281 ! the 3d arrays for tend_q, tend_qr, tend_pt and tend_pt redundant.
    282 ! Additionally, it is allowed to call the microphysics just once during the time
    283 ! step (not at each sub-time step).
    284 !
    285 ! Two-moment cloud physics added for vector and accelerator optimization.
    286 !
    287 ! 1353 2014-04-08 15:21:23Z heinze
    288 ! REAL constants provided with KIND-attribute
    289 !
    290 ! 1337 2014-03-25 15:11:48Z heinze
    291 ! Bugfix: REAL constants provided with KIND-attribute
    292 !
    293 ! 1332 2014-03-25 11:59:43Z suehring
    294 ! Bugfix: call advec_ws or advec_pw for TKE only if NOT use_upstream_for_tke
    295 !
    296 ! 1330 2014-03-24 17:29:32Z suehring
    297 ! In case of SGS-particle velocity advection of TKE is also allowed with
    298 ! dissipative 5th-order scheme.
    299 !
    300 ! 1320 2014-03-20 08:40:49Z raasch
    301 ! ONLY-attribute added to USE-statements,
    302 ! kind-parameters added to all INTEGER and REAL declaration statements,
    303 ! kinds are defined in new module kinds,
    304 ! old module precision_kind is removed,
    305 ! revision history before 2012 removed,
    306 ! comment fields (!:) to be used for variable explanations added to
    307 ! all variable declaration statements
    308 !
    309 ! 1318 2014-03-17 13:35:16Z raasch
    310 ! module interfaces removed
    311 !
    312 ! 1257 2013-11-08 15:18:40Z raasch
    313 ! openacc loop vector clauses removed, independent clauses added
    314 !
    315 ! 1246 2013-11-01 08:59:45Z heinze
    316 ! enable nudging also for accelerator version
    317 !
    318 ! 1241 2013-10-30 11:36:58Z heinze
    319 ! usage of nudging enabled (so far not implemented for accelerator version)
    320 !
    321 ! 1179 2013-06-14 05:57:58Z raasch
    322 ! two arguments removed from routine buoyancy, ref_state updated on device
    323 !
    324 ! 1128 2013-04-12 06:19:32Z raasch
    325 ! those parts requiring global communication moved to time_integration,
    326 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,
    327 ! j_north
    328 !
    329 ! 1115 2013-03-26 18:16:16Z hoffmann
    330 ! optimized cloud physics: calculation of microphysical tendencies transfered
    331 ! to microphysics.f90; qr and nr are only calculated if precipitation is required
    332 !
    333 ! 1111 2013-03-08 23:54:10Z raasch
    334 ! update directives for prognostic quantities removed
    335 !
    336 ! 1106 2013-03-04 05:31:38Z raasch
    337 ! small changes in code formatting
    338 !
    339 ! 1092 2013-02-02 11:24:22Z raasch
    340 ! unused variables removed
    341 !
    342 ! 1053 2012-11-13 17:11:03Z hoffmann
    343 ! implementation of two new prognostic equations for rain drop concentration (nr)
    344 ! and rain water content (qr)
    345 !
    346 ! currently, only available for cache loop optimization
    347 !
    348 ! 1036 2012-10-22 13:43:42Z raasch
    349 ! code put under GPL (PALM 3.9)
    350 !
    351 ! 1019 2012-09-28 06:46:45Z raasch
    352 ! non-optimized version of prognostic_equations removed
    353 !
    354 ! 1015 2012-09-27 09:23:24Z raasch
    355 ! new branch prognostic_equations_acc
    356 ! OpenACC statements added + code changes required for GPU optimization
    357 !
    358 ! 1001 2012-09-13 14:08:46Z raasch
    359 ! all actions concerning leapfrog- and upstream-spline-scheme removed
    360 !
    361 ! 978 2012-08-09 08:28:32Z fricke
    362 ! km_damp_x and km_damp_y removed in calls of diffusion_u and diffusion_v
    363 ! add ptdf_x, ptdf_y for damping the potential temperature at the inflow
    364 ! boundary in case of non-cyclic lateral boundaries
    365 ! Bugfix: first thread index changes for WS-scheme at the inflow
    366 !
    367 ! 940 2012-07-09 14:31:00Z raasch
    368 ! temperature equation can be switched off
    369 !
    370 ! Revision 1.1  2000/04/13 14:56:27  schroeter
    371 ! Initial revision
    372 !
    373101!
    374102! Description:
Note: See TracChangeset for help on using the changeset viewer.