| 13 | |---------------- |
| 14 | {{{#!td style="vertical-align:top;width: 50px" |
| 15 | 04/03/13 |
| 16 | }}} |
| 17 | {{{#!td style="vertical-align:top;width: 50px" |
| 18 | SR |
| 19 | }}} |
| 20 | {{{#!td style="vertical-align:top;width: 75px" |
| 21 | r1106 |
| 22 | }}} |
| 23 | {{{#!td style="vertical-align:top" |
| 24 | 3.9 |
| 25 | }}} |
| 26 | {{{#!td style="vertical-align:top" |
| 27 | N, B, C |
| 28 | }}} |
| 29 | {{{#!td style="vertical-align:top" |
| 30 | '''New:'''\\ |
| 31 | Start with porting of FFT-solver for serial runs to GPU using CUDA FFT. It will be finished in some later revision. The porting required to rearrange preprocessor lines in the transpose routines, so that they can also |
| 32 | be used in serial (non-parallel) mode. The transpositions are now also carried out in the serial mode, which makes it a little bit slower. Routines {{{fftx}}}, {{{fftxp}}} have been replaced by calls of {{{fft_x}}}. In turn, the old {{{fft_x}}} has been renamed {{{fft_x_1d}}} and is now used for the 1D-decomposition routines. |
| 33 | (Makefile, Makefile_check, fft_xy, poisfft, poisfft_hybrid, transpose, '''new:''' cuda_fft_interfaces) |
| 34 | |
| 35 | {{{--stdin}}} argument has been added to {{{mpiexec}}} statement on {{{lckyuh}}}. Argument settings of {{{-y}}} and {{{-Y}}} output to header. (mrun) |
| 36 | |
| 37 | '''Changed:'''\\ |
| 38 | Module {{{array_kind}}} renamed {{{precision_kind}}}. (check_open, data_output_3d, fft_xy, modules, user_data_output_3d) |
| 39 | |
| 40 | Some format changes for coupled atmosphere-ocean runs. (header) |
| 41 | |
| 42 | Small changes in code formatting. (microphysics, prognostic_equations) |
| 43 | |
| 44 | '''Bugfixes:'''\\ |
| 45 | Default value (0) assigned to {{{coupling_start_time}}}. (modules) |
| 46 | |
| 47 | Initial time for preruns of coupled runs is output as {{{-coupling_start_time}}}. (data_output_profiles) |
| 48 | }}} |