Ignore:
Timestamp:
May 2, 2014 2:31:06 PM (10 years ago)
Author:
raasch
Message:

output of location messages to stdout

File:
1 edited

Legend:

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

    r1366 r1384  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! location messages added
    2323!
    2424! Former revisions:
     
    338338!-- First read values of environment variables (this NAMELIST file is
    339339!-- generated by mrun)
     340    CALL location_message( 'reading environment parameters from ENVPAR' )
    340341    OPEN ( 90, FILE='ENVPAR', STATUS='OLD', FORM='FORMATTED', ERR=30 )
    341342    READ ( 90, envpar, ERR=31, END=32 )
    342343    CLOSE ( 90 )
     344    CALL location_message( 'finished' )
    343345
    344346!
     
    363365    io_group  = MOD( myid+1, io_blocks )
    364366
     367    CALL location_message( 'reading NAMELIST parameters from PARIN' )
    365368!
    366369!-- Data is read in parallel by groups of PEs
     
    481484    ENDDO
    482485
     486    CALL location_message( 'finished' )
     487
    483488    RETURN
    484489
Note: See TracChangeset for help on using the changeset viewer.