Changes between Version 146 and Version 147 of todo
- Timestamp:
- Apr 11, 2018 1:44:35 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
todo
v146 v147 72 72 ||PALM code ||Avoid repeating code blocks in {{{data_output}}} routines and use subroutines instead || || 73 73 ||PALM code ||Avoid unnecessary grid checks when using multi grid solver ||?? || 74 ||PALM code ||Implement Johannes' splitting and merging algorithm for Lagrangian particles ||[[span(style=color: #FF0000, Johannes)]] ||75 74 ||PALM code ||make simple random number generator available for general usage || [[span(style=color: #FF0000, Johannes )]] || 76 75 || PALM code || Implement and homogenize output of cloud-physical variables derived from bulk and Lagrangian cloud physics (e.g., qc, ql, qr, lpt, pt) || [[span(style=color: #FF0000, Johannes )]] || … … 83 82 || PALM code || Implement a more flexible y-shift method for non-cyclic but also for cyclic runs || [[span(style=color: #FF0000, Simon)]] || 84 83 || 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)]] || 85 || PALM code || Use only one Magnus formula within the code (not several as in microphysics.f90, lpm_droplet_condensation.f90, calc_liquid_water.f90, land_surface_model.f90) ||[[span(style=color: #FF0000, Johannes)]] ||86 84 || PALM code || Implement PALM error messages in parallel random number generator module ||[[span(style=color: #008000, Helge)]] || 87 85 || PALM code || Review summation of "1E-5_wp" in lines 164/167 in diffusivities.f90 (r2119), see ticket:393 ||[[span(style=color: #FF0000, Tobias)]] ||