Changes between Version 60 and Version 61 of todo


Ignore:
Timestamp:
Feb 4, 2016 11:57:36 AM (9 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • todo

    v60 v61  
    44== Documentation ==
    55
     6[[span(style=color: #FF0000, Responsibilities for PALM-internal workshop 2016 are marked in red color)]]
    67||='''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 )]]  ||
    89||wiki/doc/app/jobcontrol  ||Restructure mrun documentation  ||  ||
    910||wiki/doc/tec/mbuild  ||Description of mbuild  ||  ||
     
    1314||wiki/doc/tec/1d_model  ||Description of 1d model  ||  ||
    1415||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 )]] ||
    1617||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 )]] ||
    1819||<page>  ||Links from manual to tutorial  ||  ||
    1920||<page>  ||Write descriptions for exercises 6-14 (divide all exercises into Tutorial exercises and Advanced exercises), Advanced examples->Research project examples   ||  ||
     
    3031||mrun  ||restructure / simplify / remove the parameter-file check  ||Björn  ||
    3132||      ||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 )]]  ||
    3334||PALM code, OpenACC  ||completion of single-GPU porting  ||Siggi  ||
    3435||PALM code, OpenACC  ||re-evaluation of the MPI-GPU-version  ||  ||
    3536||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 )]]  ||
    3839||PALM code  ||code clearing and restructuring following programmer guidelines of DWD/DMI  ||all  ||
    3940||  ||~~- use KIND parameter for defining single/double precision instead of compiler options (e.g. -r8)~~  ||~~all~~ r1354  ||
     
    7778||PALM code  ||Avoid unnecessary grid checks when using multi grid solver ||  ||
    7879||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 )]] ||
    8182||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 )]] ||
    8687|| 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, ...) || ||
    8788|| data_output || When calculating vertical cross sections averaged along x or y, leave out topography || ||
    8889|| data_output || Do not output ghost points || ||
    8990|| 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 )]] ||
    9192|| PALM code || Integrate wind turbine parametrization code into the default code || Björn Witha ||
    9293|| PALM code || define dimensions of data_output, data_output_pr, etc. as variables (avoid fixed numbers in code) || ||