Ignore:
Timestamp:
Oct 28, 2015 5:14:10 PM (8 years ago)
Author:
raasch
Message:

FORTRAN an OpenMP errors removed
misplaced cpp-directive fixed
small E- and F-FORMAT changes to avoid informative compiler messages about insufficient field width

File:
1 edited

Legend:

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

    r1696 r1697  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! bugfix: misplaced cpp-directive
    2222!
    2323! Former revisions:
     
    13741374       ENDDO
    13751375
    1376 #if defined( __parallel )
    13771376!
    13781377!--    Make a logical OR for all processes. Force radiation call if at
    13791378!--    least one processor
    1380        IF ( intermediate_timestep_count == intermediate_timestep_count_max-1 )&
     1379       IF ( intermediate_timestep_count == intermediate_timestep_count_max-1 ) &
    13811380       THEN
    1382 
     1381#if defined( __parallel )
    13831382          IF ( collective_wait )  CALL MPI_BARRIER( comm2d, ierr )
    13841383          CALL MPI_ALLREDUCE( force_radiation_call_l, force_radiation_call,    &
Note: See TracChangeset for help on using the changeset viewer.