Changeset 4180 for palm/trunk/SOURCE/diffusion_w.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_w.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 ! 2233 2017-05-30 18:08:54Z suehring42 !43 ! 2232 2017-05-30 17:47:52Z suehring44 ! Adjustments to new topography and surface concept45 !46 ! 2118 2017-01-17 16:38:49Z raasch47 ! OpenACC version of subroutine removed48 !49 ! 2037 2016-10-26 11:15:40Z knoop50 ! Anelastic approximation implemented51 !52 ! 2000 2016-08-20 18:09:15Z knoop53 ! Forced header and separation lines into 80 columns54 !55 ! 1873 2016-04-18 14:50:06Z maronga56 ! Module renamed (removed _mod)57 !58 ! 1850 2016-04-08 13:29:27Z maronga59 ! Module renamed60 !61 ! 1682 2015-10-07 23:56:08Z knoop62 ! Code annotations made doxygen readable63 !64 ! 1374 2014-04-25 12:55:07Z raasch65 ! vsws + vswst removed from acc-present-list66 !67 ! 1353 2014-04-08 15:21:23Z heinze68 ! REAL constants provided with KIND-attribute69 !70 ! 1340 2014-03-25 19:45:13Z kanani71 ! REAL constants defined as wp-kind72 !73 ! 1322 2014-03-20 16:38:49Z raasch74 ! 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 ! kmxm_x/_z and kmxp_x/_z change to kmxm and kmxp104 ! kmym_y/_z and kmyp_y/_z change to kmym and kmyp105 !106 ! Revision 1.1 1997/09/12 06:24:11 raasch107 ! Initial revision108 !109 29 ! 110 30 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.