Ignore:
Timestamp:
Jun 4, 2007 8:07:41 AM (17 years ago)
Author:
raasch
Message:

more preliminary uncomplete changes for ocean version

File:
1 edited

Legend:

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

    r77 r96  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Output of density and salinity
    77!
    88! Former revisions:
     
    251251             ENDIF
    252252
     253          CASE ( 'rho' )
     254             IF ( av == 0 )  THEN
     255                to_be_resorted => rho
     256             ELSE
     257                to_be_resorted => rho_av
     258             ENDIF
     259             
    253260          CASE ( 's' )
    254261             IF ( av == 0 )  THEN
     
    256263             ELSE
    257264                to_be_resorted => q_av
     265             ENDIF
     266             
     267          CASE ( 'sa' )
     268             IF ( av == 0 )  THEN
     269                to_be_resorted => sa
     270             ELSE
     271                to_be_resorted => sa_av
    258272             ENDIF
    259273             
Note: See TracChangeset for help on using the changeset viewer.