Changeset 77


Ignore:
Timestamp:
Mar 29, 2007 4:26:56 AM (17 years ago)
Author:
raasch
Message:

New:
---

particle reflection from vertical walls implemented, particle SGS model adjusted to walls

Wall functions for vertical walls now include diabatic conditions. New subroutines wall_fluxes, wall_fluxes_e. New 4D-array rif_wall.

new d3par-parameter netcdf_64bit_3d to switch on 64bit offset only for 3D files

new d3par-parameter dt_max to define the maximum value for the allowed timestep

new inipar-parameter loop_optimization to control the loop optimization method

new inipar-parameter pt_refrence. If given, this value is used as the reference that in buoyancy terms (otherwise, the instantaneous horizontally averaged temperature is used).

new user interface user_advec_particles

new initializing action "by_user" calls user_init_3d_model and allows the initial setting of all 3d arrays

topography height informations are stored on arrays zu_s_inner and zw_w_inner and output to the 2d/3d NetCDF files

samples added to the user interface which show how to add user-define time series quantities.

calculation/output of precipitation amount, precipitation rate and z0 (by setting "pra*", "prr*", "z0*" with data_output). The time interval on which the precipitation amount is defined is set by new d3par-parameter precipitation_amount_interval

unit 9 opened for debug output (file DEBUG_<pe#>)

Makefile, advec_particles, average_3d_data, buoyancy, calc_precipitation, check_open, check_parameters, data_output_2d, diffusion_e, diffusion_u, diffusion_v, diffusion_w, diffusivities, header, impact_of_latent_heat, init_particles, init_3d_model, modules, netcdf, parin, production_e, read_var_list, read_3d_binary, sum_up_3d_data, user_interface, write_var_list, write_3d_binary

New: wall_fluxes

Changed:


General revision of non-cyclic horizontal boundary conditions: radiation boundary conditions are now used instead of Neumann conditions at the outflow (calculation needs velocity values for t-dt, which are stored on new arrays u_m_l, u_m_r, etc.), calculation of mean outflow is not needed any more, volume flow control is added for the outflow boundary (currently only for the north boundary!!), additional gridpoints along x and y (uxrp, vynp) are not needed any more, routine "boundary_conds" now operates on timelevel t+dt and is not split in two parts (main, uvw_outflow) any more, Neumann boundary conditions at inflow/outflow in case of non-cyclic boundary conditions for all 2d-arrays that are handled by exchange_horiz_2d

The FFT-method for solving the Poisson-equation is now working with Neumann boundary conditions both at the bottom and the top. This requires adjustments of the tridiagonal coefficients and subtracting the horizontally averaged mean from the vertical velocity field.

+age_m in particle_type

Particles-package is now part of the default code ("-p particles" is not needed any more).

Move call of user_actions( 'after_integration' ) below increment of times
and counters. user_actions is now called for each statistic region and has as an argument the number of the respective region (sr)

d3par-parameter data_output_ts removed. Timeseries output for "profil" removed. Timeseries are now switched on by dt_dots. Timeseries data is collected in flow_statistics.

Initial velocities at nzb+1 are regarded for volume flow control in case they have been set zero before (to avoid small timesteps); see new internal parameters u/v_nzb_p1_for_vfc.

q is not allowed to become negative (prognostic_equations).

poisfft_init is only called if fft-solver is switched on (init_pegrid).

d3par-parameter moisture renamed to humidity.

Subversion global revision number is read from mrun and added to the run description header and to the run control (_rc) file.

vtk directives removed from main program.

The uitility routine interpret_config reads PALM environment variables from NAMELIST instead using the system call GETENV.

advec_u_pw, advec_u_up, advec_v_pw, advec_v_up, asselin_filter, check_parameters, coriolis, data_output_dvrp, data_output_ptseries, data_output_ts, data_output_2d, data_output_3d, diffusion_u, diffusion_v, exchange_horiz, exchange_horiz_2d, flow_statistics, header, init_grid, init_particles, init_pegrid, init_rankine, init_pt_anomaly, init_1d_model, init_3d_model, modules, palm, package_parin, parin, poisfft, poismg, prandtl_fluxes, pres, production_e, prognostic_equations, read_var_list, read_3d_binary, sor, swap_timelevel, time_integration, write_var_list, write_3d_binary

Errors:


Bugfix: preset of tendencies te_em, te_um, te_vm in init_1d_model

Bugfix in sample for reading user defined data from restart file (user_init)

Bugfix in setting diffusivities for cases with the outflow damping layer extending over more than one subdomain (init_3d_model)

Check for possible negative humidities in the initial humidity profile.

in Makefile, default suffixes removed from the suffix list to avoid calling of m2c in
# case of .mod files

Makefile
check_parameters, init_1d_model, init_3d_model, user_interface

Location:
palm/trunk
Files:
61 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/app/index.html

    r62 r77  
    148148<p><span style="font-family: Thorndale;" lang="EN-GB">Current
    149149model
    150 version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.1c<br>For date of last change see bottom line of each page. <o:p></o:p></span></p>
     150version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.2<br>For date of last change see bottom line of each page. <o:p></o:p></span></p>
    151151<div style="text-align: center;" class="MsoNormal" align="center"><span style="font-family: Thorndale;">
    152152<hr align="center" size="2" width="100%"></span></div>
  • palm/trunk/DOC/tec/technical_documentation.html

    r62 r77  
    11<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
    22<html><head>
    3 <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <meta content="Mozilla/4.73 [en] (X11; U; HP-UX B.10.20 9000/782) [Netscape]" name="GENERATOR"> <meta content="Siegfried Raasch" name="Author"> <meta content="parallel LES model" name="Keywords"><title>PALM technical/numerical
    4 documentation</title></head>
     3<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <meta content="Mozilla/4.73 [en] (X11; U; HP-UX B.10.20 9000/782) [Netscape]" name="GENERATOR"> <meta content="Siegfried Raasch" name="Author"> <meta content="parallel LES model" name="Keywords"><title>PALM technical/numerical documentation</title></head>
    54<body><font size="+4">PALM&nbsp;&nbsp;
    65</font>a
     
    1312<br><table nosave="" cellpadding="0" cellspacing="0"> <caption>&nbsp; <br> </caption><tbody>
    1413</tbody><tbody> </tbody> <tbody> <tr nosave=""> <td nosave=""><b>Current
    15 model version:</b></td> <td><span style="font-weight: bold;">3.1c</span></td> </tr>
     14model version:</b></td> <td><span style="font-weight: bold;">3.2</span></td> </tr>
    1615<tr nosave=""> <td nosave=""><b>Last
    1716change of this document</b>:&nbsp;</td> <td nosave=""><b>$Id$</b></td> </tr>
     
    22542253modules, parin, production_e, prognostic_equations, read_var_list,
    22552254read_3d_binary, swap_timelevel, write_var_list, write_3d_binary</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="vertical-align: top;">C</td><td style="vertical-align: top;">Prognostic equations for all
    2256 scalars are now solved up to gridpoint <span style="font-family: monospace;">nzt</span> (formerly <span style="font-family: monospace;">nzt-1</span>).
     2255scalars are now solved up to gridpoint nzt (formerly nzt-1).
    22572256Boundary conditions for scalars at top adjusted respectively (now
    2258 applied only at <span style="font-family: monospace;">nzt+1</span>).<br><br>The
     2257applied only at nzt+1).<br><br>The
    22592258default top boundary condition for temperature has been renamed to <span style="font-style: italic;">'initial_gradient'</span>.<br><br>Calls
    2260 of <span style="font-family: monospace;">dvrp_output_local</span>,
     2259of dvrp_output_local,
    22612260which were commented out for a long time, are now activated for all
    22622261streams.</td><td style="vertical-align: top;">advec_s_pw,
    22632262boundary_conds, calc_precipitation, check_parameters, diffusion_e,
    22642263diffusion_s, impact_of_latent_heat, init_dvrp, init_pt_anomaly,
    2265 modules, production_e, prognostic_equations, spline_z</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="vertical-align: top;">E</td><td style="vertical-align: top;">Bugfix: 3d-array <span style="font-family: monospace;">p</span> is not a
    2266 pointer any more.<br><br>Bugfix in <span style="font-family: monospace;">init_particles</span>:
    2267 <span style="font-family: monospace;">MPI_REAL</span>
    2268 argument in <span style="font-family: monospace;">MPI_ALLREDUCE</span>
    2269 replaced by<br><span style="font-family: monospace;">MPI_INTEGER</span>
    2270 (caused error on NEC only).<br><br>Bugfix:&nbsp; <span style="font-family: monospace;">ddzw</span> now
    2271 dimensioned <span style="font-family: monospace;">1:nzt"+1".</span></td><td style="vertical-align: top;">diffusion_e, diffusion_s,
    2272 diffusion_u, diffusion_v, diffusion_w, init_particles, modules</td></tr>
     2264modules, production_e, prognostic_equations, spline_z</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="vertical-align: top;">E</td><td style="vertical-align: top;">Bugfix: 3d-array p is not a
     2265pointer any more.<br><br>Bugfix in init_particles:
     2266MPI_REAL
     2267argument in MPI_ALLREDUCE
     2268replaced by<br>MPI_INTEGER
     2269(caused error on NEC only).<br><br>Bugfix:&nbsp; ddzw now
     2270dimensioned 1:nzt"+1".</td><td style="vertical-align: top;">diffusion_e, diffusion_s,
     2271diffusion_u, diffusion_v, diffusion_w, init_particles, modules</td></tr><tr><td style="vertical-align: top;">29/03/07</td><td style="vertical-align: top;">SR</td><td style="vertical-align: top;">3.2</td><td style="vertical-align: top;">N</td><td style="vertical-align: top;">The code, including scripts, utility programs and documentation is now under full control of <span style="font-family: Courier New,Courier,monospace;">subversion</span>. This revision includes a quite large number of new features, changes and bugfixes.<br>&nbsp;<br>Particle reflection from vertical walls implemented. The particle SGS model is also adjusted to these vertical walls.<br><br>Wall functions for vertical walls now include diabatic conditions. New subroutines <span style="font-family: Courier New,Courier,monospace;">wall_fluxes</span>, <span style="font-family: Courier New,Courier,monospace;">wall_fluxes_e</span>. New 4D-array <span style="font-family: Courier New,Courier,monospace;">rif_wall</span>.<br><br>Calculation/output of precipitation amount, precipitation rate and z0 (by setting "<span style="font-style: italic;">pra*</span>", "<span style="font-style: italic;">prr*</span>", "<span style="font-style: italic;">z0*</span>" with <span style="font-family: Courier New,Courier,monospace;">data_output</span>). The time interval on which the precipitation amount is defined is set by new d3par-parameter <span style="font-family: Courier New,Courier,monospace;">precipitation_amount_interval</span>.<br><br>New inipar-parameter <span style="font-family: Courier New,Courier,monospace;">loop_optimization</span> to control the loop optimization method.<br><br>New
     2272inipar-parameter <span style="font-family: Courier New,Courier,monospace;">pt_reference</span>. If given, this value is used as the
     2273reference that is used in the buoyancy terms (otherwise, the instantaneous
     2274horizontally averaged temperature is used).<br><br>New d3par-parameter <span style="font-family: Courier New,Courier,monospace;">netcdf_64bit_3d</span>
     2275to switch on and especially to switch off 64bit offset&nbsp;for 3D
     2276files only (because still some pd-software is unable to handle 64bit
     2277offset).<br><br>New d3par-parameter <span style="font-family: Courier New,Courier,monospace;">dt_max</span> to set the maximum&nbsp;value allowed for the&nbsp;timestep. <br><br>New user interfaces <span style="font-family: Courier New,Courier,monospace;">user_advec_particles</span> and <span style="font-family: Courier New,Courier,monospace;">user_init_3d_model</span>. The new initializing action "<span style="font-style: italic;">by_user</span>" calls <span style="font-family: Courier New,Courier,monospace;">user_init_3d_model</span> and allows the initial setting of all 3d arrays under complete user control.<br><br>Samples added to the user interface which show how to add user-define time series quantities.<br><br>Topography height informations are stored on arrays <span style="font-family: Courier New,Courier,monospace;">zu_s_inner</span> and <span style="font-family: Courier New,Courier,monospace;">zw_w_inner</span> and output to the 2d/3d NetCDF files.<br><br>Unit 9 is generally opened for output of debug informations (file <span style="font-family: Courier New,Courier,monospace;">DEBUG_&lt;pe#&gt;</span>).</td><td style="vertical-align: top;">Makefile<br><br>advec_particles,
     2278average_3d_data, buoyancy, calc_precipitation, check_open,
     2279check_parameters, data_output_2d, diffusion_e, diffusion_u,
     2280diffusion_v, diffusion_w, diffusivities, header, impact_of_latent_heat,
     2281init_particles, init_3d_model, modules, netcdf, parin, production_e,
     2282read_var_list, read_3d_binary, sum_up_3d_data, user_interface,
     2283write_var_list, write_3d_binary<br><br><span style="font-weight: bold;">new:</span><br>wall_fluxes<br></td></tr><tr><td style="vertical-align: top;">&nbsp;</td><td style="vertical-align: top;">&nbsp;</td><td style="vertical-align: top;">&nbsp;</td><td style="vertical-align: top;">C</td><td style="vertical-align: top;">General revision of non-cyclic horizontal boundary conditions:<br>Radiation boundary conditions are now used instead of Neumann conditions at the outflow (calculation needs velocity values for <span style="font-family: Courier New,Courier,monospace;">t-dt</span>, which are stored on new arrays <span style="font-family: Courier New,Courier,monospace;">u_m_l</span>, <span style="font-family: Courier New,Courier,monospace;">u_m_r</span>, etc.). The calculation of a mean outflow is not needed any more. Volume flow control is added for the outflow boundary (<span style="font-weight: bold;">currently only for the north boundary!!</span>). Additional gridpoints along x and y (<span style="font-family: Courier New,Courier,monospace;">uxrp</span>, <span style="font-family: Courier New,Courier,monospace;">vynp</span>) are not needed any more and removed from the code. Routine "<span style="font-family: Courier New,Courier,monospace;">boundary_conds</span>" now operates on timelevel <span style="font-family: Courier New,Courier,monospace;">t+dt</span> and is not split in two parts (<span style="font-style: italic;">main</span>, <span style="font-style: italic;">uvw_outflow</span>) any more. Neumann boundary conditions are used at inflow/outflow in case of non-cyclic boundary conditions <span style="font-weight: bold;">for all 2d-arrays</span> that are handled by <span style="font-family: Courier New,Courier,monospace;">exchange_horiz_2d</span>.<br><span style="font-weight: bold;">Attention:&nbsp;the
     2284non-cyclic boundary conditions of this revision still contain some bugs
     2285which will be removed within the next revisions!</span><br><br>The Bott-Chlond-scheme can now be used in the vectorization-optimized part (NEC, etc.). Equations are solved up to gridpoint <span style="font-family: Courier New,Courier,monospace;">nzt</span>.<br><br>The
     2286FFT-method for solving the Poisson-equation is now working with Neumann
     2287boundary conditions both at the bottom and the top. This requires
     2288adjustments of the tridiagonal coefficients and subtracting the
     2289horizontally averaged mean from the vertical velocity field.<br><br>Particles-package is now part of the default code ("<span style="font-family: Courier New,Courier,monospace;">-p particles</span>" is not needed as an <span style="font-weight: bold;">mrun</span>-option any more). New attribute <span style="font-family: Courier New,Courier,monospace;">age_m</span> in <span style="font-family: Courier New,Courier,monospace;">particle_type</span>.<br><br>Move call of <span style="font-family: Courier New,Courier,monospace;">user_actions</span>( '<span style="font-style: italic;">after_integration</span>' ) below the increments of times<br>and counters. <span style="font-family: Courier New,Courier,monospace;">user_actions</span> is now called for each statistic region and has as an argument the number of the respective region (<span style="font-family: Courier New,Courier,monospace;">sr</span>).<br><br>d3par-parameter <span style="font-family: Courier New,Courier,monospace;">data_output_ts</span> is removed. Timeseries output for <span style="font-weight: bold;">profil</span>-software removed. Timeseries are now switched on by setting <span style="font-family: Courier New,Courier,monospace;">dt_dots</span>. Timeseries data is collected in <span style="font-family: Courier New,Courier,monospace;">flow_statistics</span>.<br><br>Initial velocities at <span style="font-family: Courier New,Courier,monospace;">nzb+1</span>
     2290are regarded for volume flow control in case they have been set zero
     2291before (to avoid small timesteps); see new internal parameters <span style="font-family: Courier New,Courier,monospace;">u/v_nzb_p1_for_vfc</span>.<br><br><span style="font-family: Courier New,Courier,monospace;">q</span> is not allowed any more to become negative (<span style="font-family: Courier New,Courier,monospace;">prognostic_equations</span>).<br><br><span style="font-family: Courier New,Courier,monospace;">poisfft_init</span> is only called if the fft-solver is switched on (<span style="font-family: Courier New,Courier,monospace;">init_pegrid</span>).<br><br>d3par-parameter <span style="font-family: Courier New,Courier,monospace;">moisture</span> renamed to <span style="font-family: Courier New,Courier,monospace;">humidity</span>.<br><br>Subversion global revision number is read from <span style="font-weight: bold;">mrun</span> and added to the run description header and to the run control (<span style="font-family: Courier New,Courier,monospace;">_rc</span>) file.<br><br><span style="font-family: Courier New,Courier,monospace;">__vtk</span> directives removed from main program.<br><br>The uitility routine&nbsp;<span style="font-family: Courier New,Courier,monospace;">interpret_config</span> now reads PALM environment variables from <span style="font-family: Courier New,Courier,monospace;">NAMELIST</span> instead using the system call <span style="font-family: Courier New,Courier,monospace;">GETENV</span>.</td><td style="vertical-align: top;">advec_s_bc, advec_u_pw,
     2292advec_u_up, advec_v_pw, advec_v_up, asselin_filter, boundary_conds, check_parameters,
     2293coriolis, data_output_dvrp, data_output_ptseries, data_output_ts,
     2294data_output_2d, data_output_3d, diffusion_u, diffusion_v,
     2295disturb_field, exchange_horiz, exchange_horiz_2d, flow_statistics, header, init_grid,
     2296init_particles, init_pegrid, init_rankine, init_pt_anomaly,
     2297init_1d_model, init_3d_model, modules, palm, package_parin, parin,
     2298poisfft, poismg, prandtl_fluxes, pres, production_e,
     2299prognostic_equations, read_var_list, read_3d_binary, sor,
     2300swap_timelevel, time_integration, write_var_list, write_3d_binary</td></tr><tr><td style="vertical-align: top;">&nbsp;</td><td style="vertical-align: top;">&nbsp;</td><td style="vertical-align: top;">&nbsp;</td><td style="vertical-align: top;">E</td><td style="vertical-align: top;">Bugfix: preset of tendencies <span style="font-family: Courier New,Courier,monospace;">te_em</span>, <span style="font-family: Courier New,Courier,monospace;">te_um</span>, and <span style="font-family: Courier New,Courier,monospace;">te_vm</span> (<span style="font-family: Courier New,Courier,monospace;">init_1d_model</span>).<br><br>Bugfix in sample for reading user defined data from restart file (<span style="font-family: Courier New,Courier,monospace;">user_init</span>).<br><br>Bugfix in setting diffusivities for cases with the outflow damping layer extending over more than one subdomain (<span style="font-family: Courier New,Courier,monospace;">init_3d_model</span>).<br><br>Check for possible negative humidities in the initial humidity profile.<br><br>In <span style="font-family: Courier New,Courier,monospace;">Makefile</span>, default suffixes are removed from the suffix list to avoid calling of <span style="font-family: Courier New,Courier,monospace;">m2c</span> in cases of existing <span style="font-family: Courier New,Courier,monospace;">.mod</span> files (problem on Linux systems).</td><td style="vertical-align: top;">Makefile<br><br>check_parameters, init_1d_model, init_3d_model, user_interface</td></tr>
    22732301</tbody>
    22742302</table>&nbsp;<b><blink>Attention:</blink></b>
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r76 r77  
    11New:
    22---
    3 
    4 particle reflection from vertical walls implemented, particle SGS model adjusted to walls
    5 
    6 Wall functions for vertical walls now include diabatic conditions. New subroutines wall_fluxes, wall_fluxes_e. New 4D-array rif_wall.
    7 
    8 new d3par-parameter netcdf_64bit_3d to switch on 64bit offset only for 3D files
    9 
    10 new d3par-parameter dt_max to define the maximum value for the allowed timestep
    11 
    12 new inipar-parameter loop_optimization to control the loop optimization method
    13 
    14 new inipar-parameter pt_refrence. If given, this value is used as the reference that in buoyancy terms (otherwise, the instantaneous horizontally averaged temperature is used).
    15 
    16 new user interface user_advec_particles
    17 
    18 new initializing action "by_user" calls user_init_3d_model and allows the initial setting of all 3d arrays
    19 
    20 topography height informations are stored on arrays zu_s_inner and zw_w_inner and output to the 2d/3d NetCDF files
    21 
    22 samples added to the user interface which show how to add user-define time series quantities.
    23 
    24 calculation/output of precipitation amount, precipitation rate and z0 (by setting "pra*", "prr*", "z0*" with data_output). The time interval on which the precipitation amount is defined is set by new d3par-parameter precipitation_amount_interval
    25 
    26 unit 9 opened for debug output (file DEBUG_<pe#>)
    27 
    28 Makefile, advec_particles, average_3d_data, buoyancy, calc_precipitation, check_open, check_parameters, data_output_2d, diffusion_e, diffusion_u, diffusion_v, diffusion_w, diffusivities, header, impact_of_latent_heat, init_particles, init_3d_model, modules, netcdf, parin, production_e, read_var_list, read_3d_binary, sum_up_3d_data, user_interface, write_var_list, write_3d_binary
    29 
    30 New: wall_fluxes
    313
    324
    335Changed:
    346-------
    35 General revision of non-cyclic horizontal boundary conditions: radiation boundary conditions are now used instead of Neumann conditions at the outflow (calculation needs velocity values for t-dt, which are stored on new arrays u_m_l, u_m_r, etc.), calculation of mean outflow is not needed any more, volume flow control is added for the outflow boundary (currently only for the north boundary!!), additional gridpoints along x and y (uxrp, vynp) are not needed any more, routine "boundary_conds" now operates on timelevel t+dt and is not split in two parts (main, uvw_outflow) any more, Neumann boundary conditions at inflow/outflow in case of non-cyclic boundary conditions for all 2d-arrays that are handled by exchange_horiz_2d
    36 
    37 The FFT-method for solving the Poisson-equation is now working with Neumann boundary conditions both at the bottom and the top. This requires adjustments of the tridiagonal coefficients and subtracting the horizontally averaged mean from the vertical velocity field.
    38 
    39 +age_m in particle_type
    40 
    41 Particles-package is now part of the default code ("-p particles" is not needed any more).
    42 
    43 Move call of user_actions( 'after_integration' ) below increment of times
    44 and counters. user_actions is now called for each statistic region and has as an argument the number of the respective region (sr)
    45 
    46 d3par-parameter data_output_ts removed. Timeseries output for "profil" removed. Timeseries are now switched on by dt_dots. Timeseries data is collected in flow_statistics.
    47 
    48 Initial velocities at nzb+1 are regarded for volume flow control in case they have been set zero before (to avoid small timesteps); see new internal parameters u/v_nzb_p1_for_vfc.
    49 
    50 q is not allowed to become negative (prognostic_equations).
    51 
    52 poisfft_init is only called if fft-solver is switched on (init_pegrid).
    53 
    54 d3par-parameter moisture renamed to humidity.
    55 
    56 Subversion global revision number is read from mrun and added to the run description header and to the run control (_rc) file.
    57 
    58 __vtk directives removed from main program.
    59 
    60 The uitility routine interpret_config reads PALM environment variables from NAMELIST instead using the system call GETENV.
    61 
    62 advec_u_pw, advec_u_up, advec_v_pw, advec_v_up, asselin_filter, check_parameters, coriolis, data_output_dvrp, data_output_ptseries, data_output_ts, data_output_2d, data_output_3d, diffusion_u, diffusion_v, exchange_horiz, exchange_horiz_2d, flow_statistics, header, init_grid, init_particles, init_pegrid, init_rankine, init_pt_anomaly, init_1d_model, init_3d_model, modules, palm, package_parin, parin, poisfft, poismg, prandtl_fluxes, pres, production_e, prognostic_equations, read_var_list, read_3d_binary, sor, swap_timelevel, time_integration, write_var_list, write_3d_binary
    637
    648
    659Errors:
    6610------
    67 
    68 Bugfix: preset of tendencies te_em, te_um, te_vm in init_1d_model
    69 
    70 Bugfix in sample for reading user defined data from restart file (user_init)
    71 
    72 Bugfix in setting diffusivities for cases with the outflow damping layer extending over more than one subdomain (init_3d_model)
    73 
    74 Check for possible negative humidities in the initial humidity profile.
    75 
    76 in Makefile, default suffixes removed from the suffix list to avoid calling of m2c in
    77 # case of .mod files
    78 
    79 Makefile
    80 check_parameters, init_1d_model, init_3d_model, user_interface
  • palm/trunk/SOURCE/Makefile

    r58 r77  
    44# Actual revisions:
    55# -----------------
     6#
     7#
     8# Former revisions:
     9# -----------------
     10# $Id$
     11#
     12# 58 2007-03-09 14:27:38Z raasch
    613# default suffixes removed from the suffix list to avoid calling of m2c in
    714# case of .mod files
    815# +wall_fluxes, +particle_boundary_conds
    916#
    10 # Former revisions:
    11 # -----------------
    12 # $Id$
    1317# RCS Log replace by Id keyword, revision history cleaned up
    1418#
  • palm/trunk/SOURCE/advec_particles.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6! TEST: PRINT statements on unit 9 (commented out)
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! Particle reflection at vertical walls implemented in new subroutine
    714! particle_boundary_conds,
     
    1118! mpich (mpiI) interface requirements,
    1219! 2nd+3rd argument removed from exchange horiz
    13 ! TEST: PRINT statements on unit 9 (commented out)
    14 !
    15 ! Former revisions:
    16 ! -----------------
    17 ! $Id$
    1820!
    1921! 16 2007-02-15 13:16:47Z raasch
  • palm/trunk/SOURCE/advec_s_bc.f90

    r63 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Calculation extended for gridpoint nzt
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 63 2007-03-13 03:52:49Z raasch
     13! Calculation extended for gridpoint nzt
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/advec_u_pw.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! uxrp eliminated
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! uxrp eliminated
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/advec_u_up.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! uxrp eliminated
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! uxrp eliminated
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/advec_v_pw.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! vynp eliminated
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! vynp eliminated
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/advec_v_up.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! vynp eliminated
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! vynp eliminated
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/asselin_filter.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! moisture renamed humidity
     6!
    77!
    88! Former revisions:
    99! ---------------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! moisture renamed humidity
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/average_3d_data.f90

    r72 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Averaging the precipitation rate and roughness length (prr*, z0*)
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 72 2007-03-19 08:20:46Z raasch
     13! Averaging the precipitation rate and roughness length (prr*, z0*)
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/boundary_conds.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! The "main" part sets conditions for time level t+dt instead of level t,
    714! outflow boundary conditions changed from Neumann to radiation condition,
    815! uxrp, vynp eliminated, moisture renamed humidity
    9 !
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1316!
    1417! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/buoyancy.f90

    r57 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Reference temperature pt_reference can be used.
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 57 2007-03-09 12:05:41Z raasch
     13! Reference temperature pt_reference can be used.
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/calc_precipitation.f90

    r73 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Precipitation rate and amount are calculated/stored,
    7 ! + module control_parameters
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 73 2007-03-20 08:33:14Z raasch
     13! Precipitation rate and amount are calculated/stored,
     14! + module control_parameters
    1215!
    1316! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/check_open.f90

    r46 r77  
    44! Actual revisions:
    55! -----------------
    6 ! +netcdf_64bit_3d to switch on 64bit offset only for 3D files
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 46 2007-03-05 06:00:47Z raasch
     13! +netcdf_64bit_3d to switch on 64bit offset only for 3D files
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/check_parameters.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! "by_user" allowed as initializing action, -data_output_ts,
    714! leapfrog with non-flat topography not allowed any more, loop_optimization
     
    1118! dirichlet/neumann changed to dirichlet/radiation, etc.,
    1219! revision added to run_description_header
    13 !
    14 ! Former revisions:
    15 ! -----------------
    16 ! $Id$
    1720!
    1821! 20 2007-02-26 00:12:32Z raasch
  • palm/trunk/SOURCE/coriolis.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! uxrp, vynp eliminated
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! uxrp, vynp eliminated
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/data_output_2d.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Output of precipitation amount/rate and roughness length,
    7 ! 2nd+3rd argument removed from exchange horiz
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! Output of precipitation amount/rate and roughness length,
     14! 2nd+3rd argument removed from exchange horiz
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/data_output_3d.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! 2nd+3rd argument removed from exchange horiz
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! 2nd+3rd argument removed from exchange horiz
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/data_output_dvrp.f90

    r75 r77  
    3232! Actual revisions:
    3333! -----------------
    34 ! Particles-package is now part of the default code,
    35 ! moisture renamed humidity
    3634! TEST: write statements
    3735!
     
    3937! -----------------
    4038! $Id$
     39!
     40! 75 2007-03-22 09:54:05Z raasch
     41! Particles-package is now part of the default code,
     42! moisture renamed humidity
     43!
    4144! RCS Log replace by Id keyword, revision history cleaned up
    4245!
  • palm/trunk/SOURCE/data_output_ptseries.f90

    r60 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Particles-package is now part of the default code.
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 60 2007-03-11 11:50:04Z raasch
     13! Particles-package is now part of the default code.
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/data_output_tseries.f90

    r48 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Collection of time series quantities moved to routine flow_statistics,
    7 ! output for "profil" removed
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 48 2007-03-06 12:28:36Z raasch
     13! Collection of time series quantities moved to routine flow_statistics,
     14! output for "profil" removed
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/diffusion_e.f90

    r65 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Reference temperature pt_reference can be used in buoyancy term
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 65 2007-03-13 12:11:43Z raasch
     13! Reference temperature pt_reference can be used in buoyancy term
    1114!
    1215! 20 2007-02-26 00:12:32Z raasch
  • palm/trunk/SOURCE/diffusion_u.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Wall functions now include diabatic conditions, call of routine wall_fluxes,
    7 ! z0 removed from argument list, uxrp eliminated
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! Wall functions now include diabatic conditions, call of routine wall_fluxes,
     14! z0 removed from argument list, uxrp eliminated
    1215!
    1316! 20 2007-02-26 00:12:32Z raasch
  • palm/trunk/SOURCE/diffusion_v.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Wall functions now include diabatic conditions, call of routine wall_fluxes,
    7 ! z0 removed from argument list, vynp eliminated
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! Wall functions now include diabatic conditions, call of routine wall_fluxes,
     14! z0 removed from argument list, vynp eliminated
    1215!
    1316! 20 2007-02-26 00:12:32Z raasch
  • palm/trunk/SOURCE/diffusion_w.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Wall functions now include diabatic conditions, call of routine wall_fluxes,
    7 ! z0 removed from argument list
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! Wall functions now include diabatic conditions, call of routine wall_fluxes,
     14! z0 removed from argument list
    1215!
    1316! 20 2007-02-26 00:12:32Z raasch
  • palm/trunk/SOURCE/diffusivities.f90

    r57 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Reference temperature pt_reference can be used in buoyancy term
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 57 2007-03-09 12:05:41Z raasch
     13! Reference temperature pt_reference can be used in buoyancy term
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/disturb_field.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! xrp, ynp eliminated, 2nd+3rd argument removed from exchange horiz
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! xrp, ynp eliminated, 2nd+3rd argument removed from exchange horiz
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/exchange_horiz.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Special cases for additional gridpoints along x or y in case of non-cyclic
    7 ! boundary conditions are not regarded any more
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! Special cases for additional gridpoints along x or y in case of non-cyclic
     14! boundary conditions are not regarded any more
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/exchange_horiz_2d.f90

    r73 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Neumann boundary conditions at inflow/outflow in case of non-cyclic boundary
    7 ! conditions
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 73 2007-03-20 08:33:14Z raasch
     13! Neumann boundary conditions at inflow/outflow in case of non-cyclic boundary
     14! conditions
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/flow_statistics.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! Collection of time series quantities moved from routine flow_statistics to
    714! here, routine user_statistics is called for each statistic region,
    815! moisture renamed humidity
    916!
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
     17! 19 2007-02-23 04:53:48Z raasch
    1318! fluxes at top modified (tswst, qswst)
    14 !
    15 ! 19 2007-02-23 04:53:48Z raasch
    1619!
    1720! RCS Log replace by Id keyword, revision history cleaned up
  • palm/trunk/SOURCE/header.f90

    r76 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 76 2007-03-29 00:58:32Z raasch
    613! Output of netcdf_64bit_3d, particles-package is now part of the default code,
    714! output of the loop optimization method, moisture renamed humidity,
    815! output of subversion revision number
    9 !
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1316!
    1417! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/impact_of_latent_heat.f90

    r72 r77  
    44! Actual revisions:
    55! -----------------
    6 ! precipitation_rate renamed dqdt_precip
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
    11 ! Calculation extended for gridpoint nzt
     11!
     12! 72 2007-03-19 08:20:46Z
     13! precipitation_rate renamed dqdt_precip
    1214!
    1315! 19 2007-02-23 04:53:48Z raasch
     16! Calculation extended for gridpoint nzt
    1417!
    1518! RCS Log replace by Id keyword, revision history cleaned up
  • palm/trunk/SOURCE/init_1d_model.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Bugfix: preset of tendencies te_em, te_um, te_vm,
    7 ! moisture renamed humidity
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! Bugfix: preset of tendencies te_em, te_um, te_vm,
     14! moisture renamed humidity
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/init_3d_model.f90

    r75 r77  
    77! Actual revisions:
    88! -----------------
     9!
     10!
     11! Former revisions:
     12! -----------------
     13! $Id$
     14!
     15! 75 2007-03-22 09:54:05Z raasch
    916! Arrays for radiation boundary conditions are allocated (u_m_l, u_m_r, etc.),
    1017! bugfix for cases with the outflow damping layer extending over more than one
     
    1522! flow control in case they have been set zero before (to avoid small timesteps)
    1623! -uvmean_outflow, uxrp, vynp eliminated
    17 !
    18 ! Former revisions:
    19 ! -----------------
    20 ! $Id$
    2124!
    2225! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/init_grid.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! storage of topography height arrays zu_s_inner and zw_s_inner,
    7 ! 2nd+3rd argument removed from exchange horiz
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! storage of topography height arrays zu_s_inner and zw_s_inner,
     14! 2nd+3rd argument removed from exchange horiz
    1215!
    1316! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/init_particles.f90

    r70 r77  
    44! Actual revisions:
    55! -----------------
    6 ! displacements for mpi_particle_type changed, age_m initialized,
    7 ! particles-package is now part of the default code
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 70 2007-03-18 23:46:30Z raasch
     13! displacements for mpi_particle_type changed, age_m initialized,
     14! particles-package is now part of the default code
    1215!
    1316! 16 2007-02-15 13:16:47Z raasch
  • palm/trunk/SOURCE/init_pegrid.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! uxrp, vynp eliminated,
    714! dirichlet/neumann changed to dirichlet/radiation, etc.,
    815! poisfft_init is only called if fft-solver is switched on
    916!
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1317! RCS Log replace by Id keyword, revision history cleaned up
    1418!
  • palm/trunk/SOURCE/init_pt_anomaly.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! 2nd+3rd argument removed from exchange horiz
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! 2nd+3rd argument removed from exchange horiz
    1114!
    1215! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/init_rankine.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! uxrp, vynp eliminated, 2nd+3rd argument removed from exchange horiz
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! uxrp, vynp eliminated, 2nd+3rd argument removed from exchange horiz
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/modules.f90

    r75 r77  
    55! Actual revisions:
    66! -----------------
     7!
     8!
     9! Former revisions:
     10! -----------------
     11! $Id$
     12!
     13! 75 2007-03-22 09:54:05Z raasch
    714! +arrays precipitation_amount, precipitation_rate, precipitation_rate_av,
    815! rif_wall, z0_av, +arrays u_m_l, u_m_r, etc. for radiation boundary conditions,
     
    1421! arrays dots_label and dots_unit now dimensioned with dots_max,
    1522! setting of palm version moved to main program
    16 !
    17 ! Former revisions:
    18 ! -----------------
    19 ! $Id$
    2023!
    2124! 37 2007-03-01 08:33:54Z raasch
  • palm/trunk/SOURCE/netcdf.f90

    r48 r77  
    77! Current revisions:
    88! ------------------
    9 ! Output topography height information (zu_s_inner, zw_s_inner) to 2d-xy and 3d
    10 ! datasets
     9!
    1110!
    1211! Former revisions:
    1312! -----------------
    1413! $Id$
     14!
     15! 48 2007-03-06 12:28:36Z raasch
     16! Output topography height information (zu_s_inner, zw_s_inner) to 2d-xy and 3d
     17! datasets
     18!
    1519! RCS Log replace by Id keyword, revision history cleaned up
    1620!
  • palm/trunk/SOURCE/package_parin.f90

    r60 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Particles-paclage is now part of the default code
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 60 2007-03-11 11:50:04Z raasch
     13! Particles-paclage is now part of the default code
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/palm.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! __vtk directives removed, write_particles is called only in case of particle
    714! advection switched on, open unit 9 for debug output,
    815! setting of palm version moved from modules to here
    916!
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1317! RCS Log replace by Id keyword, revision history cleaned up
    1418!
  • palm/trunk/SOURCE/parin.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! +dt_max, netcdf_64bit_3d, precipitation_amount_interval in d3par,
    714! +loop_optimization, pt_reference in inipar, -data_output_ts,
    815! moisture renamed humidity
    9 !
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1316!
    1417! 20 2007-02-26 00:12:32Z raasch
  • palm/trunk/SOURCE/poisfft.f90

    r76 r77  
    44! Actual revisions:
    55! -----------------
    6 ! Tridiagonal coefficients adjusted for Neumann boundary conditions both at
    7 ! the bottom and the top.
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 76 2007-03-29 00:58:32Z raasch
     13! Tridiagonal coefficients adjusted for Neumann boundary conditions both at
     14! the bottom and the top.
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/poismg.f90

    r75 r77  
    88! Actual revisions:
    99! -----------------
    10 ! 2nd+3rd argument removed from exchange horiz
     10!
    1111!
    1212! Former revisions:
    1313! -----------------
    1414! $Id$
     15!
     16! 75 2007-03-22 09:54:05Z raasch
     17! 2nd+3rd argument removed from exchange horiz
     18!
    1519! RCS Log replace by Id keyword, revision history cleaned up
    1620!
  • palm/trunk/SOURCE/prandtl_fluxes.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! moisture renamed humidity
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! moisture renamed humidity
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/pres.f90

    r76 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! Volume flow control for non-cyclic boundary conditions added (currently only
    714! for the north boundary!!), 2nd+3rd argument removed from exchange horiz,
     
    916! both at the bottom and the top
    1017!
    11 ! Former revisions:
    12 ! -----------------
    13 ! $Id$
    1418! RCS Log replace by Id keyword, revision history cleaned up
    1519!
     
    120124             w_l(k) = w_l(k) / ngp_2dh_outer(k,0)
    121125          ENDDO
    122           DO  i = nxl, nxr
    123              DO  j = nys, nyn
     126          DO  i = nxl-1, nxr+1
     127             DO  j = nys-1, nyn+1
    124128                DO  k = nzb_w_inner(j,i)+1, nzt
    125129                   w(k,j,i) = w(k,j,i) - w_l(k)
  • palm/trunk/SOURCE/production_e.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! Wall functions now include diabatic conditions, call of routine wall_fluxes_e,
    714! reference temperature pt_reference can be used in buoyancy term,
    815! moisture renamed humidity
    9 !
    10 ! Former revisions:
    11 ! -----------------
    12 ! $Id$
    1316!
    1417! 37 2007-03-01 08:33:54Z raasch
  • palm/trunk/SOURCE/prognostic_equations.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! checking for negative q and limiting for positive values,
    714! z0 removed from arguments in calls of diffusion_u/v/w, uxrp, vynp eliminated,
    815! subroutine names changed to .._noopt, .._cache, and .._vector,
    9 ! moisture renamed humidity
    10 !
    11 ! Former revisions:
    12 ! -----------------
    13 ! $Id$
     16! moisture renamed humidity, Bott-Chlond-scheme can be used in the
     17! _vector-version
    1418!
    1519! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/read_3d_binary.f90

    r73 r77  
    44! Actual revisions:
    55! -----------------
    6 ! +precipitation_amount, precipitation_rate_av, rif_wall, u_m_l, u_m_r, etc.,
    7 ! z0_av
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 73 2007-03-20 08:33:14Z raasch
     13! +precipitation_amount, precipitation_rate_av, rif_wall, u_m_l, u_m_r, etc.,
     14! z0_av
     15!
     16! 19 2007-02-23 04:53:48Z raasch
    1217! +qswst, qswst_m, tswst, tswst_m
    13 !
    14 ! 19 2007-02-23 04:53:48Z raasch
    1518!
    1619! RCS Log replace by Id keyword, revision history cleaned up
  • palm/trunk/SOURCE/read_var_list.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! +loop_optimization, pt_reference, moisture renamed humidity
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! +loop_optimization, pt_reference, moisture renamed humidity
    1114!
    1215! 20 2007-02-26 00:12:32Z raasch
  • palm/trunk/SOURCE/sor.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! 2nd+3rd argument removed from exchange horiz
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! 2nd+3rd argument removed from exchange horiz
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/sum_up_3d_data.f90

    r72 r77  
    44! Actual revisions:
    55! -----------------
    6 ! +sum-up of precipitation rate and roughness length (prr*, z0*)
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 72 2007-03-19 08:20:46Z raasch
     13! +sum-up of precipitation rate and roughness length (prr*, z0*)
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/swap_timelevel.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! moisture renamed humidity
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! moisture renamed humidity
    1114!
    1215! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/time_integration.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
    613! Move call of user_actions( 'after_integration' ) below increment of times
    714! and counters,
     
    1118! moisture renamed humidity
    1219!
    13 ! Former revisions:
    14 ! -----------------
    15 ! $Id$
    1620! RCS Log replace by Id keyword, revision history cleaned up
    1721!
  • palm/trunk/SOURCE/user_interface.f90

    r60 r77  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 60 2007-03-11 11:50:04Z raasch
    613! New routine user_init_3d_model which allows the initial setting of all 3d
    714! arrays under control of the user, new routine user_advec_particles,
     
    1017! Bugfix in sample for reading user defined data from restart file (user_init)
    1118!
    12 ! Former revisions:
    13 ! -----------------
    14 ! $Id$
    1519! RCS Log replace by Id keyword, revision history cleaned up
    1620!
  • palm/trunk/SOURCE/write_3d_binary.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! +precipitation_amount, precipitation_rate_av, rif_wall, u_m_l, u_m_r, etc.,
    7 ! z0_av, moisture renamed humidity
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! +precipitation_amount, precipitation_rate_av, rif_wall, u_m_l, u_m_r, etc.,
     14! z0_av, moisture renamed humidity
    1215!
    1316! 19 2007-02-23 04:53:48Z raasch
  • palm/trunk/SOURCE/write_var_list.f90

    r75 r77  
    44! Actual revisions:
    55! -----------------
    6 ! +loop_optimization, pt_refrence, moisture renamed humidity
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 75 2007-03-22 09:54:05Z raasch
     13! +loop_optimization, pt_refrence, moisture renamed humidity
    1114!
    1215! 20 2007-02-26 00:12:32Z raasch
Note: See TracChangeset for help on using the changeset viewer.