Ignore:
Timestamp:
Mar 13, 2007 3:52:49 AM (17 years ago)
Author:
raasch
Message:

preliminary changes concerning update of BC-scheme

File:
1 edited

Legend:

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

    r60 r63  
    44! Actual revisions:
    55! -----------------
    6 ! Output of netcdf_64bit_3d, particles-package is now part of the default code.
     6! Output of netcdf_64bit_3d, particles-package is now part of the default code,
     7! output of the loop optimization method.
    78!
    89! Former revisions:
     
    189190       WRITE ( io, 118 )
    190191    ENDIF
    191     IF ( momentum_advec /= 'ups-scheme' .AND. scalar_advec /= 'ups-scheme' &
    192          .AND. scalar_advec /= 'bc-scheme'  .AND.  host(1:3) /= 'nec' )  THEN
    193        WRITE ( io, 139 )
    194     ENDIF
     192
     193    WRITE ( io, 139 )  TRIM( loop_optimization )
     194
    195195    IF ( galilei_transformation )  THEN
    196196       IF ( use_ug_for_galilei_tr )  THEN
     
    11821182                  I3,')')
    11831183138 FORMAT ('     Using hybrid version for 1d-domain-decomposition')
    1184 139 FORMAT (' --> Prognostic equations are solved in one single loop (fast', &
    1185                   ' method)')
     1184139 FORMAT (' --> Loop optimization method: ',A)
    11861185140 FORMAT ('     maximum residual allowed:                ',E10.3)
    11871186141 FORMAT ('     fixed number of multigrid cycles:        ',I4)
Note: See TracChangeset for help on using the changeset viewer.