Changeset 136 for palm/trunk/SOURCE
- Timestamp:
- Nov 26, 2007 2:47:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/user_interface.f90
r135 r136 863 863 SELECT CASE ( output_variable ) 864 864 865 ! CASE ( 'u2', 'u2_xy', 'u2_xz', 'u2_yz' ,)865 ! CASE ( 'u2', 'u2_xy', 'u2_xz', 'u2_yz' ) 866 866 !! 867 867 !!-- Here the user can add user_defined output quantities. … … 946 946 ! ENDIF 947 947 ! 948 ! grid = 'zu' 948 949 949 950 CASE DEFAULT … … 965 966 ! ------------ 966 967 ! 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). 969 969 !------------------------------------------------------------------------------! 970 970 … … 1012 1012 ! ENDIF 1013 1013 ! 1014 ! grid = 'zu'1015 1014 1016 1015 CASE DEFAULT
Note: See TracChangeset
for help on using the changeset viewer.