Ignore:
Timestamp:
Sep 7, 2012 10:41:47 AM (12 years ago)
Author:
raasch
Message:

parameter use_prior_plot1d_parameters removed; little reformatting

File:
1 edited

Legend:

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

    r979 r996  
    44! Current revisions:
    55! -----------------
    6 !
     6! little reformatting
    77!
    88! Former revisions:
     
    27122712             IF ( TRIM( var ) == 'u*'     )  unit = 'm/s'
    27132713             IF ( TRIM( var ) == 'z0*'    )  unit = 'm'
    2714              IF ( TRIM( var ) == 'z0h*'    )  unit = 'm'
     2714             IF ( TRIM( var ) == 'z0h*'   )  unit = 'm'
    27152715
    27162716
     
    29802980!-- potential temperature, check the width of the damping layer
    29812981    IF ( bc_lr /= 'cyclic' ) THEN
    2982        IF ( pt_damping_width < 0.0 .OR. pt_damping_width > REAL( nx * dx ) )  THEN
     2982       IF ( pt_damping_width < 0.0  .OR. pt_damping_width > REAL( nx * dx ) )  THEN
    29832983          message_string = 'pt_damping_width out of range'
    29842984          CALL message( 'check_parameters', 'PA0124', 1, 2, 0, 6, 0 )
     
    29872987
    29882988    IF ( bc_ns /= 'cyclic' )  THEN
    2989        IF ( pt_damping_width < 0.0 .OR. pt_damping_width > REAL( ny * dy ) )  THEN
     2989       IF ( pt_damping_width < 0.0  .OR. pt_damping_width > REAL( ny * dy ) )  THEN
    29902990          message_string = 'pt_damping_width out of range'
    29912991          CALL message( 'check_parameters', 'PA0124', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.