Changes between Version 164 and Version 165 of todo
- Timestamp:
- May 22, 2018 12:33:45 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
todo
v164 v165 22 22 ||PALM code ||Known bug: W* and Z_I in the first line of the run control file don't correspond to the values in the last run control output line of the previous run. ||Sebastian || 23 23 ||PALM code ||Known bug: Restart crashes in sum_up_3d_data if an {{{_av}}} quantity is given in the restart run NAMELIST file (_p3dr) but not in the initial run NAMELIST file (_p3d) --> Implement check?! ||Sebastian || 24 ||Scripts || Write new script to find the next unused of free error number + next free log_point number ||Helge||24 ||Scripts ||~~Write new script to find the next unused of free error number + next free log_point number~~ ||[[span(style=color: #008000, Helge)]]|| 25 25 ||Scripts ||Finalize first version of new palmplot script (python) ||Helge || 26 26 ||Scripts ||~~Remove deprecated vapor scripts~~ (already removed since r1611)||[[span(style=color: #008000, Tobias)]]|| … … 85 85 || PALM code || Implement a more flexible y-shift method for non-cyclic but also for cyclic runs || [[span(style=color: #FF0000, Simon)]] || 86 86 || PALM code || Particle code: unify allocation of particle arrays within lpm_droplet_collision, lpm_droplet_condensation, ... (REAL(wp), DIMENSION(:), ALLOCATABLE or REAL(wp), DIMENSION(prt_count(k,j,i))) ||[[span(style=color: #FF0000, Johannes)]] || 87 || PALM code || Implement PALM error messages in parallel random number generator module ||[[span(style=color: #008000, Helge)]] ||88 87 || PALM code || Review summation of "1E-5_wp" in lines 164/167 in diffusivities.f90 (r2119), see ticket:393 ||[[span(style=color: #FF0000, Tobias)]] || 89 88 || data_output || ~~Set missing values/fill values inside topography and define these missing values as attributes in NetCDF file~~ ||[[span(style=color: #FF0000, Matthias)]] || … … 95 94 ||Spectra output || ~~Check and possibly revise spectra normalization with wavenumber~~ ||[[span(style=color: #FF0000, Matthias)]] || 96 95 ||Initialization || It needs to be clarified that the initial wind profile constructed by ug_surface, ug_vertical_gradient etc. describes the forcing by the geostrophic wind (pressure gradient), and at the same time depicts the initial actual-wind profile. [[span(style=color: #FF0000, just add better hints in docu)]]||[[span(style=color: #FF0000, Siggi)]] || 97 ||PALM scripts || Not all SCRIPTS bash based yet. ||[[span(style=color: #FF0000, Helge)]] ||98 96 ||palmrun || make working directory independent from installation directory || Siggi || 99 97 ||NAMELISTs || it should be possible to give output levels in real coordinates (m) instead of grid level, output should then be done for the nearest grid point ||[[span(style=color: #FF0000, Sebastian)]] || … … 113 111 \\ 114 112 == Tools== 115 ||- ||new plotting tool based on python to replace palmplot ||[[span(style=color: #FF0000, Helge)]] ||116 113 ||- ||extend PALM grid finder for nesting configurations ||Hiwi || 117 114 ||- ||tool for finding vertical grid configuration with grid stretching (maybe as part of palm_gf) || Katrin+HiWi || 118 ||- ||~~development and implementation of an automatic mechanism to test source code modifications~~ ||~~[[span(style=color: #008000, Helge )]]~~119 115 ||Vapor || remove deprecated vapor scripts. Users try to use them but they are highly specialized for our IMUK system and the old HLRN2 complex (deprecated). Also update documentation (see above). || Tobias ||