| 36 | }}} |
| 37 | |---------------- |
| 38 | {{{#!td style="vertical-align:top;width: 50px" |
| 39 | 08/06/17 |
| 40 | }}} |
| 41 | {{{#!td style="vertical-align:top;width: 50px" |
| 42 | SR |
| 43 | }}} |
| 44 | {{{#!td style="vertical-align:top;width: 75px" |
| 45 | r2262 |
| 46 | }}} |
| 47 | {{{#!td style="vertical-align:top" |
| 48 | 4.0 |
| 49 | }}} |
| 50 | {{{#!td style="vertical-align:top" |
| 51 | N, C, B |
| 52 | }}} |
| 53 | {{{#!td style="vertical-align:top" |
| 54 | '''New:'''\\ |
| 55 | Unified cycle numbers for output files are used, i.e. {{{mrun}}} tries to give all output files the same cycle number. If that number (or a larger one) already exists for a specific file, the new cycle number of that file will be the largest existing number incremented by one. (palm, batch_scp, mrun) |
| 56 | |
| 57 | Paths and basenames of files are allowed to contain arbitrary numbers of dots ".". (batch_scp, mrun) |
| 58 | |
| 59 | '''Changed:'''\\ |
| 60 | '''Important''': The feature "fl" in configuration files have to be replaced by "ln". It tells {{{mrun}}} that it should try to link that file/directory instead of copying. This feature should be given in case of very large files (e.g. the restart files). If the attribute "ln" is given, the permanent file has to reside in the same file system as {{{mrun}}}s temporary working directory. If this isn't the case, {{{mrun}}} will try to copy the file. {{{mrun}}} does not create empty files/directories for restart files in the HOME-folder any more as it was done with feature "fl". |
| 61 | |
| 62 | Creation of file OUTPUT_FILE_CONNECTIONS removed. Archive feature completely removed from the script. nech related parts completely removed. (mrun) |
| 63 | |
| 64 | '''Bugfix:'''\\ |
| 65 | OpenMP statements from r2232 removed. (prognostic_equations) |