Ignore:
Timestamp:
Feb 28, 2012 12:29:49 PM (12 years ago)
Author:
maronga
Message:

further adjustments and bugfixes for the namelist file check

File:
1 edited

Legend:

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

    r554 r841  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: disable max_pr_user check during prior namelist file check
    77!
    88! Former revisions:
     
    8383!-- restart file (already stored in max_pr_user) has to match the one given
    8484!-- for the current run
     85#if ! defined ( __check )
    8586    IF ( TRIM( initializing_actions ) == 'read_restart_data' )  THEN
    8687       IF ( max_pr_user /= max_pr_user_tmp )  THEN
     
    9596       max_pr_user = max_pr_user_tmp
    9697    ENDIF
     98#endif
    9799
    98100100 RETURN
Note: See TracChangeset for help on using the changeset viewer.