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/palm.f90

    r1375 r1402  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! location messages added
    2323!
    2424! Former revisions:
     
    285285       CALL cpu_log( log_point(22), 'write_3d_binary', 'start' )
    286286
     287       CALL location_message( 'writing restart data', .FALSE. )
     288
    287289       CALL check_open( 14 )
    288290
     
    297299#endif
    298300       ENDDO
     301
     302       CALL location_message( 'finished', .TRUE. )
    299303
    300304       CALL cpu_log( log_point(22), 'write_3d_binary', 'stop' )
Note: See TracChangeset for help on using the changeset viewer.