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

    r846 r931  
    44! Current revisions:
    55! -----------------
    6 !
     6! Check of max_pr_user implemented
    77!
    88! Former revisions:
     
    3333
    3434!
    35 !-- Read number of processors and variable check_restart, which gives
    36 !-- information whether the p3d or the pd3f file shall be checked
    37     READ (*,*,ERR=10,END=10)  numprocs, check_restart
     35!-- Read number of processors, the variable check_restart and max_user_pr.
     36!-- check_restart gives information whether the initalor the restart parameter
     37!-- file must be checked. max_user_pr is usually set by read_var_list
     38!-- (excluded in the namelist file check).
     39    READ (*,*,ERR=10,END=10)  numprocs, check_restart, max_pr_user
    384010  CONTINUE
    3941
     
    4345    CALL parin
    4446
     47    OPEN( 11, FILE='parin_for_check', FORM='FORMATTED' )
     48    WRITE(11, FMT='(I)'), max_pr_user
     49    CLOSE(11)
    4550!
    46 !-- Determine processor topology and local array indices
     51!-- Determine processor topology and local array indicesy
     52
    4753    CALL init_pegrid
    4854
Note: See TracChangeset for help on using the changeset viewer.