Changeset 4180 for palm/trunk/SOURCE/diffusion_u.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_u.f90
r3655 r4180 27 27 ! OpenACC port for SPEC 28 28 ! 29 ! 3547 2018-11-21 13:21:24Z suehring30 ! variables documented31 !32 ! 3241 2018-09-12 15:02:00Z raasch33 ! unused variables removed34 !35 ! 2718 2018-01-02 08:49:38Z maronga36 ! Corrected "Former revisions" section37 !38 ! 2696 2017-12-14 17:12:51Z kanani39 ! Change in file header (GPL part)40 !41 ! 2638 2017-11-23 12:44:23Z raasch42 ! bugfix for constant top momentumflux43 !44 ! 2233 2017-05-30 18:08:54Z suehring45 !46 ! 2232 2017-05-30 17:47:52Z suehring47 ! Adjustments to new topography and surface concept48 !49 ! 2118 2017-01-17 16:38:49Z raasch50 ! OpenACC version of subroutine removed51 !52 ! 2037 2016-10-26 11:15:40Z knoop53 ! Anelastic approximation implemented54 !55 ! 2000 2016-08-20 18:09:15Z knoop56 ! Forced header and separation lines into 80 columns57 !58 ! 1873 2016-04-18 14:50:06Z maronga59 ! Module renamed (removed _mod)60 !61 ! 1850 2016-04-08 13:29:27Z maronga62 ! Module renamed63 !64 ! 1740 2016-01-13 08:19:40Z raasch65 ! unnecessary calculations of kmzm and kmzp in wall bounded parts removed66 !67 ! 1691 2015-10-26 16:17:44Z maronga68 ! Formatting corrections.69 !70 ! 1682 2015-10-07 23:56:08Z knoop71 ! Code annotations made doxygen readable72 !73 ! 1340 2014-03-25 19:45:13Z kanani74 ! REAL constants defined as wp-kind75 !76 ! 1320 2014-03-20 08:40:49Z raasch77 ! ONLY-attribute added to USE-statements,78 ! kind-parameters added to all INTEGER and REAL declaration statements,79 ! kinds are defined in new module kinds,80 ! revision history before 2012 removed,81 ! comment fields (!:) to be used for variable explanations added to82 ! all variable declaration statements83 !84 ! 1257 2013-11-08 15:18:40Z raasch85 ! openacc loop and loop vector clauses removed, declare create moved after86 ! the FORTRAN declaration statement87 !88 ! 1128 2013-04-12 06:19:32Z raasch89 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,90 ! j_north91 !92 ! 1036 2012-10-22 13:43:42Z raasch93 ! code put under GPL (PALM 3.9)94 !95 ! 1015 2012-09-27 09:23:24Z raasch96 ! accelerator version (*_acc) added97 !98 ! 1001 2012-09-13 14:08:46Z raasch99 ! arrays comunicated by module instead of parameter list100 !101 ! 978 2012-08-09 08:28:32Z fricke102 ! outflow damping layer removed103 ! kmym_x/_y and kmyp_x/_y change to kmym and kmyp104 !105 ! Revision 1.1 1997/09/12 06:23:51 raasch106 ! Initial revision107 !108 29 ! 109 30 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.