Ignore:
Timestamp:
Sep 15, 2011 1:58:31 PM (13 years ago)
Author:
raasch
Message:

New:
---

The number of parallel I/O operations can be limited with new mrun-option -w.
(advec_particles, data_output_2d, data_output_3d, header, init_grid, init_pegrid, init_3d_model, modules, palm, parin, write_3d_binary)

Changed:


mrun option -T is obligatory

Errors:


Bugfix: No zero assignments to volume_flow_initial and volume_flow_area in
case of normal restart runs. (init_3d_model)

initialization of u_0, v_0. This is just to avoid access of uninitialized
memory in exchange_horiz_2d, which causes respective error messages
when the Intel thread checker (inspector) is used. (production_e)

Bugfix for ts limitation (prandtl_fluxes)

File:
1 edited

Legend:

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

    r588 r759  
    44! Current revisions:
    55! -----------------
    6 !
     6! cpu measurement and file opening moved to main program
    77!
    88! Former revisions:
     
    6767
    6868
    69     CALL cpu_log( log_point(22), 'write_3d_binary', 'start' )
    70 
    71     CALL check_open( 14 )
    72    
    7369!
    7470!-- Write control parameters and other variables for restart.
     
    292288    WRITE ( 14 )  '*** end ***         '
    293289
    294 
    295     CALL cpu_log( log_point(22), 'write_3d_binary', 'stop' )
    296 
    297 
    298290 END SUBROUTINE write_3d_binary
Note: See TracChangeset for help on using the changeset viewer.