Changeset 1222 for palm/trunk/SOURCE


Ignore:
Timestamp:
Sep 10, 2013 2:48:09 PM (11 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
9 edited

Legend:

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

    r1221 r1222  
    2020! Current revisions:
    2121! ------------------
    22 ! wall_flags_00 introduced, which holds bits 32-...
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1221 2013-09-10 08:59:13Z raasch
     29! wall_flags_00 introduced, which holds bits 32-...
    2730!
    2831! 1128 2013-04-12 06:19:32Z raasch
  • palm/trunk/SOURCE/flow_statistics.f90

    r1221 r1222  
    2121! Current revisions:
    2222! -----------------
    23 ! ported for openACC in separate branch
     23!
    2424!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28!
     29! 1221 2013-09-10 08:59:13Z raasch
     30! ported for openACC in separate #else branch
    2831!
    2932! 1179 2013-06-14 05:57:58Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1221 r1222  
    2323! Current revisions:
    2424! ------------------
    25 ! +rflags_s_inner in copyin statement, use copyin for most arrays instead of
    26 ! copy
     25!
    2726!
    2827! Former revisions:
    2928! -----------------
    3029! $Id$
     30!
     31! 1221 2013-09-10 08:59:13Z raasch
     32! +rflags_s_inner in copyin statement, use copyin for most arrays instead of
     33! copy
    3134!
    3235! 1212 2013-08-15 08:46:27Z raasch
  • palm/trunk/SOURCE/init_grid.f90

    r1221 r1222  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1221 2013-09-10 08:59:13Z raasch
    2229! wall_flags_00 introduced to hold bits 32-63,
    2330! additional 3D-flag arrays for replacing the 2D-index array nzb_s_inner in
    2431! loops optimized for openACC (pres + flow_statistics)
    25 !
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    2932!
    3033! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/modules.f90

    r1221 r1222  
    2020! Current revisions:
    2121! ------------------
    22 ! wall_flags_0 changed to 32bit int, +wall_flags_00,
    23 ! +rflags_s_inner, rflags_invers
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1221 2013-09-10 08:59:13Z raasch
     29! wall_flags_0 changed to 32bit int, +wall_flags_00,
     30! +rflags_s_inner, rflags_invers
    2831!
    2932! 1216 2013-08-26 09:31:42Z raasch
  • palm/trunk/SOURCE/palm.f90

    r1221 r1222  
    2020! Current revisions:
    2121! -----------------
    22 ! +wall_flags_00, rflags_invers, rflags_s_inner in copyin statement
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1221 2013-09-10 08:59:13Z raasch
     29! +wall_flags_00, rflags_invers, rflags_s_inner in copyin statement
    2730!
    2831! 1212 2013-08-15 08:46:27Z raasch
  • palm/trunk/SOURCE/pres.f90

    r1221 r1222  
    2020! Current revisions:
    2121! ------------------
    22 ! openACC porting of reduction operations, loops for calculating d are
    23 ! using the rflags_s_inner multiply flag instead of the nzb_s_inner loop index
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1221 2013-09-10 08:59:13Z raasch
     29! openACC porting of reduction operations, loops for calculating d are
     30! using the rflags_s_inner multiply flag instead of the nzb_s_inner loop index
    2831!
    2932! 1212 2013-08-15 08:46:27Z raasch
  • palm/trunk/SOURCE/time_integration.f90

    r1221 r1222  
    2020! Current revisions:
    2121! ------------------
    22 ! host update of arrays before timestep is called
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1221 2013-09-10 08:59:13Z raasch
     29! host update of arrays before timestep is called
    2730!
    2831! 1179 2013-06-14 05:57:58Z raasch
  • palm/trunk/SOURCE/tridia_solver.f90

    r1221 r1222  
    2020! Current revisions:
    2121! ------------------
    22 ! dummy argument tri in 1d-routines replaced by tri_for_1d because of name
    23 ! conflict with arry tri in module arrays_3d
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1221 2013-09-10 08:59:13Z raasch
     29! dummy argument tri in 1d-routines replaced by tri_for_1d because of name
     30! conflict with arry tri in module arrays_3d
    2831!
    2932! 1216 2013-08-26 09:31:42Z raasch
Note: See TracChangeset for help on using the changeset viewer.