Changeset 780


Ignore:
Timestamp:
Nov 10, 2011 7:16:47 AM (12 years ago)
Author:
raasch
Message:

Bugfix for rev 778: Misplaced error message moved to the rigth place

File:
1 edited

Legend:

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

    r779 r780  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix for rev 778: Misplaced error message moved to the rigth place
    77!
    88! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!!
     
    984984       ENDDO
    985985
     986!
     987!--    Temporary problem: Currently calculation of maxerror iin routine poismg crashes
     988!--    if grid data are collected on PE0 already on the finest grid level.
     989!--    To be solved later.
     990       IF ( maximum_grid_level == mg_switch_to_pe0_level )  THEN
     991          message_string = 'grid coarsening on subdomain level cannot be performed'
     992          CALL message( 'poismg', 'PA0236', 1, 2, 0, 6, 0 )
     993       ENDIF
     994
    986995    ELSE
    987996
    988997       maximum_grid_level = 0
    989998
    990     ENDIF
    991 
    992 !-- Temporary problem: In the moment the summation to calculate maxerror
    993 !-- in routine poismg crashes the program if the first coarsement is on PE0.
    994 !-- Further work required.
    995     IF ( maximum_grid_level == mg_switch_to_pe0_level )  THEN
    996        message_string = 'At least one coarser grid must be calculated ' // &
    997                         'on the subdomain of each PE'
    998        CALL message( 'poismg', 'PA0236', 1, 2, 0, 6, 0 )
    999999    ENDIF
    10001000
Note: See TracChangeset for help on using the changeset viewer.