Ignore:
Timestamp:
Aug 21, 2019 2:37:54 PM (5 years ago)
Author:
scharf
Message:

removed comments in 'Former revisions' section that are older than 01.01.2019

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/tridia_solver_mod.f90

    r3761 r4180  
    3030! OpenACC port for SPEC
    3131!
    32 ! 3274 2018-09-24 15:42:55Z knoop
    33 ! Modularization of all bulk cloud physics code components
    34 !
    35 ! 3241 2018-09-12 15:02:00Z raasch
    36 ! unused variables removed
    37 !
    38 ! 2718 2018-01-02 08:49:38Z maronga
    39 ! Corrected "Former revisions" section
    40 !
    41 ! 2696 2017-12-14 17:12:51Z kanani
    42 ! Change in file header (GPL part)
    43 !
    44 ! 2119 2017-01-17 16:51:50Z raasch
    45 !
    46 ! 2118 2017-01-17 16:38:49Z raasch
    47 ! OpenACC directives removed
    48 !
    49 ! 2037 2016-10-26 11:15:40Z knoop
    50 ! Anelastic approximation implemented
    51 !
    52 ! 2000 2016-08-20 18:09:15Z knoop
    53 ! Forced header and separation lines into 80 columns
    54 !
    55 ! 1850 2016-04-08 13:29:27Z maronga
    56 ! Module renamed
    57 !
    58 !
    59 ! 1815 2016-04-06 13:49:59Z raasch
    60 ! cpp-switch intel11 removed
    61 !
    62 ! 1808 2016-04-05 19:44:00Z raasch
    63 ! test output removed
    64 !
    65 ! 1804 2016-04-05 16:30:18Z maronga
    66 ! Removed code for parameter file check (__check)
    67 !
    68 ! 1682 2015-10-07 23:56:08Z knoop
    69 ! Code annotations made doxygen readable
    70 !
    71 ! 1406 2014-05-16 13:47:01Z raasch
    72 ! bugfix for pgi 14.4: declare create moved after array declaration
    73 !
    74 ! 1342 2014-03-26 17:04:47Z kanani
    75 ! REAL constants defined as wp-kind
    76 !
    77 ! 1322 2014-03-20 16:38:49Z raasch
    78 ! REAL functions provided with KIND-attribute
    79 !
    80 ! 1320 2014-03-20 08:40:49Z raasch
    81 ! 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 to
    87 ! all variable declaration statements
    88 !
    89 ! 1257 2013-11-08 15:18:40Z raasch
    90 ! openacc loop and loop vector clauses removed, declare create moved after
    91 ! the FORTRAN declaration statement
    92 !
    93 ! 1221 2013-09-10 08:59:13Z raasch
    94 ! dummy argument tri in 1d-routines replaced by tri_for_1d because of name
    95 ! conflict with arry tri in module arrays_3d
    96 !
    97 ! 1216 2013-08-26 09:31:42Z raasch
    98 ! +tridia_substi_overlap for handling overlapping fft / transposition
    99 !
    100 ! 1212 2013-08-15 08:46:27Z raasch
    101 ! 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 at
    104 ! the beginning, i.e. routine split is called within tridia_init.
    105 !
    106 
    107 #define __acc_fft_device ( defined( _OPENACC ) && ( defined ( __cuda_fft ) ) )
    108 
    10932!
    11033! Description:
Note: See TracChangeset for help on using the changeset viewer.