Ignore:
Timestamp:
Mar 15, 2018 9:17:58 AM (6 years ago)
Author:
Giersch
Message:

Reading/Writing? data in case of restart runs revised

File:
1 edited

Legend:

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

    r2867 r2894  
    2525! -----------------
    2626! $Id$
     27! Renamed routines with respect to reading restart data, file 13 is closed in
     28! rrd_read_parts_of_global now
     29!
     30! 2867 2018-03-09 09:40:23Z suehring
    2731! Further bugfix concerning call of user_init.
    2832!
     
    492496    USE random_generator_parallel,                                             &
    493497        ONLY:  init_parallel_random_generator
     498
     499    USE read_restart_data_mod,                                                 &
     500        ONLY:  rrd_read_parts_of_global, rrd_local                                     
    494501   
    495502    USE statistics,                                                            &
     
    16111618          DO  i = 0, io_blocks-1
    16121619             IF ( i == io_group )  THEN
    1613                 CALL read_parts_of_var_list
    1614                 CALL close_file( 13 )
     1620                CALL rrd_read_parts_of_global
    16151621             ENDIF
    16161622#if defined( __parallel )
     
    16221628
    16231629!
    1624 !--    Read binary data from restart file
     1630!--    Read processor specific binary data from restart file
    16251631       DO  i = 0, io_blocks-1
    16261632          IF ( i == io_group )  THEN
    1627              CALL read_3d_binary
     1633             CALL rrd_local
    16281634          ENDIF
    16291635#if defined( __parallel )
Note: See TracChangeset for help on using the changeset viewer.