Changeset 4180 for palm/trunk/SOURCE/diffusion_s.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_s.f90
r3927 r4180 33 33 ! nopointer option removed 34 34 ! 35 ! 3634 2018-12-18 12:31:28Z knoop36 ! OpenACC port for SPEC37 !38 ! 3547 2018-11-21 13:21:24Z suehring39 ! variables documented40 !41 ! 2759 2018-01-17 16:24:59Z suehring42 ! Major bugfix, horizontal diffusion at vertical surfaces corrected.43 !44 ! 2718 2018-01-02 08:49:38Z maronga45 ! Corrected "Former revisions" section46 !47 ! 2696 2017-12-14 17:12:51Z kanani48 ! Change in file header (GPL part)49 !50 ! 2233 2017-05-30 18:08:54Z suehring51 !52 ! 2232 2017-05-30 17:47:52Z suehring53 ! Adjustments to new topography and surface concept54 !55 ! 2118 2017-01-17 16:38:49Z raasch56 ! OpenACC version of subroutine removed57 !58 ! 2037 2016-10-26 11:15:40Z knoop59 ! Anelastic approximation implemented60 !61 ! 2000 2016-08-20 18:09:15Z knoop62 ! Forced header and separation lines into 80 columns63 !64 ! 1873 2016-04-18 14:50:06Z maronga65 ! Module renamed (removed _mod)66 !67 ! 1850 2016-04-08 13:29:27Z maronga68 ! Module renamed69 !70 ! 1691 2015-10-26 16:17:44Z maronga71 ! Formatting corrections.72 !73 ! 1682 2015-10-07 23:56:08Z knoop74 ! Code annotations made doxygen readable75 !76 ! 1374 2014-04-25 12:55:07Z raasch77 ! missing variables added to ONLY list78 !79 ! 1340 2014-03-25 19:45:13Z kanani80 ! REAL constants defined as wp-kind81 !82 ! 1320 2014-03-20 08:40:49Z raasch83 ! ONLY-attribute added to USE-statements,84 ! kind-parameters added to all INTEGER and REAL declaration statements,85 ! kinds are defined in new module kinds,86 ! revision history before 2012 removed,87 ! comment fields (!:) to be used for variable explanations added to88 ! all variable declaration statements89 !90 ! 1257 2013-11-08 15:18:40Z raasch91 ! openacc loop and loop vector clauses removed92 !93 ! 1128 2013-04-12 06:19:32Z raasch94 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,95 ! j_north96 !97 ! 1092 2013-02-02 11:24:22Z raasch98 ! unused variables removed99 !100 ! 1036 2012-10-22 13:43:42Z raasch101 ! code put under GPL (PALM 3.9)102 !103 ! 1015 2012-09-27 09:23:24Z raasch104 ! accelerator version (*_acc) added105 !106 ! 1010 2012-09-20 07:59:54Z raasch107 ! cpp switch __nopointer added for pointer free version108 !109 ! 1001 2012-09-13 14:08:46Z raasch110 ! some arrays comunicated by module instead of parameter list111 !112 ! Revision 1.1 2000/04/13 14:54:02 schroeter113 ! Initial revision114 !115 35 ! 116 36 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.