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/timestep.f90

    r4540 r4564  
    2525! -----------------
    2626! $Id$
     27! Vertical nesting method of Huq et al. (2019) removed
     28!
     29! 4540 2020-05-18 15:23:29Z raasch
    2730! File re-formatted to follow the PALM coding standard
    2831!
     
    135138               w_max,                                                                              &
    136139               w_max_ijk
    137 
    138 #if defined( __parallel )
    139     USE vertical_nesting_mod,                                                                      &
    140         ONLY:  vnested,                                                                            &
    141                vnest_timestep_sync
    142 #endif
    143140
    144141    IMPLICIT NONE
     
    413410    ENDIF
    414411
    415 #if defined( __parallel )
    416 !
    417 !-- Vertical nesting: coarse and fine grid timestep has to be identical
    418     IF ( vnested )  CALL vnest_timestep_sync
    419 #endif
    420 
    421412    CALL cpu_log( log_point(12), 'calculate_timestep', 'stop' )
    422413
Note: See TracChangeset for help on using the changeset viewer.