Changes between Version 45 and Version 46 of todo


Ignore:
Timestamp:
Jan 13, 2016 11:05:57 AM (9 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified todo

    v45 v46  
    2121||...  ||List the literature on which the applied methods and approaches (physical and numerical) are based on and set links to this list wherever references are made||  ||
    2222||wiki/doc/ ||Description of statistical methods (computation of fluxes and variances, horizontal averaging, etc.)  ||  ||
     23||wiki/doc#Modelformulation ||Transfer contents from the PALM paper (Maronga et al. 2015) to the trac system  ||  ||
    2324\\
    2425== Source Code ==
    2526||='''Program parts'''  =||='''What to do?'''  =||='''Name'''  =||
    2627||~~mrun, subjob, mbuild~~     ||~~Translate German comments to English~~     ||~~Siggi~~ r1289     ||
    27 ||mrun  ||restructure and simplify the parameter-file check  ||Björn  ||
     28||mrun  ||restructure / simplify / remove the parameter-file check  ||Björn  ||
    2829||      ||develop new GUI for parameter file generation ||  ||
    29 ||      ||develop an installation script (using make install mechanism ||Marius, Björn, Siggi  ||
     30||      ||develop an installation script (using make install mechanism ||Helge  ||
    3031||PALM code  ||completion of single-GPU porting  ||Siggi  ||
    3132||PALM code  ||re-evaluation of the MPI-GPU-version  ||  ||
     
    4344||<page>  ||Avoid collecting of 2D data on PE0 (topography data, surface coupling layer) ||  ||
    4445||  ||~~Implement flux limiter for Wicker-Skamarock~~ ||~~Matthias, Lennart~~ postponed due to inherent optimization drawbacks  ||
    45 ||<page>  ||~~Implement RRTMG radiation model  ||Björn  ||
     46||<page>  ||~~Implement RRTMG radiation model~~  ||~~Björn~~  ||
    4647||<page>  ||Subgrid-scale saturation fluctuation for Lagrangian cloud model  ||Fabian  ||
    47 || ||~~Implement new particle data structure in LPM ||Fabian  ||
     48|| ||~~Implement new particle data structure in LPM~~ ||Fabian  ||
    4849|| ||~~Implement logarithmic interpolation of particle velocities near the surface~~ ||~~Matthias~~ r1315 ||
    4950||  ||Separate equation for passive scalar (multiple scalars?) ||?  ||
     
    5152||  ||implementation of a tracbot, which automatically runs and checks examples in case of any code changes  ||  ||
    5253||  ||implement SGS model from Igor Esau  ||  ||
    53 ||  ||~~implement a soil model (similar to DALES?) ||Björn ||
     54||  ||~~implement a soil model (similar to DALES?)~~ ||~~Björn~~ ||
    5455||~~calc_spectra~~  ||~~check and update the internal calculation of spectra~~ ||~~Matthias (check)~~ ||
    55 ||  ||~~improve output of standard timeseries: L is defined as Obukhov-length for dry air; should also be defined for moist air; output of buoyancy flux w"vpt"0  ||Björn  ||
    56 ||data_output  ||implement output of hydrostatic pressure ||Björn   ||
     56||  ||~~improve output of standard timeseries: L is defined as Obukhov-length for dry air; should also be defined for moist air; output of buoyancy flux w"vpt"0~~  ||~~Björn~~  ||
     57||data_output  ||implement output of hydrostatic pressure ||Björn, Helge   ||
    5758||data_output  ||implement output of scalar and momentum fluxes calculated by temporal EC ||  ||
    58 ||  ||~~implement random number generation for ensemble runs ||Helge, Björn   ||
     59||  ||~~implement random number generation for ensemble runs~~ ||~~Helge, Björn~~   ||
    5960||  ||implement new boundary condition for cases where the grid spacing is in the order of the roughness length ||  ||
    60 ||  ||~~increase limit for some identifier strings (e.g. length of variable names is very limited) ||Björn  ||
     61||  ||~~increase limit for some identifier strings (e.g. length of variable names is very limited)~~ ||~~Björn~~  ||
    6162||PALM code  ||implement anelastic approximation  ||  ||
    6263||  ||implementation of viscous topography  ||  ||
    6364||PALM code ||Use NetCDF instead of ASCII for topography data  ||  ||
    64 ||PALM code ||~~Update GPL~~  ||~~all~~ r1310 ||
    65 ||PALM code  ||~~Allow runs for >= 10000 cores ||Björn, Siggi  ||
    66 ||PALM code  ||~~Create temporary job directory via mrun (does not work properly with the FORTRAN system call function)  || ||
     65||PALM code ||~~ Update GPL~~  ||~~all~~ r1310 ||
     66||PALM code  ||~~Allow runs for >= 10000 cores~~ ||~~Björn, Siggi~~  ||
     67||PALM code  ||Create temporary job directory via mrun (does not work properly with the FORTRAN system call function)  || ||
    6768||PALM code  ||Discuss the treatment of package parameters, regarding their appearance in {{{read_var_list}}} and {{{write_var_list}}}.  ||all  ||
    6869|| Example runs ||Modify the "building" example run (example_building_p3d), since topography is allowed with WS-scheme ||  ||
     70||PALM code  ||For reference_state='horizontal_average' round the averaged profile (e.g. 3.3 digits) to make runs repeatable ||  ||
     71||PALM code  ||Add description for all variables/quantities used in PALM according to doxygen syntax ||  ||
     72||PALM code  ||Avoid repeating code blocks (e.g. for data output) and use subroutines instead ||  ||
     73||PALM code  ||Modularize code parts wherever possible, modularize swap_timelevels etc. ||  ||
     74||PALM code  ||Avoid unnecessary grid checks when using multi grid solver ||  ||
     75
    6976\\
    7077== Code performance==
     
    7481
    7582== Tools==
    76 ||~~VAPOR  ||~~Release final version of nc2vdf  ||  ||
    77 ||<page>  ||<what>  ||<name>  ||
     83||-  ||new plotting tool to replace palmplot  ||<name>  ||
     84||-  ||new tool to find possible model grid configurations  ||<name>  ||
     85||watchdog  ||Debugging: runs on two hosts at the same time, display error messages only once, add on/off switches for each host ||Björn  ||