- Timestamp:
- Oct 24, 2016 3:06:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
r2012 r2035 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Remove check for npex and npey in nesting case 23 23 ! 24 24 ! Former revisions: … … 551 551 READ ( 11, d3par, END=20 ) 552 552 553 IF ( nested_run ) THEN554 !555 !-- In nested domains, npex or npey can not be given in the d3par-556 !-- NAMELIST because here the PE-grids are always defined in the557 !-- nestpar-NAMELIST. Settings will be ignored.558 IF ( ( npex /= -1 ) .OR. ( npey /= -1 ) ) THEN559 message_string = 'npex or npey can not be given in \$d3par ' // &560 'for nested runs & they will be ignored'561 CALL message( 'parin', 'PA0352', 0, 1, 0, 6, 0 )562 ENDIF563 ENDIF564 565 553 ! 566 554 !-- Check if land surface model is used and read &lsm_par if required
Note: See TracChangeset
for help on using the changeset viewer.