Changeset 4180 for palm/trunk/SOURCE/tridia_solver_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/tridia_solver_mod.f90
r3761 r4180 30 30 ! OpenACC port for SPEC 31 31 ! 32 ! 3274 2018-09-24 15:42:55Z knoop33 ! Modularization of all bulk cloud physics code components34 !35 ! 3241 2018-09-12 15:02:00Z raasch36 ! unused variables removed37 !38 ! 2718 2018-01-02 08:49:38Z maronga39 ! Corrected "Former revisions" section40 !41 ! 2696 2017-12-14 17:12:51Z kanani42 ! Change in file header (GPL part)43 !44 ! 2119 2017-01-17 16:51:50Z raasch45 !46 ! 2118 2017-01-17 16:38:49Z raasch47 ! OpenACC directives 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 ! 1850 2016-04-08 13:29:27Z maronga56 ! Module renamed57 !58 !59 ! 1815 2016-04-06 13:49:59Z raasch60 ! cpp-switch intel11 removed61 !62 ! 1808 2016-04-05 19:44:00Z raasch63 ! test output removed64 !65 ! 1804 2016-04-05 16:30:18Z maronga66 ! Removed code for parameter file check (__check)67 !68 ! 1682 2015-10-07 23:56:08Z knoop69 ! Code annotations made doxygen readable70 !71 ! 1406 2014-05-16 13:47:01Z raasch72 ! bugfix for pgi 14.4: declare create moved after array declaration73 !74 ! 1342 2014-03-26 17:04:47Z kanani75 ! REAL constants defined as wp-kind76 !77 ! 1322 2014-03-20 16:38:49Z raasch78 ! REAL functions provided with KIND-attribute79 !80 ! 1320 2014-03-20 08:40:49Z raasch81 ! ONLY-attribute added to USE-statements,82 ! kind-parameters added to all INTEGER and REAL declaration statements,83 ! kinds are defined in new module kinds,84 ! old module precision_kind is removed,85 ! revision history before 2012 removed,86 ! comment fields (!:) to be used for variable explanations added to87 ! all variable declaration statements88 !89 ! 1257 2013-11-08 15:18:40Z raasch90 ! openacc loop and loop vector clauses removed, declare create moved after91 ! the FORTRAN declaration statement92 !93 ! 1221 2013-09-10 08:59:13Z raasch94 ! dummy argument tri in 1d-routines replaced by tri_for_1d because of name95 ! conflict with arry tri in module arrays_3d96 !97 ! 1216 2013-08-26 09:31:42Z raasch98 ! +tridia_substi_overlap for handling overlapping fft / transposition99 !100 ! 1212 2013-08-15 08:46:27Z raasch101 ! Initial revision.102 ! Routines have been moved to seperate module from former file poisfft to here.103 ! The tridiagonal matrix coefficients of array tri are calculated only once at104 ! the beginning, i.e. routine split is called within tridia_init.105 !106 107 #define __acc_fft_device ( defined( _OPENACC ) && ( defined ( __cuda_fft ) ) )108 109 32 ! 110 33 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.