Ignore:
Timestamp:
Dec 11, 2009 2:15:58 PM (14 years ago)
Author:
heinze
Message:

Large scale vertical motion (subsidence/ascent) can be applied to the prognostic equation for the potential temperature

File:
1 edited

Legend:

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

    r410 r411  
    55! -----------------
    66! Enabled passive scalar/humidity wall fluxes for non-flat topography
     7! Initialization of large scale vertical motion (subsidence/ascent)
    78!
    89! Branch revisions:
     
    114115    USE pegrid
    115116    USE profil_parameter
     117    USE subsidence_mod
    116118    USE statistics
    117119    USE transpose_indices
     
    983985         
    984986    ENDIF
     987
     988!
     989!-- Initialize large scale subsidence if required
     990    IF ( ws_vertical_gradient_level(1) /= -9999999.9 )  THEN
     991       large_scale_subsidence = .TRUE.
     992       CALL init_w_subsidence
     993    END IF
     994 
    985995             
    986996!
Note: See TracChangeset for help on using the changeset viewer.