Ignore:
Timestamp:
Nov 25, 2008 7:12:43 AM (16 years ago)
Author:
raasch
Message:

reading mechanism for restart files completely revised

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r215 r216  
    2121User interface has been split into single files.
    2222
     23Reading mechanism from restart files completely revised. The subdomain/total
     24domain size can vary arbitrarily between current and previous run.
     25(read_var_list, read_3d_binary, user_read_restart_data)
     26
    2327Precompilation mechanism (mbuild) completely revised: the source tarfile remains in
    2428the source directory. One depository per block (given in the config-file) is
     
    3236by this routine step by step within the next revisions.
    3337
    34 Makefile, mbuild, mrun, check_parameters, local_stop, modules
     38Neumann boundary condition at k=nzb is explicitly set for better reading,
     39although this has been already done in boundary_conds. (advec_s_bc)
     40
     41Origin of the xy-coordinate system shifted from the center of the first
     42grid cell (indices i=0, j=0) to the south-left corner of this cell. (netcdf)
     43
     44Makefile, mbuild, mrun, advec_s_bc, check_parameters, local_stop, modules, netcdf, read_var_list, read_3d_binary, user_read_restart_data
    3545
    3646New: handle_palm_message, user_3d_data_averaging user_actions user_advec_particles user_check_data_output user_check_data_output_pr user_data_output_2d user_data_output_3d user_data_output_dvrp user_define_netcdf_grid user_dvrp_coltab user_header user_init user_init_3d_model user_init_grid user_init_particles user_init_plant_canopy user_last_actions user_module user_parin user_particle_attributes user_read_restart_data user_spectra user_statistics
    3747
    3848Removed: user_interface
     49
    3950
    4051Errors:
     
    5768have been started (data_output_2d)
    5869
     70Bugfix: reading of spectrum_x|y from restart files ignored if total numbers
     71of grid points do not match (read_3d_binary)
    5972
    60 advec_particles, combine_plot_fields, data_output_2d, header, production_e
     73advec_particles, combine_plot_fields, data_output_2d, header, production_e, read_3d_binary
Note: See TracChangeset for help on using the changeset viewer.