Changes between Version 60 and Version 61 of todo
- Timestamp:
- Feb 4, 2016 11:57:36 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
todo
v60 v61 4 4 == Documentation == 5 5 6 [[span(style=color: #FF0000, Responsibilities for PALM-internal workshop 2016 are marked in red color)]] 6 7 ||='''Page (e. g. wiki/doc/app/userint)''' =||='''What to do?''' =||='''Name''' =|| 7 ||<page> ||Write reference document for code formatting and programming rules / programmer guidelines || Siggi||8 ||<page> ||Write reference document for code formatting and programming rules / programmer guidelines ||[[span(style=color: #FF0000, Siggi )]] || 8 9 ||wiki/doc/app/jobcontrol ||Restructure mrun documentation || || 9 10 ||wiki/doc/tec/mbuild ||Description of mbuild || || … … 13 14 ||wiki/doc/tec/1d_model ||Description of 1d model || || 14 15 ||wiki/doc/tec/cloud_physics ||Description of cloud physics module || || 15 ||wiki/doc/app/examples/turbinf ||Update description about usage of turbulent inflow || ||16 ||wiki/doc/app/examples/turbinf ||Update description about usage of turbulent inflow || [[span(style=color: #FF0000, Tobias )]] || 16 17 ||wiki/doc ||Update of page "Documentation" || || 17 ||<page> ||complete explanations for PALM error messages || ||18 ||<page> ||complete explanations for PALM error messages || [[span(style=color: #FF0000, all, if there is time to spare )]] || 18 19 ||<page> ||Links from manual to tutorial || || 19 20 ||<page> ||Write descriptions for exercises 6-14 (divide all exercises into Tutorial exercises and Advanced exercises), Advanced examples->Research project examples || || … … 30 31 ||mrun ||restructure / simplify / remove the parameter-file check ||Björn || 31 32 || ||develop new GUI for parameter file generation || || 32 || ||develop an installation script (using make install mechanism ||Helge||33 || ||develop an installation script (using cmake mechanism ||[[span(style=color: #FF0000, Helge )]] || 33 34 ||PALM code, OpenACC ||completion of single-GPU porting ||Siggi || 34 35 ||PALM code, OpenACC ||re-evaluation of the MPI-GPU-version || || 35 36 ||PALM code, OpenACC ||implement CUDA-aware MPI || || 36 ||mrun, subjob ||allow batch-job-directives (e.g. PBS) and execution commands (mpiexec, aprun, etc.) to be configured using entries in .mrun.config || Siggi||37 ||mrun, subjob, mbuild ||cleaning || Siggi||37 ||mrun, subjob ||allow batch-job-directives (e.g. PBS) and execution commands (mpiexec, aprun, etc.) to be configured using entries in .mrun.config ||[[span(style=color: #FF0000, Siggi )]] || 38 ||mrun, subjob, mbuild ||cleaning ||[[span(style=color: #FF0000, Siggi )]] || 38 39 ||PALM code ||code clearing and restructuring following programmer guidelines of DWD/DMI ||all || 39 40 || ||~~- use KIND parameter for defining single/double precision instead of compiler options (e.g. -r8)~~ ||~~all~~ r1354 || … … 77 78 ||PALM code ||Avoid unnecessary grid checks when using multi grid solver || || 78 79 ||PALM code, topography ||remove bug which appears for complex topography; the current workaround is to filter the topography apriori, but this doesn't help in case of topography on coarse-grid MG levels; filter may have to be applied within PALM code directly || || 79 ||PALM code ||Remove unnecessary tail and dvrp code from Lagrangian particle model || Fabian||80 ||PALM code ||Substitute some mathematical descriptions of processes in Lagrangian cloud model by more appropriate parameterizations (terminal velocities in lpm_advec and lpm_collision_kernels) || Fabian||80 ||PALM code ||Remove unnecessary tail and dvrp code from Lagrangian particle model || [[span(style=color: #FF0000, Fabian )]] || 81 ||PALM code ||Substitute some mathematical descriptions of processes in Lagrangian cloud model by more appropriate parameterizations (terminal velocities in lpm_advec and lpm_collision_kernels) || [[span(style=color: #FF0000, Fabian )]] || 81 82 ||PALM code ||Implement Johannes' splitting and merging algorithm for Lagrangian particles || Fabian, Johannes || 82 ||PALM code ||Implement random velocity perturbations for Lagrangian droplets || Fabian||83 ||PALM code ||Unification of bulk cloud microphysics (i.e., delete calc_precipitation, calc_liquid_water, impact_of_latent_heat and introduce these processes to the microphysics subroutine) || Fabian||84 || PALM code || Implement and homogenize output of cloud-physical variables derived from bulk and Lagrangian cloud physics (e.g., qc, ql, qr, lpt, pt) || Fabian||85 ||PALM code/ documentation ||Change the name specific humidity to mixing ratio! We don't compute specific humidities. || ||83 ||PALM code ||Implement random velocity perturbations for Lagrangian droplets; make simple random number generator available for general usage || [[span(style=color: #FF0000, Fabian )]] || 84 ||PALM code ||Unification of bulk cloud microphysics (i.e., delete calc_precipitation, calc_liquid_water, impact_of_latent_heat and introduce these processes to the microphysics subroutine) || [[span(style=color: #FF0000, Fabian )]] || 85 || PALM code || Implement and homogenize output of cloud-physical variables derived from bulk and Lagrangian cloud physics (e.g., qc, ql, qr, lpt, pt) || [[span(style=color: #FF0000, Fabian )]] || 86 ||PALM code/ documentation ||Change the name specific humidity to mixing ratio! We don't compute specific humidities. || [[span(style=color: #FF0000, Fabian )]] || 86 87 || data_output || In profile output define zu and zw only once instead of define a vertical dimension for each individual variable (e.g. zpt, zw"u, zw"v, ...) || || 87 88 || data_output || When calculating vertical cross sections averaged along x or y, leave out topography || || 88 89 || data_output || Do not output ghost points || || 89 90 || PALM code || Separate option "cyclic_fill" from restart run to avoid unwanted effects (e.g. surface heat flux value in namelist of a run using "cyclic_fill" will always be overwritten by the value used in the precursor run). || || 90 || PALM code || Change mass flux correction from addition to multiplication || Tobias||91 || PALM code || Change mass flux correction from addition to multiplication || [[span(style=color: #FF0000, Tobias )]] || 91 92 || PALM code || Integrate wind turbine parametrization code into the default code || Björn Witha || 92 93 || PALM code || define dimensions of data_output, data_output_pr, etc. as variables (avoid fixed numbers in code) || ||