Changes between Version 185 and Version 186 of todo
- Timestamp:
- Nov 21, 2018 1:31:55 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
todo
v185 v186 20 20 ||PALM code || Make use of already implemented 'long_name' attribute of variables, i.e. give possibility to assign a long_name for user defined variables ||Tobias || 21 21 ||PALM code || Make proper use of global attributes; especially do not write time average interval in title if there exists a specific attribute ({{{time_avg}}}) for this. [[span(style=color: #FF0000, I think this information in the title is quite helpful for interpreting the plot. If it is omitted in the title, we need to add this information to the plot at some other place. Siggi)]] ||Tobias || 22 ||PALM code || Add georeferencing (lat/lon) and global attributes according to [UC]² data policyto NetCDF output ||Matthias ||22 ||PALM code ||~~Add georeferencing (lat/lon) and global attributes according to [UC]² data policyto NetCDF output~~ ||Tobias || 23 23 ||PALM code ||Extend plant canopy model to handle basal area (trunks, branches) ||Björn || 24 24 || PALM code || Implement and homogenize output of cloud-physical variables derived from bulk and Lagrangian cloud physics (e.g., qc, ql, qr, lpt, pt) || Johannes || … … 82 82 ||PALM code ||remove the {{{iwp}}} (working precision for INTEGERS), because many routines (e.g. MPI) cannot handle others than 32bit INTEGER || || 83 83 ||PALM code ||code clearing and restructuring following programmer guidelines of DWD/DMI ||[[span(style=color: #FF0000, all, Siggi )]] || 84 ||<page> ||~~Avoid collecting of 2D data on PE0 (topography data, surface coupling layer)~~ || [[span(style=color: #FF0000, Matthias)]] ||85 84 ||<page> ||Subgrid-scale saturation fluctuation for Lagrangian cloud model ||[[span(style=color: #FF0000, Johannes)]] || 86 85 ||data_output ||implement output of scalar and momentum fluxes calculated by temporal EC || || … … 98 97 || 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, Johannes)]] || 99 98 || PALM code || Review summation of "1E-5_wp" in lines 164/167 in diffusivities.f90 (r2119), see ticket:393 ||[[span(style=color: #FF0000, Tobias)]] || 100 || data_output || ~~Set missing values/fill values inside topography and define these missing values as attributes in NetCDF file~~ ||[[span(style=color: #FF0000, Matthias)]] ||101 99 || PALM code || for consistency reasons, implement "initial gradient" top boundary conditions for the mixing ratio too ||[[span(style=color: #FF0000, Johannes)]] || 102 100 || 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)]] || … … 104 102 || 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 ||[[span(style=color: #FF0000, Sebastian)]] || 105 103 || 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. ||[[span(style=color: #FF0000, Siggi)]] || 106 ||Spectra output || ~~Check and possibly revise spectra normalization with wavenumber~~ ||[[span(style=color: #FF0000, Matthias)]] ||107 104 ||Initialization || It needs to be clarified that the initial wind profile constructed by ug_surface, ug_vertical_gradient etc. describes the forcing by the geostrophic wind (pressure gradient), and at the same time depicts the initial actual-wind profile. [[span(style=color: #FF0000, just add better hints in docu)]]||[[span(style=color: #FF0000, Siggi)]] || 108 105 ||palmrun || do not write message ''restart run initiated'' if the restart palmrun has failed || Siggi || … … 131 128 See the attached bash [raw-attachment:missing_description script] to check that you missed nothing or to update the list. 132 129 ||='''File''' =||='''Line''' =||='''routine, function or module''' =||='''responsible''' =||='''notes''' =|| 133 ||advec_s_bc.f90 || || || Matthias|| ||130 ||advec_s_bc.f90 || || ||Siggi || || 134 131 || ||134 ||SUBROUTINE advec_s_bc || || || 135 ||advec_s_pw.f90 || || ||Matthias || ||136 || ||103 ||SUBROUTINE advec_s_pw || || ||137 || ||160 ||SUBROUTINE advec_s_pw_ij || || ||138 ||advec_s_up.f90 || || ||Matthias || ||139 || ||103 ||SUBROUTINE advec_s_up || || ||140 || ||195 ||SUBROUTINE advec_s_up_ij || || ||141 ||advec_u_pw.f90 || || ||Matthias || ||142 || ||95 ||SUBROUTINE advec_u_pw || || ||143 || ||149 ||SUBROUTINE advec_u_pw_ij || || ||144 ||advec_u_up.f90 || || ||Matthias || ||145 || ||94 ||SUBROUTINE advec_u_up || || ||146 || ||182 ||SUBROUTINE advec_u_up_ij || || ||147 ||advec_v_pw.f90 || || ||Matthias || ||148 || ||96 ||SUBROUTINE advec_v_pw || || ||149 || ||151 ||SUBROUTINE advec_v_pw_ij || || ||150 ||advec_v_up.f90 || || ||Matthias || ||151 || ||94 ||SUBROUTINE advec_v_up || || ||152 || ||182 ||SUBROUTINE advec_v_up_ij || || ||153 ||advec_w_pw.f90 || || ||Matthias || ||154 || ||95 ||SUBROUTINE advec_w_pw || || ||155 || ||150 ||SUBROUTINE advec_w_pw_ij || || ||156 ||advec_ws.f90 || || ||Matthias || ||157 || ||1157 ||SUBROUTINE advec_s_ws_ij || || ||158 || ||1732 ||SUBROUTINE advec_u_ws_ij || || ||159 || ||2230 ||SUBROUTINE advec_v_ws_ij || || ||160 || ||2735 ||SUBROUTINE advec_w_ws_ij || || ||161 || ||3215 ||SUBROUTINE advec_s_ws || || ||162 || ||3771 ||SUBROUTINE advec_u_ws || || ||163 || ||4265 ||SUBROUTINE advec_v_ws || || ||164 || ||4770 ||SUBROUTINE advec_w_ws || || ||165 ||advec_w_up.f90 || || ||Matthias || ||166 || ||94 ||SUBROUTINE advec_w_up || || ||167 || ||180 ||SUBROUTINE advec_w_up_ij || || ||168 132 ||boundary_conds.f90 || || ||Micha || || 169 133 || ||179 ||SUBROUTINE boundary_conds || || || … … 257 221 ||data_output_ptseries.f90 || || ||Johannes || || 258 222 || ||83 ||SUBROUTINE data_output_ptseries || || || 259 ||data_output_spectra.f90 || || ||Matthias || ||260 || ||93 ||SUBROUTINE data_output_spectra || || ||261 223 || ||240 ||SUBROUTINE output_spectra_netcdf || || || 262 224 ||data_output_tseries.f90 || || ||Sebastian || || … … 265 227 || ||77 ||SUBROUTINE supersaturation || || || 266 228 || ||127 ||FUNCTION magnus || || || 267 ||diffusion_s.f90 || || ||Matthias || ||268 || ||124 ||SUBROUTINE diffusion_s || || ||269 || ||435 ||SUBROUTINE diffusion_s_ij || || ||270 ||diffusion_u.f90 || || ||Matthias || ||271 || ||125 ||SUBROUTINE diffusion_u || || ||272 || ||362 ||SUBROUTINE diffusion_u_ij || || ||273 ||diffusion_v.f90 || || ||Matthias || ||274 || ||120 ||SUBROUTINE diffusion_v || || ||275 || ||350 ||SUBROUTINE diffusion_v_ij || || ||276 ||diffusion_w.f90 || || ||Matthias || ||277 || ||124 ||SUBROUTINE diffusion_w || || ||278 || ||302 ||SUBROUTINE diffusion_w_ij || || ||279 229 ||disturb_field.f90 || || ||Helge || || 280 230 || ||86 ||SUBROUTINE disturb_field || || || … … 319 269 ||header.f90 || || ||Tobias || || 320 270 || ||357 ||SUBROUTINE header || || || 321 ||init_3d_model.f90 || || ||Tobias || ||322 || ||464 ||SUBROUTINE init_3d_model || || ||323 271 ||init_advec.f90 || || ||Matthias || || 324 272 || ||75 ||SUBROUTINE init_advec || || || … … 733 681 || ||676 ||SUBROUTINE interpolate_to_atmos || || || 734 682 || ||765 ||SUBROUTINE interpolate_to_ocean || || || 735 ||surface_layer_fluxes_mod.f90 || || ||Matthias || ||736 || ||743 ||SUBROUTINE init_surface_layer_fluxes || || ||737 || ||983 ||SUBROUTINE calc_uvw_abs_v_ugrid || || ||738 || ||1018 ||SUBROUTINE calc_uvw_abs_v_vgrid || || ||739 || ||1052 ||SUBROUTINE calc_uvw_abs_v_wgrid || || ||740 || ||1104 ||SUBROUTINE calc_uvw_abs_v_sgrid || || ||741 ||surface_mod.f90 || || ||Matthias || ||742 || ||174 ||MODULE surface_mod || || ||743 || ||521 ||SUBROUTINE init_bc || || ||744 || ||3274 ||SUBROUTINE surface_rrd_local || || ||745 || ||4272 ||SUBROUTINE surface_restore_elements_1d || || ||746 || ||4333 ||SUBROUTINE surface_restore_elements_2d || || ||747 683 ||swap_timelevel.f90 || || ||Sebastian ||!> instead of !< || 748 684 || ||122 ||SUBROUTINE swap_timelevel || || || … … 889 825 || ||3537 ||SUBROUTINE vnest_init_pegrid_rank || || || 890 826 || ||3631 ||SUBROUTINE vnest_init_pegrid_domain || || || 891 ||virtual_flight_mod.f90 || || ||Matthias || ||892 || ||920 ||SUBROUTINE flight_rrd_global || || ||893 827 ||wind_turbine_model_mod.f90 || || ||Sebastian || || 894 828 || ||143 ||MODULE wind_turbine_model_mod || || ||