Ignore:
Timestamp:
Dec 28, 2007 9:44:53 AM (16 years ago)
Author:
raasch
Message:

first preliminary update for turbulent inflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r142 r143  
    11New:
    22---
     3Within a job chain, the number of processors or the virtual processor grid
     4is now allowed to be changed. This modifies the domain decomposition and
     5requires that the PEs within a restart job have to know from which file(s) they
     6have to read their restart data (up to now there is a one to one relation
     7between the restart files and the PEs, i.e. processor 4 only reads data
     8from file "_0004"). Informations about the subdomain index limits of all
     9restart files are now written by PE0 (to file "_0000"). Also, all variables
     10containing global values which do not depend on the subdomain are written
     11to file "_0000" only. In a restart run, this file is opened by all PEs to
     12read these global values and the informations about the subdomain index
     13limits. Depending on these index limit information it is decided which
     14restart file(s) has/have to be opened in order to read the complete data
     15necessary for the current subdomain.
    316
     17check_open, read_var_list, read_3d_binary, write_3d_binary
    418
    519
    620Changed:
    721-------
     22-cross_ts_* (read_var_list, write_var_list)
     23-dopr_time_count, old profil parameters (cross_..., dopr_crossindex,
     24 profile_***) removed (read_3d_binary, write_3d_binary)
    825
     26hom_sum moved, volume_flow_area, volume_flow_initial moved from ..._3d_binary
     27to ..._var_list, hom_sum is now allocated in parin instead of init_3d_model
     28
     29init_3d_model, parin, read_var_list, read_3d_binary, write_var_list, write_3d_binary
    930
    1031
    1132Errors:
    1233------
     34Bugfix: remove IF statement in plant_canopy_model_ij (plant_canopy_model)
     35Bugfix: divide sums(k,8) (e) and sums(k,34) (e*) by ngp_2dh_s_inner(k,sr)
     36(like other scalars) (flow_statistics)
     37Bugfix: dopr_time_count was written on the binary file, which caused that
     38NetCDF files newly created by restart files (no append of existing files!)
     39contained uneccessary time levels. (read_3d_binary, write_3d_binary)
    1340
    14 Bugfix: remove IF statement in plant_canopy_model_ij
    15 Bugfix: divide sums(k,8) (e) and sums(k,34) (e*) by ngp_2dh_s_inner(k,sr)
    16 (like other scalars)
     41flow_statistics, plant_canopy_model, read_3d_binary, write_3d_binary
    1742
    18 flow_statistics, plant_canopy_model
    19 
Note: See TracChangeset for help on using the changeset viewer.