Changeset 841 for palm/trunk/SOURCE/user_parin.f90
- Timestamp:
- Feb 28, 2012 12:29:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/user_parin.f90
r554 r841 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: disable max_pr_user check during prior namelist file check 7 7 ! 8 8 ! Former revisions: … … 83 83 !-- restart file (already stored in max_pr_user) has to match the one given 84 84 !-- for the current run 85 #if ! defined ( __check ) 85 86 IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN 86 87 IF ( max_pr_user /= max_pr_user_tmp ) THEN … … 95 96 max_pr_user = max_pr_user_tmp 96 97 ENDIF 98 #endif 97 99 98 100 100 RETURN
Note: See TracChangeset
for help on using the changeset viewer.