Ignore:
Timestamp:
Mar 17, 2017 11:07:39 AM (7 years ago)
Author:
hellstea
Message:

Nesting bugfixes

File:
1 edited

Legend:

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

    r2175 r2178  
    676676                   CALL disturb_field( nzb_u_inner, tend, u )
    677677                   CALL disturb_field( nzb_v_inner, tend, v )
    678                 ELSEIF ( .NOT. bc_lr_cyc  .OR.  .NOT. bc_ns_cyc )  THEN
     678                ELSEIF ( ( .NOT. bc_lr_cyc  .OR.  .NOT. bc_ns_cyc )            &
     679                     .AND. .NOT. nest_domain )  THEN
    679680!
    680681!--                Runs with a non-cyclic lateral wall need perturbations
Note: See TracChangeset for help on using the changeset viewer.