Ignore:
Timestamp:
Jun 12, 2020 2:03:36 PM (4 years ago)
Author:
raasch
Message:

Vertical nesting method of Huq et al. (2019) removed

File:
1 edited

Legend:

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

    r4444 r4564  
    2525! -----------------
    2626! $Id$
     27! Vertical nesting method of Huq et al. (2019) removed
     28!
     29! 4444 2020-03-05 15:59:50Z raasch
    2730! bugfix: misplaced cpp-directive moved
    2831!
     
    5760
    5861    IF ( coupling_mode == 'uncoupled' )  THEN
     62
    5963       IF ( nested_run )  THEN
    6064!
     
    7276          ENDIF
    7377       ENDIF
    74     ELSEIF ( coupling_mode(1:8) == 'vnested_' )  THEN
    7578
    76        PRINT*, '+++ local_stop:'
    77        PRINT*, '     model "', TRIM( coupling_mode ), '" terminated'
    78 !
    79 !--    Abort both coarse and fine grid
    80        CALL MPI_ABORT( MPI_COMM_WORLD, 9999, ierr )
    8179    ELSE
    8280
Note: See TracChangeset for help on using the changeset viewer.