Changes between Version 169 and Version 170 of todo


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

--

Legend:

Unmodified
Added
Removed
Modified
  • todo

    v169 v170  
    3333||PALM code    ||Extend plant canopy model to handle basal area (trunks, branches) ||Björn ||
    3434||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  ||
    3636|| 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  ||
    3838||PALM code || replace {{{CEILING}}} function with {{{INT}}} or {{{NINT}}} where appropriate ||tba  ||
    3939||PALM code || 3D output in serial mode seems to be quite different from parallel runs although RUN_CONTROL files are identical ||tba  ||
     
    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)]]  ||