Ignore:
Timestamp:
Feb 28, 2012 12:29:49 PM (12 years ago)
Author:
maronga
Message:

further adjustments and bugfixes for the namelist file check

File:
1 edited

Legend:

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

    r708 r841  
    44! Current revisions:
    55! -----------------
    6 !
     6! Excluded routine from compilation of namelist_file_check
    77!
    88! Former revisions:
     
    4848    IMPLICIT NONE
    4949
     50
    5051    REAL ::  ar(nysg:nyng,nxlg:nxrg)
    5152    INTEGER :: i
    5253
    53 
     54#if ! defined( __check )
    5455    CALL cpu_log( log_point_s(13), 'exchange_horiz_2d', 'start' )
    5556
     
    146147    CALL cpu_log( log_point_s(13), 'exchange_horiz_2d', 'stop' )
    147148
     149#endif
    148150 END SUBROUTINE exchange_horiz_2d
    149151
     
    170172    INTEGER :: i
    171173
     174#if ! defined( __check )
    172175    CALL cpu_log( log_point_s(13), 'exchange_horiz_2d', 'start' )
    173176
     
    239242    CALL cpu_log( log_point_s(13), 'exchange_horiz_2d', 'stop' )
    240243
     244#endif
    241245 END SUBROUTINE exchange_horiz_2d_int
Note: See TracChangeset for help on using the changeset viewer.