Changeset 2035


Ignore:
Timestamp:
Oct 24, 2016 3:06:17 PM (7 years ago)
Author:
suehring
Message:

Remove check for npex and npey in nesting case

File:
1 edited

Legend:

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

    r2012 r2035  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Remove check for npex and npey in nesting case
    2323!
    2424! Former revisions:
     
    551551          READ ( 11, d3par, END=20 )
    552552
    553           IF ( nested_run )  THEN
    554 !
    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 the
    557 !--          nestpar-NAMELIST. Settings will be ignored.
    558              IF ( ( npex /= -1 ) .OR. ( npey /= -1 ) )  THEN
    559                 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              ENDIF
    563           ENDIF
    564 
    565553!
    566554!--       Check if land surface model is used and read &lsm_par if required
Note: See TracChangeset for help on using the changeset viewer.