Ignore:
Timestamp:
Jun 8, 2012 3:09:28 PM (12 years ago)
Author:
maronga
Message:

enabled check of max_pr_user in namelist file check; disabled sleep command in mrun in silent mode (-v)

File:
1 edited

Legend:

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

    r842 r931  
    44! Current revisions:
    55! -----------------
    6 !
     6! Re-enabled check for max_pr_user
    77!
    88! Former revisions:
     
    8686!-- restart file (already stored in max_pr_user) has to match the one given
    8787!-- for the current run
    88 #if ! defined ( __check )
    8988    IF ( TRIM( initializing_actions ) == 'read_restart_data' )  THEN
    9089       IF ( max_pr_user /= max_pr_user_tmp )  THEN
     
    9998       max_pr_user = max_pr_user_tmp
    10099    ENDIF
    101 #endif
    102100
    103101100 RETURN
Note: See TracChangeset for help on using the changeset viewer.