[34] | 1 | New: |
---|
| 2 | --- |
---|
[158] | 3 | The plant canopy model has been extended to the prognostic equation for |
---|
| 4 | the potential temperature and the prognostic equation for the concentration |
---|
| 5 | of a passive scalar, as proposed by Watanabe (2004) and Shaw and Schumann |
---|
| 6 | (1992). (prognostic_equations, plant_canopy_model) |
---|
| 7 | |
---|
[143] | 8 | Within a job chain, the number of processors or the virtual processor grid |
---|
| 9 | is now allowed to be changed. This modifies the domain decomposition and |
---|
| 10 | requires that the PEs within a restart job have to know from which file(s) they |
---|
| 11 | have to read their restart data (up to now there is a one to one relation |
---|
| 12 | between the restart files and the PEs, i.e. processor 4 only reads data |
---|
| 13 | from file "_0004"). Informations about the subdomain index limits of all |
---|
| 14 | restart files are now written by PE0 (to file "_0000"). Also, all variables |
---|
| 15 | containing global values which do not depend on the subdomain are written |
---|
| 16 | to file "_0000" only. In a restart run, this file is opened by all PEs to |
---|
| 17 | read these global values and the informations about the subdomain index |
---|
| 18 | limits. Depending on these index limit information it is decided which |
---|
| 19 | restart file(s) has/have to be opened in order to read the complete data |
---|
| 20 | necessary for the current subdomain. |
---|
[34] | 21 | |
---|
[147] | 22 | The turbulence recycling method of Kataoka and Mizuno (2002) has been |
---|
| 23 | implemented. A pre-run with smaller model domain can be used to initialize |
---|
| 24 | the real run, in order to spare the CPU time needed to get the turbulence |
---|
| 25 | into a quasi-stationary state (see initializing_actions = |
---|
| 26 | 'read_data_for_recycling'). |
---|
| 27 | |
---|
[150] | 28 | Particle advection adjusted for ocean runs. |
---|
| 29 | |
---|
[144] | 30 | User-defined spectra. |
---|
[138] | 31 | |
---|
[164] | 32 | Argument -c introduced to most of the subjob calls, which allows the user to |
---|
| 33 | choose his own job catalog by setting job_catalog in the configuration file |
---|
| 34 | (default is ~/job_queue). Workaround for mpixec with -env option. |
---|
| 35 | Adjustments for lcxt4 (Bergen Center for Computational Science) (mrun, subjob) |
---|
| 36 | |
---|
[158] | 37 | advec_particles, calc_spectra, check_open, check_parameters, data_output_spectra, header, init_particles, init_pegrid, init_3d_model, modules, netcdf, parin, particle_boundary_conds, plant_canopy_model, prognostic_equations, read_var_list, read_3d_binary, time_integration, user_interface, write_var_list, write_3d_binary |
---|
[132] | 38 | |
---|
[151] | 39 | New: inflow_turbulence |
---|
[144] | 40 | |
---|
[151] | 41 | |
---|
[34] | 42 | Changed: |
---|
| 43 | ------- |
---|
[158] | 44 | Sharp lateral edges of the plant canopy introduced. Before smaller |
---|
| 45 | values of the leaf area density than those applied in the prognostic |
---|
| 46 | equation for the vertical velocity were used in the prognostic equations |
---|
| 47 | for u and v at the boundaries of the plant_canopy. (init_3d_model) |
---|
| 48 | |
---|
[143] | 49 | -cross_ts_* (read_var_list, write_var_list) |
---|
| 50 | -dopr_time_count, old profil parameters (cross_..., dopr_crossindex, |
---|
| 51 | profile_***) removed (read_3d_binary, write_3d_binary) |
---|
[73] | 52 | |
---|
[143] | 53 | hom_sum moved, volume_flow_area, volume_flow_initial moved from ..._3d_binary |
---|
| 54 | to ..._var_list, hom_sum is now allocated in parin instead of init_3d_model |
---|
[134] | 55 | |
---|
[146] | 56 | npex, npey moved from inipar- to d3par-namelist (parin) |
---|
[132] | 57 | |
---|
[146] | 58 | myid_char14 removed. This was used since on IBM machines the process rank may |
---|
| 59 | be changed when the final communicator is defined, in order to save the |
---|
| 60 | preliminary processor-id for opening the binary output file for restarts |
---|
| 61 | (unit 14), because otherwise a mismatch occured when reading this file in a |
---|
| 62 | restart job. This mechanism is not needed any more since the subdomain |
---|
| 63 | informations are now contained in file _0000. (parin, check_open) |
---|
[143] | 64 | |
---|
[164] | 65 | Transpositions for the 2D domain decomposition have been optimized by using |
---|
| 66 | f_inv as an automatic array instead of providing the memory by a dummy argument. |
---|
| 67 | This spares one copy loop per transposition. Order of indices in the 3D loops |
---|
| 68 | in some of the transpose routines have been rearranged for better cache utilization. |
---|
| 69 | Both have been suggested by Roland Richter (SGI) as part of the |
---|
| 70 | HLRN-II benchmark process. (transpose) |
---|
[146] | 71 | |
---|
[164] | 72 | Workaround for getting information about the coupling mode. (palm) |
---|
[146] | 73 | |
---|
[164] | 74 | advec_s_ups, advec_u_ups, advec_v_ups, advec_w_ups, calc_spectra, check_open, init_3d_model, modules, palm, parin, poisfft, read_var_list, read_3d_binary, transpose, write_var_list, write_3d_binary |
---|
| 75 | |
---|
| 76 | |
---|
[34] | 77 | Errors: |
---|
| 78 | ------ |
---|
[167] | 79 | Bugfix: Lengths of those characters that are needed for the output of the |
---|
| 80 | characteristic levels of potential temperature, the geostrophic wind, |
---|
| 81 | scalar concentration, humidity and leaf area density to the header file |
---|
| 82 | has been increased. (header) |
---|
| 83 | |
---|
[158] | 84 | Bugfix: add ')' in user_read_restart_data. |
---|
| 85 | |
---|
| 86 | The leaf area density is explicitly set to its surface value at k=0. (check_parameters) |
---|
| 87 | |
---|
[155] | 88 | Introduce prefix_chr to ensure unique dvrp_file path. |
---|
[148] | 89 | small bugfixes for user_interface sample code (comments): |
---|
| 90 | - initialize ustvst with 0.0 as it is now computed only until nxr and nyn |
---|
| 91 | - two ALLOCATE statements moved from user_read_restart_data back to user_init |
---|
| 92 | - remove 'READ (13) u2_av' statement in user_read_restart_data |
---|
[143] | 93 | Bugfix: remove IF statement in plant_canopy_model_ij (plant_canopy_model) |
---|
[142] | 94 | Bugfix: divide sums(k,8) (e) and sums(k,34) (e*) by ngp_2dh_s_inner(k,sr) |
---|
[143] | 95 | (like other scalars) (flow_statistics) |
---|
| 96 | Bugfix: dopr_time_count was written on the binary file, which caused that |
---|
| 97 | NetCDF files newly created by restart files (no append of existing files!) |
---|
| 98 | contained uneccessary time levels. (read_3d_binary, write_3d_binary) |
---|
[144] | 99 | Bugfix: extra '*' removed in user_statistics sample code (user_interface) |
---|
[147] | 100 | Bugfix: a stop command was missing in some cases of the parallel branch (local_stop) |
---|
[151] | 101 | Bugfix in volume flow control for non-cyclic boundary conditions (pres) |
---|
[137] | 102 | |
---|
[142] | 103 | |
---|
[158] | 104 | check_parameters, flow_statistics, init_dvrp, local_stop, plant_canopy_model, pres, read_3d_binary, user_interface, write_3d_binary |
---|
[150] | 105 | |
---|