Changes between Version 97 and Version 98 of todo


Ignore:
Timestamp:
Apr 21, 2017 11:37:38 AM (8 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • todo

    v97 v98  
    1212||wiki/doc/tec/1d_model  ||Description of 1d model  ||  ||
    1313||wiki/doc/tec/cloud_physics  ||Description of cloud physics module  ||  ||
    14 ||<page>  ||complete explanations for PALM error messages  || [[span(style=color: #FF0000, Simon and Sebastian with help from others )]] ||
     14||wiki/doc/app/errmsg ||complete explanations for PALM error messages, check all existing explanations (are they correct?, are they obsolete?)  || [[span(style=color: #FF0000, Simon and Sebastian with help from others )]] ||
    1515||<page>  ||Links from manual to tutorial  ||  ||
    1616||<page>  ||Write descriptions for exercises 6-14 (divide all exercises into Tutorial exercises and Advanced exercises), Advanced examples->Research project examples   ||  ||
     
    2020\\
    2121
    22 == PALM seminar improvements (for 2017) ==
     22== PALM seminar improvements (for 2017) [[span(style=color: #FF0000, mainly Farah)]] ==
    2323
    2424||='''Item'''  =||='''What to do?'''  =||='''Name'''  =||
     
    4141||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 )]]  ||
    4242||mrun, subjob, mbuild  ||cleaning  ||[[span(style=color: #FF0000, Siggi )]]  ||
    43 ||PALM code  ||code clearing and restructuring following programmer guidelines of DWD/DMI  ||all  ||
    44 ||PALM code  ||Add description for all variables/quantities used in PALM according to doxygen syntax, most important is file modules.f90 ||[[span(style=color: #FF0000, Simon and Sebastian, with help from others )]]  ||
     43||PALM code  ||code clearing and restructuring following programmer guidelines of DWD/DMI  ||[[span(style=color: #FF0000, all, Siggi )]]  ||
     44||PALM code  ||Add description for all variables/quantities used in PALM according to doxygen syntax, most important is file modules.f90 ||[[span(style=color: #FF0000, Farah )]]  ||
    4545||  ||- review MODULE concept and extend it to other parts of the code (coupling, ...). This should include swap_timelevel.f90 ||[[span(style=color: #FF0000, Björn )]] ||
    4646||  ||- move initialization from init_3d_model to the respective modules  ||  ||
     
    6767|| PALM code || Implement synthetic turbulence generation method ||[[span(style=color: #FF0000, Tobias)]] ||
    6868|| PALM code || Implement a more flexible y-shift method for non-cyclic but also for cyclic runs ||[[span(style=color: #FF0000, Tobias)]] ||
    69 || 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))) || Fabian ||
    70 || PALM code || Use only one Magnus formula within the code (not several as in microphysics.f90, lpm_droplet_condensation.f90, calc_liquid_water.f90, land_surface_model.f90) || Fabian ||
    71 || PALM code || Implement PALM error messages in parallel random number generator module ||Helge ||
    72 || mrun / data output || Use same cycle number for all output files ||  ||
     69|| 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, Fabian)]] ||
     70|| PALM code || Use only one Magnus formula within the code (not several as in microphysics.f90, lpm_droplet_condensation.f90, calc_liquid_water.f90, land_surface_model.f90) ||[[span(style=color: #FF0000, Fabian)]] ||
     71|| PALM code || Implement PALM error messages in parallel random number generator module ||[[span(style=color: #FF0000, Helge)]] ||
     72|| mrun / data output || Use same cycle number for all output files ||[[span(style=color: #FF0000, Siggi)]]  ||
    7373|| PALM code || Review summation of "1E-5_wp" in lines 164/167 in diffusivities.f90 (r2119), see ticket:393 ||  ||
    7474|| data_output || Make use of already implemented 'long_name' attribute of variables, i.e. give possibility to assign a long_name for user defined variables ||  ||
    7575|| data_output || Set missing values/fill values inside topography and define these missing values as attributes in NetCDF file. ||  ||
    76 ||mrun, .mrun.config || allow for a different name and directory for the "job_queue" folder ||  ||
    77 || PALM code   || for consistency reasons, implement "initial gradient" top boundary conditions for the mixing ratio too || Siggi ||
    78 || RRTMG coupling   || allow for dry runs with RRTMG (might lead to unrealistic results if the atmosphere is considered totally dry!) || Björn ||
     76||mrun, .mrun.config || allow for a different name and directory for the "job_queue" folder ||[[span(style=color: #FF0000, Siggi)]]  ||
     77|| PALM code   || for consistency reasons, implement "initial gradient" top boundary conditions for the mixing ratio too ||[[span(style=color: #FF0000, Fabian)]] ||
     78|| RRTMG coupling   || allow for dry runs with RRTMG (might lead to unrealistic results if the atmosphere is considered totally dry!) ||[[span(style=color: #FF0000, Björn)]] ||
    7979|| PALM code || allow more flexible vertical grid stretching, e.g. for having near-surface stretching, constant grid spacing above and again stretching in the free atmosphere || ||
    8080|| check parameters || with psolver=multigrid, check that the subdomains can be divived by 2 at least once (see documentation of the multigrid). Is this still a problem? Needs to be checked. || ||
     
    9090== Tools==
    9191||-  ||new plotting tool to replace palmplot  ||Christoph + Hiwi  ||
    92 ||-  ||extend PALM grid finder for nesting configurations  ||HiWi ||
     92||-  ||revision of document_changes to be called only once  ||[[span(style=color: #FF0000, Björn )]] ||
     93||-  ||extend PALM grid finder for nesting configurations  ||Hiwi ||
     94||-  ||development and implementation of an automatic mechanism to test source code modifications ||[[span(style=color: #FF0000, Helge )]]