Ignore:
Timestamp:
Sep 16, 2008 3:29:03 PM (16 years ago)
Author:
raasch
Message:

further adjustments for SGI and other small changes

File:
1 edited

Legend:

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

    r181 r197  
    1010! Leaf area density (LAD) explicitly set to its surface value at k=0
    1111! Case of reading data for recycling included in initializing_actions,
    12 ! check of turbulent_inflow and calculation of recycling_plane
     12! check of turbulent_inflow and calculation of recycling_plane.
     13! q*2 profile added
    1314!
    1415! Former revisions:
     
    22562257             hom(:,2,69,:) = SPREAD( zu, 2, statistic_regions+1 )
    22572258
     2259          CASE ( 'q*2' )
     2260             IF ( .NOT. humidity )  THEN
     2261                IF ( myid == 0 )  THEN
     2262                   PRINT*, '+++ check_parameters:  data_output_pr = ', &
     2263                           data_output_pr(i),                          &
     2264                           '    is not implemented for humidity = FALSE'
     2265                ENDIF
     2266                CALL local_stop
     2267             ELSE
     2268                dopr_index(i) = 70
     2269                dopr_unit(i)  = 'kg2/kg2'
     2270                hom(:,2,70,:) = SPREAD( zu, 2, statistic_regions+1 )
     2271             ENDIF
    22582272
    22592273          CASE DEFAULT
Note: See TracChangeset for help on using the changeset viewer.