Ignore:
Timestamp:
May 30, 2007 9:18:47 AM (17 years ago)
Author:
raasch
Message:

New:
---
Calculation and output of user-defined profiles. New &userpar parameters data_output_pr_user and max_pr_user.

check_parameters, flow_statistics, modules, parin, read_var_list, user_interface, write_var_list

Changed:


Division through dt_3d replaced by multiplication of the inverse. For performance optimisation, this is done in the loop calculating the divergence instead of using a seperate loop. (pres.f90) var_hom and var_sum renamed pr_palm.

data_output_profiles, flow_statistics, init_3d_model, modules, parin, pres, read_var_list, run_control, time_integration

Errors:


Bugfix: work_fft*_vec removed from some PRIVATE-declarations (poisfft).

Bugfix: field_chr renamed field_char (user_interface).

Bugfix: output of use_upstream_for_tke (header).

header, poisfft, user_interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/user_interface.f90

    r89 r90  
    44! Actual revisions:
    55! -----------------
     6!
     7!
     8! Former revisions:
     9! -----------------
     10! $Id$
     11!
     12! 89 2007-05-25 12:08:31Z raasch
    613! Calculation and output of user-defined profiles: new routine
    714! user_check_data_output_pr, +data_output_pr_user, max_pr_user in userpar,
    815! routine user_statistics has got two more arguments
    916! Bugfix: field_chr renamed field_char
    10 !
    11 ! Former revisions:
    12 ! -----------------
    13 ! $Id$
    1417!
    1518! 60 2007-03-11 11:50:04Z raasch
Note: See TracChangeset for help on using the changeset viewer.