Ignore:
Timestamp:
Feb 26, 2007 12:12:32 AM (17 years ago)
Author:
raasch
Message:

new parameter use_top_fluxes, Bugfix: ddzw dimensioned 1:nzt+1

File:
1 edited

Legend:

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

    r19 r20  
    806806    ENDIF
    807807
    808     IF ( surface_heatflux == 9999999.9 )  constant_heatflux = .FALSE.
    809     IF ( top_heatflux     == 9999999.9 )  THEN
    810        constant_top_heatflux = .FALSE.
    811     ELSE
    812        use_top_fluxes = .TRUE.    ! because this is currently the only choice
    813     ENDIF
     808    IF ( surface_heatflux == 9999999.9 )  constant_heatflux     = .FALSE.
     809    IF ( top_heatflux     == 9999999.9 )  constant_top_heatflux = .FALSE.
    814810
    815811!
Note: See TracChangeset for help on using the changeset viewer.