Ignore:
Timestamp:
May 9, 2014 2:25:13 PM (10 years ago)
Author:
raasch
Message:

output of location messages complemented, output of location bar added
(Makefile, check_parameters, cpulog, init_pegrid, init_3d_model, message, palm, parin, time_integration, new: progress_bar)
preprocessor switch intel_compiler added, -r8 compiler options removed
(.mrun.config.default, .mrun.config.imuk, .mrun.config.kiaps)

batch_job added to envpar-NAMELIST
(mrun, parin)

File:
1 edited

Legend:

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

    r1401 r1402  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! location messages modified
    2323!
    2424! Former revisions:
     
    268268
    269269
    270     CALL location_message( 'checking parameters' )
     270    CALL location_message( 'checking parameters', .FALSE. )
    271271
    272272!
     
    37023702    ENDIF
    37033703
    3704     CALL location_message( 'finished' )
     3704    CALL location_message( 'finished', .TRUE. )
    37053705
    37063706!
Note: See TracChangeset for help on using the changeset viewer.