Changes between Version 169 and Version 170 of todo
- Timestamp:
- May 25, 2018 7:44:33 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
todo
v169 v170 33 33 ||PALM code ||Extend plant canopy model to handle basal area (trunks, branches) ||Björn || 34 34 ||homepage || replace the provisional picture (showing Kelvin-Helmholtz waves) by a nicer one from an urban canopy simulation ||Tobias || 35 ||test suite || Design test cases for microphysic and lagrangian particles||Johannes ||35 ||test suite ||~~ Design test cases for microphysic and lagrangian particles~~ ||Johannes || 36 36 || PALM code || Implement and homogenize output of cloud-physical variables derived from bulk and Lagrangian cloud physics (e.g., qc, ql, qr, lpt, pt) || Johannes || 37 ||PALM code/ documentation || Change the name specific humidity to mixing ratio! We don't compute specific humidities.||Johannes ||37 ||PALM code/ documentation ||~~Change the name specific humidity to mixing ratio! We don't compute specific humidities.~~ ||Johannes || 38 38 ||PALM code || replace {{{CEILING}}} function with {{{INT}}} or {{{NINT}}} where appropriate ||tba || 39 39 ||PALM code || 3D output in serial mode seems to be quite different from parallel runs although RUN_CONTROL files are identical ||tba || … … 45 45 ||='''Page (e. g. wiki/doc/app/userint)''' =||='''What to do?''' =||='''Name''' =|| 46 46 ||wiki/doc/tec/1d_model ||Description of 1d model || || 47 ||wiki/doc/tec/cloud_physics || Description of cloud physics module|| [[span(style=color: #FF0000, Johannes)]] ||47 ||wiki/doc/tec/cloud_physics ||~-Description of cloud physics module -~ || [[span(style=color: #FF0000, Johannes)]] || 48 48 ||<page> ||Write descriptions for exercises 6-14 (divide all exercises into Tutorial exercises and Advanced exercises), Advanced examples->Research project examples || || 49 49 ||wiki/doc/ ||Description of statistical methods (computation of fluxes and variances, horizontal averaging, etc.) || || … … 84 84 || PALM code || define dimensions of data_output, data_output_pr, etc. as variables (avoid fixed numbers in code) || || 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 || 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)]] ||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 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)]] || 88 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)]] ||