Ignore:
Timestamp:
May 28, 2018 7:55:41 AM (6 years ago)
Author:
Giersch
Message:

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

File:
1 edited

Legend:

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

    r2718 r3045  
    2525! -----------------
    2626! $Id$
     27! Error messages revised
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    141144    IF ( terminate_run  .AND.  myid == 0 )  THEN
    142145       WRITE( message_string, * ) 'run will be terminated because it is ',     &
    143                        'running out of job cpu limit & ',                      &
     146                       'running out of job cpu limit, ',                       &
    144147                       'remaining time:         ', remaining_time, ' s',       &
    145148                       'termination time needed:', termination_time_needed, ' s'
     
    184187                                  'forced a job finalization using a flag',    &
    185188                                  'file:',                                     &
    186                                   '&DO_STOP_NOW: ', do_stop_now,               &
    187                                   '&DO_RESTART_NOW: ', do_restart_now
     189                                  ' DO_STOP_NOW: ', do_stop_now,               &
     190                                  ' DO_RESTART_NOW: ', do_restart_now
    188191          CALL message( 'check_for_restart', 'PA0398', 0, 0, 0, 6, 0 )
    189192
     
    247250
    248251          WRITE( message_string, * ) 'run will be terminated due to user ',    &
    249                                   'settings of',                               &
    250                                   '&restart_time / dt_restart',                &
    251                                   '&new restart time is: ', time_restart, ' s'
     252                                  'settings of ',                              &
     253                                  'restart_time / dt_restart, ',               &
     254                                  'new restart time is: ', time_restart, ' s'
    252255          CALL message( 'check_for_restart', 'PA0164', 0, 0, 0, 6, 0 )
    253256 
Note: See TracChangeset for help on using the changeset viewer.