Ignore:
Timestamp:
Nov 26, 2007 2:47:32 AM (16 years ago)
Author:
letzel
Message:

Inconsistencies concerning variable grid removed; comma removed in
user_data_output_dvrp.

File:
1 edited

Legend:

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

    r135 r136  
    863863    SELECT CASE ( output_variable )
    864864
    865 !       CASE ( 'u2', 'u2_xy', 'u2_xz', 'u2_yz',  )
     865!       CASE ( 'u2', 'u2_xy', 'u2_xz', 'u2_yz'  )
    866866!!
    867867!!--       Here the user can add user_defined output quantities.
     
    946946!          ENDIF
    947947!
     948!          grid = 'zu'
    948949
    949950       CASE DEFAULT
     
    965966! ------------
    966967! Resorts the user-defined output quantity with indices (k,j,i) to a
    967 ! temporary array with indices (i,j,k) and sets the grid on which it is defined.
    968 ! Allowed values for grid are "zu" and "zw".
     968! temporary array with indices (i,j,k).
    969969!------------------------------------------------------------------------------!
    970970
     
    10121012!          ENDIF
    10131013!
    1014 !          grid = 'zu'
    10151014
    10161015       CASE DEFAULT
Note: See TracChangeset for help on using the changeset viewer.