Changeset 1107
- Timestamp:
- Mar 4, 2013 6:23:14 AM (12 years ago)
- Location:
- palm/trunk
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1106 r1107 22 22 # Current revisions: 23 23 # ------------------ 24 # --stdin argument for mpiexec on lckyuh 25 # -y and -Y settings output to header 24 # 26 25 # 27 26 # Former revisions: 28 27 # ----------------- 29 28 # $Id$ 29 # 30 # 1106 2013-03-04 05:31:38Z raasch 31 # --stdin argument for mpiexec on lckyuh 32 # -y and -Y settings output to header 30 33 # 31 34 # 1103 2013-02-20 02:15:53Z raasch -
palm/trunk/SOURCE/Makefile
r1106 r1107 20 20 # Current revisions: 21 21 # ------------------ 22 # +cuda_fft_interfaces22 # 23 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # 28 # 1106 2013-03-04 05:31:38Z raasch 29 # +cuda_fft_interfaces 27 30 # 28 31 # 1053 2012-11-13 17:11:03Z hoffmann -
palm/trunk/SOURCE/Makefile_check
r1106 r1107 20 20 # Current revisions: 21 21 # ------------------ 22 # +cuda_fft_interfaces22 # 23 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # 28 # 1106 2013-03-04 05:31:38Z raasch 29 # +cuda_fft_interfaces 27 30 # 28 31 # 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/check_open.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! array_kind renamed precision_kind22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! array_kind renamed precision_kind 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/cuda_fft_interfaces.f90
r1106 r1107 26 26 ! $Id$ 27 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! Initial revision 28 30 ! 29 31 ! Description: -
palm/trunk/SOURCE/data_output_3d.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! array_kind renamed precision_kind22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! array_kind renamed precision_kind 27 30 ! 28 31 ! 1076 2012-12-05 08:30:18Z hoffmann -
palm/trunk/SOURCE/data_output_profiles.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! bugfix: initial time for preruns of coupled runs is output as -coupling_start_time22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! bugfix: initial time for preruns of coupled runs is output as 30 ! -coupling_start_time 27 31 ! 28 32 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/fft_xy.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 22 29 ! CUDA fft added 23 30 ! array_kind renamed precision_kind, 3D- instead of 1D-loops in fft_x and fft_y 24 31 ! old fft_x, fft_y become fft_x_1d, fft_y_1d and are used for 1D-decomposition 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/header.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! some format changes for coupled runs22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! some format changes for coupled runs 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/microphysics.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! small changes in code formatting22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! small changes in code formatting 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/modules.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! test: different dpk definition for CUDA FFT removed!!!! delete this comment 23 ! before next check in 24 ! array_kind renamed precision_kind, pdims defined in serial code 25 ! bugfix: default value assigned to coupling_start_time 22 ! 26 23 ! 27 24 ! Former revisions: 28 25 ! ----------------- 29 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! array_kind renamed precision_kind, pdims defined in serial code 30 ! bugfix: default value assigned to coupling_start_time 30 31 ! 31 32 ! 1095 2013-02-03 02:21:01Z raasch -
palm/trunk/SOURCE/poisfft.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 22 29 ! routines fftx, ffty, fftxp, fftyp removed, calls replaced by fft_x, fft_y, 23 30 ! in the 1D-decomposition routines fft_x, ffty are replaced by fft_x_1d, 24 31 ! fft_y_1d 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1103 2013-02-20 02:15:53Z raasch -
palm/trunk/SOURCE/poisfft_hybrid.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! calls of fft_x, fft_y replaced by fft_x_1d, fft_y_1d22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! calls of fft_x, fft_y replaced by fft_x_1d, fft_y_1d 27 30 ! 28 31 ! 1036 2012-10-22 13:43:42Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! small changes in code formatting22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! small changes in code formatting 27 30 ! 28 31 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/transpose.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! preprocessor lines rearranged so that routines can also be used in serial 23 ! (non-parallel) mode 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! preprocessor lines rearranged so that routines can also be used in serial 30 ! (non-parallel) mode 28 31 ! 29 32 ! 1092 2013-02-02 11:24:22Z raasch -
palm/trunk/SOURCE/user_data_output_3d.f90
r1106 r1107 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! array_kind renamed precision_kind22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1106 2013-03-04 05:31:38Z raasch 29 ! array_kind renamed precision_kind 27 30 ! 28 31 ! 1036 2012-10-22 13:43:42Z raasch
Note: See TracChangeset
for help on using the changeset viewer.