Changes between Version 45 and Version 46 of todo
- Timestamp:
- Jan 13, 2016 11:05:57 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified todo
v45 v46 21 21 ||... ||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|| || 22 22 ||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 || || 23 24 \\ 24 25 == Source Code == 25 26 ||='''Program parts''' =||='''What to do?''' =||='''Name''' =|| 26 27 ||~~mrun, subjob, mbuild~~ ||~~Translate German comments to English~~ ||~~Siggi~~ r1289 || 27 ||mrun ||restructure and simplifythe parameter-file check ||Björn ||28 ||mrun ||restructure / simplify / remove the parameter-file check ||Björn || 28 29 || ||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 || 30 31 ||PALM code ||completion of single-GPU porting ||Siggi || 31 32 ||PALM code ||re-evaluation of the MPI-GPU-version || || … … 43 44 ||<page> ||Avoid collecting of 2D data on PE0 (topography data, surface coupling layer) || || 44 45 || ||~~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~~ || 46 47 ||<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 || 48 49 || ||~~Implement logarithmic interpolation of particle velocities near the surface~~ ||~~Matthias~~ r1315 || 49 50 || ||Separate equation for passive scalar (multiple scalars?) ||? || … … 51 52 || ||implementation of a tracbot, which automatically runs and checks examples in case of any code changes || || 52 53 || ||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~~ || 54 55 ||~~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 || 57 58 ||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~~ || 59 60 || ||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~~ || 61 62 ||PALM code ||implement anelastic approximation || || 62 63 || ||implementation of viscous topography || || 63 64 ||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) || || 67 68 ||PALM code ||Discuss the treatment of package parameters, regarding their appearance in {{{read_var_list}}} and {{{write_var_list}}}. ||all || 68 69 || 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 69 76 \\ 70 77 == Code performance== … … 74 81 75 82 == 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 ||