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/Makefile

    r421 r482  
    22# WARNING: don't write filenames with extension .f90 in this header!!!!
    33#
    4 # Actual revisions:
     4# Current revisions:
     5# ------------------
     6#
     7#
     8# Former revisions:
    59# -----------------
     10# $Id$
     11#
     12# 421 2010-01-25 15:50:10Z raasch
    613# comment line for simple install method added, which will be replaced
    714# by an include command for preprocessor and compiler options when the simple
     
    1017# +subsidence
    1118#
    12 # Branch revisions:
    13 # -----------------
     19# 410 2009-12-04 17:05:40Z letzel
    1420# +data_output_mask, init_masks, user_data_output_mask
    15 #
    16 # Former revisions:
    17 # -----------------
    18 # $Id$
    1921#
    2022# 217 2008-12-09 18:00:48Z letzel
Note: See TracChangeset for help on using the changeset viewer.