Ignore:
Timestamp:
Jun 24, 2009 12:59:09 PM (15 years ago)
Author:
maronga
Message:

adjustments for lcxt4 and ibmy, allow user 2d xy cross section output at z=nzb+1

File:
1 edited

Legend:

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

    r336 r343  
    88! Bugfix: averaging along z is not allowed for 2d quantities (e.g. u* and z0)
    99! Output of messages replaced by message handling routine.
     10! Output of user defined 2D (XY) arrays at z=nzb+1 is now possible
    1011!
    1112!
     
    512513!--             User defined quantity
    513514                CALL user_data_output_2d( av, do2d(av,if), found, grid, &
    514                                           local_pf )
     515                                          local_pf, two_d )
    515516                resorted = .TRUE.
    516517
     
    519520                ELSEIF ( grid == 'zw' )  THEN
    520521                   IF ( mode == 'xy' )  level_z = zw
     522                ELSEIF ( grid == 'zu1' ) THEN
     523                   IF ( mode == 'xy' )  level_z(nzb+1) = zu(nzb+1)
    521524                ENDIF
    522525
Note: See TracChangeset for help on using the changeset viewer.