Changes between Version 170 and Version 171 of todo
- Timestamp:
- May 25, 2018 7:47:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
todo
v170 v171 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)]] ||