| 13 | |---------------- |
| 14 | {{{#!td style="vertical-align:top;width: 50px" |
| 15 | 24/11/10 |
| 16 | }}} |
| 17 | {{{#!td style="vertical-align:top;width: 50px" |
| 18 | SR |
| 19 | }}} |
| 20 | {{{#!td style="vertical-align:top;width: 75px" |
| 21 | r600 |
| 22 | }}} |
| 23 | {{{#!td style="vertical-align:top" |
| 24 | 3.7a |
| 25 | }}} |
| 26 | {{{#!td style="vertical-align:top" |
| 27 | C |
| 28 | }}} |
| 29 | {{{#!td style="vertical-align:top" |
| 30 | Parameters moved from the d3par-NAMELIST (runtime parameters) to the inipar-NAMELIST (initial parameters): call_psolver_at_all_substeps, cfl_factor, cycle_mg, mg_cycles,mg_switch_to_pe0_level, ngsrb, nsor, omega_sor, prandtl_number, psolver, rayleigh_damping_factor, rayleigh_damping_height, residual_limit (parin, read_var_list, write_var_list). |
| 31 | |
| 32 | '''Attention:''' This shift of parameters requires the users to modify all those NAMELIST-parameter files, which contain the parameters given above! |
| 33 | |
| 34 | Due to this change, in routine skip_var_list (end of file read_var_list.f90), variable ldum is replaced by cdum(LEN=1), because otherwise read errors (too few data on file) would appear due to one of the additional parameters (cycle_mg, which is a string of one single character) which are now stored on the restart file. |
| 35 | |
| 36 | Weblink to error message database changed to new trac server (message). |
| 37 | }}} |
| 38 | |---------------- |
| 39 | {{{#!td style="vertical-align:top;width: 50px" |
| 40 | |
| 41 | }}} |
| 42 | {{{#!td style="vertical-align:top;width: 50px" |
| 43 | |
| 44 | }}} |
| 45 | {{{#!td style="vertical-align:top;width: 75px" |
| 46 | |
| 47 | }}} |
| 48 | {{{#!td style="vertical-align:top" |
| 49 | |
| 50 | }}} |
| 51 | {{{#!td style="vertical-align:top" |
| 52 | B |
| 53 | }}} |
| 54 | {{{#!td style="vertical-align:top" |
| 55 | Bugfix concerning check of xz/yz-cross-section levels on netcdf-files to be extended (netcdf). |
| 56 | |
| 57 | Bugfix in opening of cross section netcdf-files (parallel opening with netcdf4 only works for netcdf_data_format > 2 but was used generally) (check_open). |
| 58 | |
| 59 | Default values of surface_scalarflux and surface_waterflux changed from 0.0 to 9999999.9. Giving the parameter the default values means, that the respective surface fluxes are calculated by the MO-relations, so the old default value did not allow to set the surface fluxes to zero explicitly. (check_parameters, modules) |
| 60 | }}} |