Changes between Version 170 and Version 171 of todo


Ignore:
Timestamp:
May 25, 2018 7:47:29 AM (7 years ago)
Author:
schwenkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • todo

    v170 v171  
    4545||='''Page (e. g. wiki/doc/app/userint)'''  =||='''What to do?'''  =||='''Name'''  =||
    4646||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)]]  ||
    4848||<page> ||Write descriptions for exercises 6-14 (divide all exercises into Tutorial exercises and Advanced exercises), Advanced examples->Research project examples   ||  ||
    4949||wiki/doc/ ||Description of statistical methods (computation of fluxes and variances, horizontal averaging, etc.)  ||  ||
     
    8484|| PALM code || define dimensions of data_output, data_output_pr, etc. as variables (avoid fixed numbers in code) || ||
    8585|| 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)]] ||
    8787|| PALM code || Review summation of "1E-5_wp" in lines 164/167 in diffusivities.f90 (r2119), see ticket:393 ||[[span(style=color: #FF0000, Tobias)]]  ||
    8888|| data_output || ~~Set missing values/fill values inside topography and define these missing values as attributes in NetCDF file~~ ||[[span(style=color: #FF0000, Matthias)]]  ||