Ignore:
Timestamp:
Feb 5, 2010 6:37:03 AM (14 years ago)
Author:
raasch
Message:

New:
---
compare_palm_logs is additionally compiled with mbuild -u (Makefile in trunk/UTIL)

make options (mopts) to be set by configuration file implemented (mrun, mbuild)

humidity=.T. is now usable for runs with topography. wall_humidityflux and
wall_scalarflux are the corresponding new parin arrays.
(check_parameters, init_3d_model, parin)

Large scale vertical motion (subsidence/ascent) can be applied to the
prognostic equation for the potential temperature. (check_parameters, header,
Makefile, modules, parin, prognostic_equations, read_var_list, subsidence,
write_var_list)

A simple method for installing and running palm (with limited features)
has been added. (Makefile, palm_simple_install, palm_simple_run)

Changed:


2d-decomposition is default for Cray-XT machines (init_pegrid)

var_ts is replaced by dots_max (modules,init_3d_model)

Every cloud droplet has now an own weighting factor and can be deleted due to
collisions. Condensation and collision of cloud droplets are adjusted
accordingly. (advec_particles)

Collision efficiency for large cloud droplets has changed according to table of
Rogers and Yau. (collision_efficiency)

Errors:


Bugfix for generating serial jobs (subjob)

Bugfix: index problem concerning gradient_level indices removed (header)

Dimension of array stat in cascade change to prevent type problems with
mpi2 libraries (poisfft_hybrid)

Loop was split to make runs reproducible when using ifort compiler.
(disturb_field)

Bugfix: exchange of ghost points for prho included (time_integration)

Bugfix: calculation of time-averaged surface heatfluxes (sum_up_3d_data)

Bugfix: calculation of precipitation_rate (calc_precipitation)

Bugfix: initial data assignments to some dvrp arrays changed due to error
messages from gfortran compiler (modules)

Bugfix: calculation of cloud droplet velocity (advec_particles)

Bugfix: transfer of particles at south/left edge (advec_particles)

Bugfix: calculation of collision_efficiency (collision_efficiency)

Bugfix: initialisation of var_mod (subsidence)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r481 r482  
    11New:
    22---
    3 compare_palm_logs is additionally compiled with mbuild -u (Makefile in trunk/UTIL)
    43
    5 make options (mopts) to be set by configuration file implemented (mrun, mbuild)
    6 
    7 humidity=.T. is now usable for runs with topography. wall_humidityflux and
    8 wall_scalarflux are the corresponding new parin arrays.
    9 (check_parameters, init_3d_model, parin)
    10 
    11 Large scale vertical motion (subsidence/ascent) can be applied to the
    12 prognostic equation for the potential temperature. (check_parameters, header,
    13 Makefile, modules, parin, prognostic_equations, read_var_list, subsidence,
    14 write_var_list)
    15 
    16 A simple method for installing and running palm (with limited features)
    17 has been added. (Makefile, palm_simple_install, palm_simple_run)
    18 
    19 check parameters, header, init_3d_model, Makefile, mbuild, modules, mrun, parin, prognostic_equations, read_var_list, write_var_list
    20 new: palm_simple_install, palm_simple_run, subsidence
    214
    225
    236Changed:
    247-------
    25 2d-decomposition is default for Cray-XT machines (init_pegrid)
    268
    27 var_ts is replaced by dots_max (modules,init_3d_model)
    28 
    29 Every cloud droplet has now an own weighting factor and can be deleted due to
    30 collisions. Condensation and collision of cloud droplets are adjusted
    31 accordingly. (advec_particles)
    32 
    33 Collision efficiency for large cloud droplets has changed according to table of
    34 Rogers and Yau. (collision_efficiency)
    35 
    36 advec_particles, collision_efficiency, init_3d_model, init_pegrid, modules
    379
    3810
    3911Errors:
    4012------
    41 Bugfix for generating serial jobs (subjob)
    4213
    43 Bugfix: index problem concerning gradient_level indices removed (header)
    44 
    45 Dimension of array stat in cascade change to prevent type problems with
    46 mpi2 libraries (poisfft_hybrid)
    47 
    48 A loop has been splitted to make runs reproducible on HLRN
    49 systems. (disturb_field)
    50 
    51 Bugfix: exchange of ghost points for prho included (time_integration)
    52 
    53 Bugfix: calculation of time-averaged surface heatfluxes (sum_up_3d_data)
    54 
    55 Bugfix: calculation of precipitation_rate (calc_precipitation)
    56 
    57 Bugfix: initial data assignments to some dvrp arrays changed due to error
    58 messages from gfortran compiler (modules)
    59 
    60 Bugfix: calculation of cloud droplet velocity (advec_particles)
    61 
    62 Bugfix: transfer of particles at south/left edge (advec_particles)
    63 
    64 Bugfix: calculation of collision_efficiency (collision_efficiency)
    65 
    66 Bugfix: initialisation of var_mod (subsidence)
    67 
    68 advec_particles, calc_precipitation, collision_efficiency, disturb_field, header, modules, poisfft_hybrid, subjob, subsidence, sum_up_3d_data, time_integration
    69 
    70 
Note: See TracChangeset for help on using the changeset viewer.