Changeset 4180 for palm/trunk/SOURCE/diffusion_v.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_v.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 ! 1682 2015-10-07 23:56:08Z knoop68 ! Code annotations made doxygen readable69 !70 ! 1340 2014-03-25 19:45:13Z kanani71 ! REAL constants defined as wp-kind72 !73 ! 1320 2014-03-20 08:40:49Z raasch74 ! ONLY-attribute added to USE-statements,75 ! kind-parameters added to all INTEGER and REAL declaration statements,76 ! kinds are defined in new module kinds,77 ! revision history before 2012 removed,78 ! comment fields (!:) to be used for variable explanations added to79 ! all variable declaration statements80 !81 ! 1257 2013-11-08 15:18:40Z raasch82 ! openacc loop and loop vector clauses removed, declare create moved after83 ! the FORTRAN declaration statement84 !85 ! 1128 2013-04-12 06:19:32Z raasch86 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,87 ! j_north88 !89 ! 1036 2012-10-22 13:43:42Z raasch90 ! code put under GPL (PALM 3.9)91 !92 ! 1015 2012-09-27 09:23:24Z raasch93 ! accelerator version (*_acc) added94 !95 ! 1001 2012-09-13 14:08:46Z raasch96 ! arrays comunicated by module instead of parameter list97 !98 ! 978 2012-08-09 08:28:32Z fricke99 ! outflow damping layer removed100 ! kmxm_x/_y and kmxp_x/_y change to kmxm and kmxp101 !102 ! Revision 1.1 1997/09/12 06:24:01 raasch103 ! Initial revision104 !105 29 ! 106 30 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.