Ignore:
Timestamp:
May 3, 2020 2:29:30 PM (4 years ago)
Author:
raasch
Message:

added restart with MPI-IO for reading local arrays

File:
1 edited

Legend:

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

    r4495 r4517  
    2727! -----------------
    2828! $Id$
     29! added restart with MPI-IO for reading local arrays
     30!
     31! 4495 2020-04-13 20:11:20Z raasch
    2932! restart data handling with MPI-IO added
    3033!
     
    365368!-- Read local restart parameters
    366369    INTERFACE bio_rrd_local
    367        MODULE PROCEDURE bio_rrd_local
     370       MODULE PROCEDURE bio_rrd_local_ftn
     371       MODULE PROCEDURE bio_rrd_local_mpi
    368372    END INTERFACE bio_rrd_local
    369373!
     
    14291433! Description:
    14301434! ------------
    1431 !> Soubroutine reads local biometeorology configuration from restart file(s)
    1432 !------------------------------------------------------------------------------!
    1433  SUBROUTINE bio_rrd_local( found )
     1435!> Read module-specific local restart data arrays (Fortran binary format).
     1436!------------------------------------------------------------------------------!
     1437 SUBROUTINE bio_rrd_local_ftn( found )
    14341438
    14351439
     
    14651469
    14661470
    1467  END SUBROUTINE bio_rrd_local
     1471 END SUBROUTINE bio_rrd_local_ftn
     1472
     1473
     1474!------------------------------------------------------------------------------!
     1475! Description:
     1476! ------------
     1477!> Read module-specific local restart data arrays (Fortran binary format).
     1478!------------------------------------------------------------------------------!
     1479 SUBROUTINE bio_rrd_local_mpi
     1480
     1481    STOP '+++ reading restart data with MPI-IO not implemented for bio_rrd_local_mpi'
     1482
     1483 END SUBROUTINE bio_rrd_local_mpi
     1484
    14681485
    14691486!------------------------------------------------------------------------------!
Note: See TracChangeset for help on using the changeset viewer.